If I modify anything other than a test case, I run bootstrap first. If I'm just modifying the test case then I run build. Thats just the steps that work for me.
What are your steps? ----- Original Message ----- From: "Conor MacNeill" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002 9:16 PM Subject: RE: cvs commit: jakarta-ant/src/testcases/org/apache/tools/ant/taskdefs/optional PropertyFileTest.java > > From: Erik Hatcher [mailto:[EMAIL PROTECTED] > > > > build[.sh] > > run-single-test > > -Dtestcase=org.apache.tools.ant.taskdefs.optional.PropertyFi > > leTest > > > > Erik, > > Just a note of caution. If you use "build" this is testing the bootstrapped > ant (since build run the bootstrapped ant) rather than the ant that is built > into dist. This is usually OK but it can sometimes catch you out. :-) > > Conor > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
