Report the JAVA_LIBS directory we're using when building.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1269 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
<!-- include JAVA_LIBS jars in our classpath if it exists -->
|
||||
<target name="check-java-libs" if="env.JAVA_LIBS">
|
||||
<!-- overwrite the classpath with one that contains JAVA_LIBS jars -->
|
||||
<echo message="Building using libraries from ${env.JAVA_LIBS}."/>
|
||||
<path id="classpath">
|
||||
<path refid="base.classpath"/>
|
||||
<fileset dir="${env.JAVA_LIBS}" includes="**/*.jar"/>
|
||||
|
||||
Reference in New Issue
Block a user