Dave- Most of the Ant scripts I have written have implmented targets something like Nuke Old Directories Create Source and Target Directories Get Source from VSS Run jasper on jsp to create Java source Compile everything Create Jars Create Junit/Cactus Tests Run Junit/Cactus tests Create Javadoc Install javadoc into Apache htmldocs Reboot Apache Create PMD Email Cactus/Junit, PMD results to relevant parties
Could you tell us which situations which would require undo? Thank You, -Martin ----- Original Message ----- From: "Dave Draper" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 3:08 PM Subject: RE: Expand Ant to "Undo" Executed Targets > You can force a target to be executed again by using <antcall> > > - Dave > > -----Original Message----- > From: Cessna, Thao [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 14:04 > To: '[EMAIL PROTECTED]' > Subject: Expand Ant to "Undo" Executed Targets > > > Hi, > > I'm using Ant targets to render GUI panels for a Config. Wizard application. > At the last panel, I would like to be able to go back to previous panels for > correction before executing the configuration. Since the targets are already > executed, Ant won't execute them again thus preventing me from going back. > Is there anybody who is working on expanding Ant to allow "undo" targets, > which in effects allow the targets to be re-executed? > > Thanks. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
