When I type "$ ant -version" into the linux terminal window, I get 2 errors, followed by version # and when it was compiled.
First mistake:
/usr/bin/build-classpath: error: Could not find xml-commons-apis Java extension for this JVM
Second error:
/usr/bin/build-classpath: error: Some specified jars were not found
Further
Apache Ant version 1.6.5 compiled on January 6 2007
I have $ JAVA_HOME set to jdk location and added to my path
What could be causing these errors?
source share