You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/11/03 14:31:27 UTC

svn commit: r710055 - /ant/core/trunk/src/script/runant.py

Author: bodewig
Date: Mon Nov  3 05:31:26 2008
New Revision: 710055

URL: http://svn.apache.org/viewvc?rev=710055&view=rev
Log:
more alarmist warning if launcher jar is missing.  PR 34505.

Modified:
    ant/core/trunk/src/script/runant.py

Modified: ant/core/trunk/src/script/runant.py
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/script/runant.py?rev=710055&r1=710054&r2=710055&view=diff
==============================================================================
--- ant/core/trunk/src/script/runant.py (original)
+++ ant/core/trunk/src/script/runant.py Mon Nov  3 05:31:26 2008
@@ -64,7 +64,7 @@
 
 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)