On Mon, 8 Oct 2001, Steve Loughran <[EMAIL PROTECTED]> wrote: > Only I can't, because the class ant.taskdefs.TaskdefsTest isnt in > ant.jar, it is only accessible with the source in the test subtree.
No testcase code is part of ant.jar (and it shouldn't be IMHO). Why don't you just add build/testcases to the classpath of the <javac> and <junit> tasks that compile and run your test? Stefan
