You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2008/04/03 20:27:10 UTC

DO NOT REPLY [Bug 44749] FOP Error

https://issues.apache.org/bugzilla/show_bug.cgi?id=44749


Andreas L. Delmelle <ad...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Andreas L. Delmelle <ad...@apache.org>  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.