Re: force execution of a target???

2006-07-17 Thread Alexey N. Solofnenko
I deal with similar problems by creating an external shell script that first runs normal targets, remembers return code, then runs "post" targets, and returns the remembered return code. - Alexey. [EMAIL PROTECTED] wrote: I've got a simple ant file that I'm running from CruiseControl. Basical

force execution of a target???

2006-07-17 Thread Bryan . S . Queen
I've got a simple ant file that I'm running from CruiseControl. Basically, it has these elements in it: All of my tests are in regressionTest_build.xml under the testManager target So the issue is this: I need to force the "shutdownAS" target to r