Chris,

NT and Solaris handle wildcards differently. Under NT, it is the command's
responsibility to expand wildcards whilst under the Unix shell, wildcard
expansion is performed by the shell. Try writing a simple script to echo the
first parameter and you will see where the wildcard expansion is being
performed. Different philosophies.

Under Ant, the shell is not involved and so, no wildcard expansion in Unix.

Conor


> -----Original Message-----
> From: Chris Wall [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 3 August 2001 5:59 AM
> To: [EMAIL PROTECTED]
> Subject: java and asterisk (*)
>
>
> Has anyone tried to use <java> and within <arg> specify files to
> be compiled
> using an asterisk (*)?
> On NT this seems to work fine, but not on Solaris- resulted with
> java.io.FileNotFoundException.
>
> Thanks.
>
>

Reply via email to