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:
mdb
2003-10-18 02:36:10 +00:00
parent e2f1e09bf0
commit 9cc9df0461
+1
View File
@@ -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"/>