Ignore:
Timestamp:
05/28/14 09:25:14 (10 years ago)
Author:
hkaulbersch
Message:

Added a method to get the whole path of generated files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/generator/foToPdf.java

    r69 r70  
    2222public class foToPdf { 
    2323 
    24 //      public static void main(String args[]) throws IOException, FOPException, 
    25 //                      TransformerException { 
    26 // 
    27 //              createfoFromPdf("test1","test1"); 
    28 //      } 
     24        public static void main(String args[]) throws IOException, FOPException, 
     25                        TransformerException { 
     26 
     27                createfoFromPdf("test1","test1"); 
     28        } 
    2929         
    3030        public static void createPdfFromFo(String fileName) throws IOException, FOPException, 
Note: See TracChangeset for help on using the changeset viewer.