Browse Source

more alarmist warning if launcher jar is missing. PR 34505.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@710055 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
40f8fea045
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/script/runant.py

+ 1
- 1
src/script/runant.py View File

@@ -64,7 +64,7 @@ if not JAVACMD:

launcher_jar = os.path.join(ANT_LIB, 'ant-launcher.jar')
if not os.path.exists(launcher_jar):
print 'Unable to locate ant-launcher.jar. Expected to find it in %s' % \
print 'Warning: Unable to locate ant-launcher.jar. Expected to find it in %s' % \
ANT_LIB

# Build up standard classpath (LOCALCLASSPATH)


Loading…
Cancel
Save