Ignore:
Timestamp:
06/25/14 13:06:59 (10 years ago)
Author:
hkaulbersch
Message:

added all dependencies for apache fop

File:
1 edited

Legend:

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

    r72 r82  
    4242                                var uri = (fsa as IFileSystemAccessExtension2).getURI(e.name + ".fo"); 
    4343                                var String fullUri = workspacePath + uri.path.substring(10, uri.path.length); 
    44                                 System.out.println(workspacePath + uri.path.substring(10, uri.path.length)); 
    4544                                var File file = new File(fullUri); 
    46                                 System.out.println(file.exists+ "," + fullUri.substring(0, fullUri.length - 3)); 
    4745 
    4846                                if (file.exists) { 
     47                                         
    4948                                        foToPdf.createPdfFromFo(fullUri.substring(0, fullUri.length - 3)); 
     49//                                      fsa.deleteFile(e.name + ".fo"); 
    5050                                } 
    5151                        } 
Note: See TracChangeset for help on using the changeset viewer.