> e are having a problem using FOP on a suse shell system. > first of all we wrote a batchfile containinng the following: > > java -cp >./build/fop.jar:./lib/batik.jar:./lib/xalan-2.0.0.jar:./lib/xerces-1.2.3.jar:./lib/avalon-framework-4.0.jar:./lib/logkit-1.0.jar:./lib> > /jimi-1.0.jar org.apache.fop.apps.Fop $1 $2 $3 $4 $5 $6 $7 $8
1. Improvement, not a problem here: use $* instead of $1 $2 $3 etc. 2. Check that you don't have a linebreak after "java -cp". If you're working with Suse Linux, chances are you're editing the shellscript with the pico editor. This one has the annoying behaviour of breaking long lines as soon as you edit them... Arnd Beissner -- Cappelino Informationstechnologie GmbH Arnd Beißner Bahnhofstr. 3, 71063 Sindelfingen, Germany Email: [EMAIL PROTECTED] Phone: +49-7031-463458 Fax: +49-7031-463460 Mobile: +49-173-3016917 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]