bodewig 2003/11/17 07:51:38
Modified: src/script Tag: ANT_16_BRANCH runant.py
Log:
Merge from HEAD
Revision Changes Path
No revision
No revision
1.4.2.2 +2 -2 ant/src/script/runant.py
Index: runant.py
===================================================================
RCS file: /home/cvs/ant/src/script/runant.py,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -r1.4.2.1 -r1.4.2.2
--- runant.py 25 Sep 2003 09:48:39 -0000 1.4.2.1
+++ runant.py 17 Nov 2003 15:51:38 -0000 1.4.2.2
@@ -76,8 +76,8 @@
CLASSPATH = os.environ['CLASSPATH']
# Builds the commandline
-cmdline = ('%s %s -classpath \"%s\" \"-Dant.home=%s\" %s ' + \
- 'org.apache.tools.ant.launch.Launcher %s -lib \"%s\" \"%s\"') \
+cmdline = ('%s %s -classpath %s -Dant.home=%s %s ' + \
+ 'org.apache.tools.ant.launch.Launcher %s -lib %s %s') \
% (JAVACMD, ANT_OPTS, LOCALCLASSPATH, ANT_HOME, OPTS, ANT_ARGS, \
CLASSPATH, string.join(sys.argv[1:], ' '))
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]