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
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