How do you specify a fop config file for fop.bat in ant script

171 views Asked by At

I have a statement in ant script that calls fop.bat <property name="ant4docbook.fop" value="${basedir}/content/support/lib/fop-1.1/fop.bat" />

How do you specify fop config file "-c cfg.xml" either in ant script or in fop.bat file itself. I tried single quotes within double quotes but did not work.

0

There are 0 answers