> I'm trying to set up my build so that it builds from code on my local
> machine, and moves the files out to a mapped drive.  The 
> connection to this
> mapped drive isn't very quick, and for ant to check which 
> files have changed
> for the thousands of files that we have makes for a very slow 
> build process.
> Is there some way to have Ant only move out files that I've 
> changed since
> the last time I built, without having it do a compare for each file?  

<modified> selector
http://ant.apache.org/manual/CoreTypes/selectors.html#modified



Jan

Reply via email to