I tried, and it didn't work. --DD

P:\org_apache\jakarta-ant>build -Djunit.summary=withOutAndErr
           -Dtestcase=org.apache.tools.ant.taskdefs.MkdirTest
           run-single-test

-----Original Message-----
From: Steve Loughran [mailto:[EMAIL PROTECTED]] 
Sent: Monday, October 14, 2002 6:02 PM
To: Ant Users List
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]>

Reply via email to