Author: jglick
Date: Tue Aug 16 22:26:47 2011
New Revision: 1158464
URL: http://svn.apache.org/viewvc?rev=1158464&view=rev
Log:
Had which.jar but run-which was still failing.
Modified:
ant/core/trunk/build.xml
Modified: ant/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1158464&r1=1158463&r2=1158464&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Tue Aug 16 22:26:47 2011
@@ -1575,7 +1575,7 @@
<target name="run-which" depends="check_for_optional_packages"
if="which.present">
- <java classname="org.apache.env.Which" taskname="which"/>
+ <java classname="org.apache.env.Which" taskname="which"
classpathref="classpath"/>
</target>
<!-- test to see if we are online or not. can take a while when we are off
line, so