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

RE: ant exec task message priority

2011-07-14 Thread Echlin, Robert
Hudson must be matching some specific string to identify ERROR, INFO, etc. Any change to that string would cause Hudson's match to fail. Any chance there is a change in C compiler co-incidentally here? Maybe some whitespace is being compressed as it passes through Ant? I would pipe the output of A

Re: ant exec task message priority

2011-07-14 Thread Stefan Bodewig
On 2011-07-12, Adam Bruss wrote: > ant 1.7.0 would naturally classify messages from make with priorities of > info, warning or error. > ant 1.8.2 classifies all messages from make as priority info! Ant really only reads stderr and stdout from make. For everything that goes to stderr it will use