> 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.apach
FOP project-Vienna wrote:
> we get an error message saying:
> [ERROR] don't know what to do with
>
> can anyone help? are the spacers not correct in linux? whate else can we
> use? please ...
The error messages indicates there is an empty parameter
or a parameter consistin
lib/logkit-1.0.jar:./lib/jimi-1.0.jar
> org.apache.fop.apps.Fop $1 $2 $3 $4 $5 $6 $7 $8
>
> when calling this batchfile e.g. with files in the same directory like:
>
> fop.sh border.fo -pdf myfirst.pdf
>
> we get an error message saying:
> [ERROR] don't know what to do
org.apache.fop.apps.Fop $1 $2 $3 $4 $5 $6 $7 $8
when calling this batchfile e.g. with files in the same directory like:
fop.sh border.fo -pdf myfirst.pdf
we get an error message saying:
[ERROR] don't know what to do with
can anyone help? are the spacers not correct in linux? whate else can w