https://issues.apache.org/bugzilla/show_bug.cgi?id=53248
Priority: P2
Bug ID: 53248
Assignee: [email protected]
Summary: [PATCH] fop test.fo -print throws exception
Severity: minor
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: 1.1dev
Component: general
Product: Fop
Created attachment 28795
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28795&action=edit
patch file
The command "fop xslfo.fo -print" throws the exception:
C:\>fop xslfo.fo -print
May 16, 2012 10:32:37 PM org.apache.fop.cli.Main startFOP
SEVERE: Exception
java.lang.ArrayIndexOutOfBoundsException: 2
at
org.apache.fop.cli.CommandLineOptions.parsePrintOutputOption(CommandL
ineOptions.java:559)
at
org.apache.fop.cli.CommandLineOptions.parseOptions(CommandLineOptions
.java:325)
at
org.apache.fop.cli.CommandLineOptions.parse(CommandLineOptions.java:1
62)
at org.apache.fop.cli.Main.startFOP(Main.java:158)
at org.apache.fop.cli.Main.main(Main.java:205)
Note that the command is valid according to "fop -print help".
This minor patch fixes the issue and includes a simple unit test.
--
You are receiving this mail because:
You are the assignee for the bug.