On Wed, 15 Jan 2003, David McTavish <[EMAIL PROTECTED]> wrote:

> you could also put all of these on a single line as follows:
> 
>     <exec executable="cp">
>         <arg line="-p -R ${srcDir} ${destDir}"/>
>     </exec>

but run into trouble if either ${srcDir} or ${destDir} expands to
something with spaces in it.

Using the value attribute is not only more to type but also safer.

Stefan

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

Reply via email to