> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > >> (1) create an Ant task > >> (2) run the target named setUp if present > >> (3) run the target > >> (4) run the target named tearDown if present > > > > (2) mimicks JUnit, but may not be necessary. > > Yes, I thought about that but wanted it to be symmetric, somehow. No > strong feelings about it, though.
I guess you're right. Better to be consistent with the widely used and successful tool that inspire this AntLib. One can still omit the 'setUp' target, and use others with an explicit depends attribute sometimes. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]