On Fri, 12 Jan 2007, Bruce Bushby <[EMAIL PROTECTED]> wrote: > The build fails saying "We cannot build the test jar unless JUnit is > present" I've gone through the docs, specifically the "Installing > Ant/Building Ant" but can't find an explanation for where I'm going > wrong?
Even if you don't intend to run the <junit> task, you now need JUnit when bootstrapping Ant. The distribution now contains ant-testutil.jar and the hard dependency on JUnit is a side effect of it. Obviously we failed to adapt the installation instructions, sorry. I'm not sure whether it is going to stay that way or whether we make JUnit optional again in the future, but for Ant 1.7.0, JUnit is required. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
