Re: Ant build from source instructions incorrect?

2014-01-22 Thread Michael Durket
I get what seems to be a clean build and tests if I include the jars contained in the lib/optional directory in the Subversion repository for Apache Ant. So perhaps those either should be included when making a source tar bundle or the instructions on the website should indicate all of the jars

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