Re: Problem deleting a file

2011-07-15 Thread andy . ling
Stefan Bodewig wrote on 15/07/2011 04:24:46: > Is Quentin.jar on the CLASSPATH or loaded via or similar > measures during the build process? If so Java's classloader probably > still has a lock on it and Windows won't delete it until Ant exits. > I thought I'd been round that, but you're righ

Re: Problem deleting a file

2011-07-14 Thread Stefan Bodewig
On 2011-07-14, wrote: > One of the tasks in my build script deletes a target file before it is > rebuilt. The trouble is the file doesn't actually seem to get deleted > until after ant exits. This causes ant to generate an error when it > tries to create the new version of the file. > Below is

Problem deleting a file

2011-07-14 Thread andy . ling
Hi, I'm using ant 1.8.2 on Windows 7/64 bit One of the tasks in my build script deletes a target file before it is rebuilt. The trouble is the file doesn't actually seem to get deleted until after ant exits. This causes ant to generate an error when it tries to create the new version of the fi