Apache Ant
The build of the apache-ant-1.7.0 was failing due to missing junit.jar file (seems to be mandatory). The work around the issue was to download the junit-4.4.jar file, create lib/optional directory in the ant source tree and mv the downloaded file as lib/optional/junit.jar
Up
Top