http://ant.apache.org/manual/using.html#arg

mentions using <arg value in preference to <arg line=

For an xslt task I want to specify
-o filename

Trying this

 <arg value="-l"/>
    <arg value="-o ${out.dir}/${main.outfile}"/>

The single '-l' works OK,
but the -o option causes a problem with the processor.

How can I specify '-o filename' for <arg/> please?

<arg line='-o filename'/>  works fine.


TIA

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

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

Reply via email to