Hello all I've got a simple processing issue but I'm not involved in Java or processing in general . I'm trying to set a small batch file that includes a fop command line. I tried two versions of fop:
1. A version that is most likely fop-0.20.4, and the problem here is that it strips out FO tables and internal/external links from the output pdf. Otherwise it works OK (that's in comparison with FOP 1 that I normally use as part of an IDE 'oXygen). Command line: java -cp build\fop.jar;lib\batik.jar;lib\xalan-2.3.1.jar;lib\xercesImpl-2.0.1.jar;lib\xml-apis.jar;lib\avalon-framework-cvs-20020315.jar;lib\logkit-1.0.jar;lib\jimi-1.0.jar org.apache.fop.apps.Fop temporary.fo output.pdf 2. The current fop-0.94 version, which gives me an Exception in thread "main" java.lang.NoClassDefFoundError" org/apache/fop/apps/Fop. Command line: java -cp build\fop.jar;lib\batik-all-1.6.jar;lib\xalan-2.7.0.jar;lib\xercesImpl-2.7.1.jar;lib\xml-apis-1.3.02.jar;lib\avalon-framework-4.2.0.jar org.apache.fop.apps.Fop temporary.fo output.pdf I belive that FOP 1.1 should be used with an ANT build file. If anyone has something that's simply functional (takes fo and generates pdf), it's fine too. Thanks v. much in advance for any help. Cheers Khaled --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
