On 22 Feb 2002, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > (./bootstrap.sh; ANT_HOME=./bootstrap ant test)
Not true, this will make TaskdefsTest fail as it gets a different message than it expects. I changed my script to read actually perform (./bootstrap.sh; ANT_HOME=`pwd`/bootstrap ant test) and forgot about the change, sorry. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
