Add java.class.path to test/check targets; this allows users to manually

add items to their CLASSPATH and then have the test/check
target actually use that CLASSPATH


git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
curcuru
2001-12-21 22:59:52 +00:00
parent 4c202cd7bb
commit 530caadd8d

View File

@@ -148,6 +148,7 @@ Build file for org.apache.env.Which service. No dependencies.
<java classname="org.apache.env.Which">
<classpath>
<pathelement location="${env.jar}"/>
<pathelement path="${java.class.path}"/>
</classpath>
</java>
<echo message="END Simple test: just call Which (manual verification required)."/>