[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ant & sablevm



I get this error -


[...]
BUILD FAILED
/home/me/gate-3.0-build1846-BIN/build.xml:281: Could not create type java due to ?/bin is not an absolute path
[...]


- from this statement -


[...]
    <java classname="gate.Main"
          classpathref="run.class.path"
          fork="true"
          spawn="false"
          dir="."
          logError="true"
          maxmemory="${run.memory}">	<!-- line 281 -->
       <jvmarg value="-Dgate.home=${basedir}"/>
       <jvmarg value="-Djava.ext.dirs=${extDir}"/>
       <jvmarg value="-Dsun.java2d.opengl=true"/>
     </java>
[...]


- if JAVA_HOME=/usr/lib/sablevm - but not if JAVA_HOME=/usr/lib/kaffe

What does ant require that kaffe provides, but sablevm does not?

Many thanks!

Jack



Reply to: