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 consisting of whitespace only passed to the FOP main(). There could be any number of reasonst for it, including JVM bugs. The most probably reason is that you prepared the shell script on a Windows system, and it is still in DOS format. This causes a CR passed as a parameter. Load the file in a hex editor and check whether it contains 0x0D bytes, and run dos2unix or a similar program in this case. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]