----- Original Message ----- From: "Dominique Devienne" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Monday, October 14, 2002 1:51 PM Subject: RE: Newbie question: how to recurse into subdirectories?
> PS2: Stefan, can you tell me if there's a better way to test changes in core > tasks like <mkdir> other than re-bootstrapping every time??? If I didn't do > a 'build bootstrap' before the 'build test', any change to Mkdir.java, > although properly compiled, would not take effect!!! This was painful to > figure out, and why can't the 'build run-single-test' command pick up the > <mkdir> just recompiled??? Thanks, --DD try 'ant run-single-test'; build runs off the bootstrap version of ant, not the one in ant\lib -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
