Hi everybody,
yesterday I tested all the demos on my Linux machine. Everything works
like a charm. And this after these huge changes: Really great work!!
After testing everything out of eclipse I wanted to test the ant
scripts, but something goes wrong here. Attached you find the log.
JAVA_HOME is set correctly.
Also rt.jar and tools.jar are at the places the ant script thinks they
are. So I don't know what's going wrong here.
Sascha
/usr/bin/build-classpath: error: could not find xml-commons-apis Java
extension for this JVM
/usr/bin/build-classpath: error: All specified jars were not found
Buildfile: build.xml
Skipped already imported file:
/home/nebuchadneza/development/XML11/targets/init-targets.xml
Skipped already imported file:
/home/nebuchadneza/development/XML11/targets/init-targets.xml
Skipped already imported file:
/home/nebuchadneza/development/XML11/targets/core-targets.xml
Skipped already imported file:
/home/nebuchadneza/development/XML11/targets/init-targets.xml
Skipped already imported file:
/home/nebuchadneza/development/XML11/targets/core-targets.xml
Skipped already imported file:
/home/nebuchadneza/development/XML11/targets/demo-targets.xml
Skipped already imported file:
/home/nebuchadneza/development/XML11/targets/init-targets.xml
Skipped already imported file:
/home/nebuchadneza/development/XML11/targets/core-targets.xml
Skipped already imported file:
/home/nebuchadneza/development/XML11/targets/init-targets.xml
read-userprops:
read-commonprops:
[echo] Reading properties from build.properties
read-props:
check-env:
init:
[echo] Using rt.jar from /opt/jdk1.5.0_06/jre/lib
[echo] Using tools.jar from /opt/jdk1.5.0_06/jre/../lib
init-core:
[mkdir] Created dir: /home/nebuchadneza/development/XML11/classes/core
compile-core:
[javac] Compiling 27 source files to
/home/nebuchadneza/development/XML11/classes/core
BUILD FAILED
/home/nebuchadneza/development/XML11/targets/core-targets.xml:27: Unable
to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
|