Ant build from source instructions incorrect?

2014-01-21 Thread Michael Durket
I'm attempting to build Ant 1.9.3 from the source distribution on Redhat Linux 5 using Oracle Java 1.7.0. It seems to build correctly but fails the post-build tests with this error message: error: package org.junit does not exist. From my research, this seems to be a common issue in general wit

Re: Ant build from source instructions incorrect?

2014-01-21 Thread Carlos Araya
Is that the only error you're getting? What does the build log say? Sent from my iPad > On Jan 21, 2014, at 2:52 PM, Michael Durket > wrote: > > I'm attempting to build Ant 1.9.3 from the source distribution on Redhat > Linux 5 using Oracle Java 1.7.0. It seems to build correctly but fails th

Re: Ant build from source instructions incorrect?

2014-01-21 Thread Antoine Levy Lambert
Hello Michael, are you using build.sh ? or build.bat ? There are two junit jars which are in svn and live under lib/optional. So even without running fetch.xml they should be around. I build releases of ant using a script called release.sh which is a wrapper around build.sh and can give you so