Hi, I've been running some testing of the last few days and have had the build system fail rather than the test.
What I have been doing is running more than one instance of: ant test -Dtest=XXX in the same checkout. I would expect this to work just fine as there is no build work to be performed and the output files are named by test. However, there have been a number of build failures where the test passed but the build system had another error. The issue is that currently the management client war building performs a delete as part of the build process. (See QPID-1468) I don't think there is any need to do this deletion as ant clean will remove the content. I have attached a patch to QPID-1468 so we can discuss any reason for the deletion. If no one has any objections I shall look to commit the change at the end of the week. Cheers Martin -- Martin Ritchie
