You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/12/22 14:28:43 UTC

svn commit: r358563 - /incubator/roller/trunk/build.bat

Author: snoopdave
Date: Thu Dec 22 05:28:39 2005
New Revision: 358563

URL: http://svn.apache.org/viewcvs?rev=358563&view=rev
Log:
Enclose classpath in quotes

Modified:
    incubator/roller/trunk/build.bat

Modified: incubator/roller/trunk/build.bat
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/build.bat?rev=358563&r1=358562&r2=358563&view=diff
==============================================================================
--- incubator/roller/trunk/build.bat (original)
+++ incubator/roller/trunk/build.bat Thu Dec 22 05:28:39 2005
@@ -18,7 +18,7 @@
 set rocp=%rocp%;.\tools\buildtime\junit-3.8.1.jar
 
 echo %rocp%
-java -classpath %rocp% org.apache.tools.ant.Main %1 %2 %3 %4 %5
+java -classpath "%rocp%" org.apache.tools.ant.Main %1 %2 %3 %4 %5