I think I get a little farther with your solution - thank you!
I now get -
[...]
BUILD FAILED
/home/me/gate-3.0-build1846-BIN/build.xml:54: java.io.FileNotFoundException: No such file or directory
[...]
- from this statement -
<!-- 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>
I expect that this error was previously masked by the last problem - not introduced by your solution
However, as before I don't get this error if JAVA_HOME=/usr/lib/kaffe - only if JAVA_HOME=/usr/lib/sablevm
The only "ant-contrib" in Debian is part of forest, which isn't installed
Any idea why this error doesn't occur with kaffe, & how to avoid it with sable?
Thanks again!
Jack
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

