Use JAVA_LIBS to locate our jar files.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@683 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -3,7 +3,10 @@
|
|||||||
|
|
||||||
<!-- things you may want to change -->
|
<!-- things you may want to change -->
|
||||||
<property name="build.compiler" value="jikes"/>
|
<property name="build.compiler" value="jikes"/>
|
||||||
<property name="java.libraries" value="/usr/share/java"/>
|
|
||||||
|
<!-- we want to access the environment -->
|
||||||
|
<property environment="env"/>
|
||||||
|
<property name="java.libraries" value="${env.JAVA_LIBS}"/>
|
||||||
|
|
||||||
<!-- we need to do this to avoid conflicts with the XML jar files loaded
|
<!-- we need to do this to avoid conflicts with the XML jar files loaded
|
||||||
to run ant versus the XML jar files we load for our tests -->
|
to run ant versus the XML jar files we load for our tests -->
|
||||||
|
|||||||
Reference in New Issue
Block a user