if you could list explicitly in your includes
proj/abc100V64/**
proj/efg100V64/**
...
it would be a bit faster
Antoine
>
> Hi Antonie,
> This is my structure of file system
>
> <home>/proj/ - abc100V64 -bin
> -lib
> -classes
> abc200V64 - bin
> -lib
> -classes
> efg100V64 - bin
> - lib
> -classes
>
> I want my fileset to search only on the names that ends with 100 and not
> others and list all the files that are newer then a specific date..
> This is what I do:
> <fileset dir="/fndproj2/fnd/mb_ccfnd" followsymlinks="false"
> includes="proj/*${ONB_VERNAME}V64/**/*"
> excludes="proj/*${ONB_VERNAME}V64/**/*.harvest.sig,proj/*${ONB_VERNAME}V
> 64/**/*.harvest.sig.bak">
> <date datetime="${ONB_TODAY_BUILD}"
> when="after"/>
> </fileset>
>
>
> ONB_VERNAME is the version 100.
>
> There are a lots of files and directories and ant seems to be stuck
>
> Can you pleae help....( I'm kind of bewbie..)
>
> Thanks
> netaB
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|