DO NOT REPLY [Bug 44749] FOP Error

2012-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44749

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #2 from Glenn Adams gl...@skynav.com 2012-04-01 13:55:35 UTC ---
batch transition to closed remaining pre-FOP1.0 resolved bugs

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


DO NOT REPLY [Bug 44749] FOP Error

2008-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44749


Andreas L. Delmelle [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Andreas L. Delmelle [EMAIL PROTECTED]  2008-04-03 
11:27:10 PST ---
(In reply to comment #0)
 Apr 3, 2008 2:21:06 PM org.apache.fop.cli.Main startFOP
 SEVERE: Exception
 org.apache.fop.apps.FOPException: No input file specified
 at
 org.apache.fop.cli.CommandLineOptions.checkSettings(CommandLineOptions.java:694)
 at
 org.apache.fop.cli.CommandLineOptions.parse(CommandLineOptions.java:145)
 at org.apache.fop.cli.Main.startFOP(Main.java:154)
 at org.apache.fop.cli.Main.main(Main.java:197)
 What is the cause of this error?

What it says: You forgot to specify the input file(s) for FOP.

Check the command-line you used. It should look like:

fop -fo somefile.fo -pdf somefile.pdf
fop -xml somefile.xml -xsl somefile.xsl -pdf somefile.pdf

If either the -fo switch or both the -xml and -xsl switch is unspecified, you
get the above error.

Kind request: please direct this type of questions to fop-users@ in the future. 
A Bugzilla entry should be created only for genuine issues/bugs that result
from a correct usage of FOP.


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