Browse Source

Had which.jar but run-which was still failing.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1158464 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 14 years ago
parent
commit
cd69b894b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -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


Loading…
Cancel
Save