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
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
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