Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

arg and jvmarg

Dave Pawson

2008-04-11

Replies: Find Java Web Hosting

Author LoginPost Reply
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: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.