Did it solve your original problem? If yes, then I'll prepare a new version of sablevm soon.
Yes! Thank you!
Now I get a new error -
[...]
BUILD FAILED
/home/me/gate-3.0-build1846-BIN/build.xml:54: java.io.FileNotFoundException: No such file or directory
[...]
- from these statements -
[...]
<!-- Libraries directory for the build process -->
<property name="libDir" location="lib"/>
[...]
<!-- load ant-contrib for the "if" task -->
<taskdef resource="net/sf/antcontrib/antcontrib.properties"> <!-- line 54 -->
<classpath>
<pathelement location="${libDir}/ant-contrib-0.3.jar"/>
</classpath>
</taskdef>
[...]
However -
myhost% jar tf lib/ant-contrib-0.3.jar | grep antcontrib.properties net/sf/antcontrib/antcontrib.properties myhost%
My java/ant debug skills are still infantile, so I dunno how to verify that <pathelement location="${libDir}/ant-contrib-0.3.jar"/> is resolving to "lib/ant-contrib-0.3.jar" - but kaffe has no problem here - as before, JAVA_HOME=/usr/lib/kaffe works but JAVA_HOME=/usr/lib/sablevm does not
Any idea what's causing "java.io.FileNotFoundException: No such file or directory"? I expect this error was previously masked by the last problem - not introduced by your solution
Thanks again for your hard work!
Jack
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]