Chad McHenry wrote:
Just correcting my example; obviously you only want to quote the individual
arguments: <arg line="'@{type}' '@{configDir}'"/>

That could still confuse the line breaking code.

I would suggest

1. breaking everything up

<arg value="@{type}"/>
<arg location="@{configDir}"/>


2. run ant -verbose to see what is being passed in

The @{} signs show that macros are at play; if there is one place bad things happen it is there, as property expansion can take place twice, and other quirks may show up.

-steve

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

Reply via email to