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.