Settle, William wrote: > Is this an issue with the <get> task, the apache server on the other > side or something I have not configured on the client or server side? I did read in my google search that Apache does/did not return last modified information by default, but this might not be the case for your setup.
The get task can only work with the data it receives, so I think initially you should take a closer look at the http headers being returned from the remote servers. Wireshark is a tool I use to trace my network. Can you use whatever tools you have to trace the network communication taking during a 'good' and 'bad' build? This will enable you to at least examine the request and response headers on the HTTP exchange and eliminate the server exchanges. If the server returns no lastModified header or if it returns a value of 0 (1/1/1970 (GMT)) then the download will take place. -- Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]