On Feb 23, 2007, at 15:32, Paul Moloney wrote:

Actually, the developer who updated the build files to upgrade from fop 0.20.5 to 0.93 changed how Fop was run from running as a Java task to using a Fop task because he found running as a Java task no longer worked, at
least in the previous format.

The original (from fop 0.20.5) was this:

                    <java classname="org.apache.fop.apps.Fop"
<snip />

For Fop 0.93, do I simply replace the classname with
"org.apache.fop.cli.Main" or is there more involved?

Only slightly more, but not much:

                      <classpath refid="fop.lib.path"/>

Be sure to update 'fop.lib.path' if it contains explicit references to jars that are in the FOP 0.20.5 distribution but not in 0.93 (resp. misses references to jars not present in 0.20.5 but required for 0.93)


HTH!

Cheers,

Andreas


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

Reply via email to