[Swift-commit] r3119 - trunk

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Oct 6 14:42:47 CDT 2009


Author: hategan
Date: 2009-10-06 14:42:47 -0500 (Tue, 06 Oct 2009)
New Revision: 3119

Modified:
   trunk/build.xml
Log:
quote when necessary

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2009-10-06 19:41:02 UTC (rev 3118)
+++ trunk/build.xml	2009-10-06 19:42:47 UTC (rev 3119)
@@ -250,8 +250,8 @@
 			<replacevalue>set LOCALCLASSPATH=%SWIFT_HOME%\etc;%SWIFT_HOME%\libexec</replacevalue>
 		</replace>
 		<replace file="${dist.dir}/bin/swift.bat">
-			<replacetoken>set COG_OPTS=</replacetoken>
-			<replacevalue>set COG_OPTS=-DCOG_INSTALL_PATH=%SWIFT_HOME% -Dswift.home=%SWIFT_HOME% -Dvds.home=%SWIFT_HOME% </replacevalue>
+			<replacetoken>set OPTS=</replacetoken>
+			<replacevalue>set OPTS=-DCOG_INSTALL_PATH="%SWIFT_HOME%" -Dswift.home="%SWIFT_HOME%" -Dvds.home="%SWIFT_HOME%" </replacevalue>
 		</replace>
 		<chmod perm="+x" file="${dist.dir}/bin/swift"/>
 		<chmod perm="+x" file="${dist.dir}/bin/swift-osg-ress-site-catalog"/>
@@ -285,6 +285,7 @@
 	</target>
 
 
+
 	<!-- ================================================ -->
 	<!-- Compile                                          -->
 	<!-- ================================================ -->
@@ -292,7 +293,7 @@
 	<target name="compile">
 		<ant antfile="${main.buildfile}" target="compile"/>
 	</target>
-
+	
 	<!-- ================================================ -->
 	<!-- Clean                                            -->
 	<!-- ================================================ -->




More information about the Swift-commit mailing list