On Oct 26, 2007, at 21:07, Khaled Aly wrote:

Hi

This command line:

java -cp ... org.apache.fop.apps.Fop temporary.fo output.pdf

will definitely not work with FOP 0.94, where it would have to be

java -cp ... org.apache.fop.cli.Main temp.fo output.pdf

<snip />
I belive that FOP 1.1 should be used with an ANT build file. If anyone has something that's simply functional (takes fo and generates pdf), it's fine
too.

FWIW, see http://xmlgraphics.apache.org/fop/0.94/anttask.html. Does this suit your needs?


Cheers

Andreas


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

Reply via email to