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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
