Curtis A. Weyant wrote:

>
> I seem to be having a problem creating my PDF from a FO document.
>  I'm using a Windows 2000 machine (under the DOS command prompt).
>  Can somebody please help me figure out what's wrong?
>
> Here's the output below:
>
>
> C:\TEMP\FOP>java -cp
> build\fop.jar;lib\batik.jar;lib\xalan-2.3.1.jar;lib\xercesImpl-2.0
> .1.jar;lib\xml-apis.jar;lib\avalon-framework-cvs-20020315.jar;lib\
> logkit-1.0.jar;lib\jimi-1.0.jar org.apache.fop.apps.Fop -d
> test\story.fo test\story.pdf

...

> [ERROR] null

...

> java.lang.NullPointerException
>       at

I think you need to designate the filetypes on the commandline:
    ... org.apache.fop.apps.Fop -d -fo test\story.fo -pdf test\story.pdf

BTW, check out the links on the FOP web page for information on subscribing
to the fop-user mailing list, which will be more suitable for questions of
this type. Most of the developers work that list as well, so you don't lose
anything, but you have the added benefit of having a much larger pool of
people who can help, and often more timely than the developers.

Victor Mote


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to