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?  
 
I know normally the way for it to only move the files that changed is to
check the timestamps and compare, but hitting this slow location over and
over is just not working well.  I'm wondering if there's some way for it to
keep track locally of what's changed since the last build, maybe with some
list of timestamps from the previous build, and compare against that?
 
Any other suggestions for how to build to a slow location without a
painfully slow build?  Is there some standard way to do this that I'm
missing?
 
Thanks in advance,
    Jesse

This electronic message transmission contains information from the Company that 
may be proprietary, confidential and/or privileged.
The information is intended only for the use of the individual(s) or entity 
named above.  If you are not the intended recipient, be
aware that any disclosure, copying or distribution or use of the contents of 
this information is prohibited.  If you have received
this electronic transmission in error, please notify the sender immediately by 
replying to the address listed in the "From:" field.

Reply via email to