You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hivemind.apache.org by Markus Wiederkehr <ma...@gmail.com> on 2005/01/28 15:40:03 UTC

Hivemind 1.1 does not compile under Debian

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: hivemind-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-user-help@jakarta.apache.org