After breaking out the troubled command : /usr/jdk/jdk1.5.0_07/bin/java -Dant.home=. -cp $CLASSPATH:./build/classes org.apache.tools.ant.Main -emacs bootstrapI got the error: BUILD FAILED Could not load the version information
Before breaking out the above commad line I ran a complete ./build.sh and ./build install command and got: Buildfile: build.xml
bootstrap:
prepare:
check_for_optional_packages:
build: Created dir: /export/home/rs841k/tmp/apache-ant-1.6.0/build/lib Compiling 233 source files to /export/home/rs841k/tmp/apache-ant-1.6.0/build/cla sses javac: Does anyone have any idea what is happening here and how to resolve it?