On Mon, 14 Oct 2002, Dominique Devienne <[EMAIL PROTECTED]> wrote: > Submitted patch > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13615
I'm not convinced that creating a directory in all directories in a set is common enough to get direct support in a core-task. Just IMHO, of course. > PS: Apologies (?) accepted Stefan ;-) Yes, it was meant that way. > 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??? Dunno, I always rebootstrap just to be 100% sure I don't get things wrong. I even have a shell script that has just one line: $ANT_HOME/../bootstrap.sh; ant test Oh, ANT_HOME is the bootstrap directory within my checked-out Ant sources. > If I didn't do a 'build bootstrap' before the 'build test', any > change to Mkdir.java, although properly compiled, would not take > effect!!! You'll have to ensure that build/classes is in front of ant.jar on your CLASSPATH. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
