DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42616>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42616


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Additional Comments From [EMAIL PROTECTED]  2007-10-29 07:48 -------
The IFS assignment has to be removed altogether.  In Bourne shell it means that

fop -xml foo.xml -xsl foo.xsl -pdf foo.pdf

is interpreted as

fop "-xml foo.xml -xsl foo.xsl -pdf foo.pdf"

which produces for basically all commandlines:

java.lang.IllegalArgumentException: Error creating InputHandler object.
        at org.apache.fop.cli.CommandLineOptions.createInputHandler
(CommandLineOptions.java:818)
        at org.apache.fop.cli.CommandLineOptions.parse
(CommandLineOptions.java:165)
        at org.apache.fop.cli.Main.startFOP(Main.java:154)
        at org.apache.fop.cli.Main.main(Main.java:197)

Workaround (provided bash is installed): invoke fop script explicitly as bash 
script instead of implicit #!/bin/sh

$ bash fop -xml foo.xml -xsl foo.xsl -pdf foo.pdf


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to