You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Gilbert Rebhan <an...@schillbaer.de> on 2008/06/14 13:02:45 UTC

Re: Handling files without extension with Fileset

Stefano Nichele schrieb:
> Hi all,
> is there a way to define a FileSet for the files in a given directory 
> without extension ?
> I'm using ANT 1.6.5.

<fileset dir="/home/foobar" id="yourfileset">
  <include name ="*"/>
  <exclude name="*.*"/>
</fileset>

Regards, Gilbert

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