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: project name=needHelp default=runTests basedir=checkout/projedt property name=shutdown value=true/ target name=startAS exec dir=C:/oc4j/j2ee/home

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.