On 5/8/06, Scot P. Floess <[EMAIL PROTECTED]> wrote:
That won't work as a shell expands the asterisk....

<exec> is not a shell, so there's no need to escape the asterisk,
unless one uses vmlauncher="false" or use a shell in 'executable'.
--DD

Anderson, Rob (Global Trade) wrote:
> Your usage of the find command is incorrect. To find all the jars in
> ./myDir you would run the following:
>
> Find ./myDir -name *.jar
>
> You should change the arg line to:
>
> <arg line="${basedir}/myDir -name *.jar"/>

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

Reply via email to