The build process tries to copy junit-3.8.1.jar to
/usr/share/ant/lib/junit-3.8.1.jar which is of course not permitted
for regular users.

In order compile Hivemind I had to do the following (as root):

cd /usr/share/ant/lib/
ln -s /usr/share/java/junit-3.8.1.jar junit-3.8.1.jar
ln -s /usr/share/java/xercesImpl.jar xercesImpl.jar
ln -s /usr/share/java/xml-apis.jar xml-apis.jar

Would it be possible to specify the locations of these JAR-files in a
properties file? Or is there a more elegant solution to this problem?

Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to