You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Perrier, Nathan" <np...@ptc.com> on 2012/02/29 23:26:29 UTC

Wildcard patterns

Equivalent?:  "**/*" and "**/*.*" 


Re: Wildcard patterns

Posted by Bruce Atherton <br...@callenish.com>.
Not quite.

The former will match any files. The latter will only match a file with 
a period in the name. Microsoft provides a shortened 8.3 version of all 
long file names but I don't believe there is any way to  get that 
shortened name from Java. So not the same thing on any modern platform I 
know of.

On 2/29/2012 2:26 PM, Perrier, Nathan wrote:
> Equivalent?:  "**/*" and "**/*.*"
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org