You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2004/12/23 15:21:20 UTC

svn commit: r123198 - /incubator/apollo/trunk/maven.xml

Author: ips
Date: Thu Dec 23 06:21:18 2004
New Revision: 123198

URL: http://svn.apache.org/viewcvs?view=rev&rev=123198
Log:
fixed website target so it works if Forrest install dir has spaces

Modified:
   incubator/apollo/trunk/maven.xml

Modified: incubator/apollo/trunk/maven.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/maven.xml?view=diff&rev=123198&p1=incubator/apollo/trunk/maven.xml&r1=123197&p2=incubator/apollo/trunk/maven.xml&r2=123198
==============================================================================
--- incubator/apollo/trunk/maven.xml	(original)
+++ incubator/apollo/trunk/maven.xml	Thu Dec 23 06:21:18 2004
@@ -95,7 +95,8 @@
        <sysproperty key="ant.home"            value="${forrest.ant.home}" />
        <sysproperty key="forrest.home"        value="${forrest.home}" />
        <sysproperty key="basedir"             value="${basedir}" />       
-       <arg line="-f ${forrest.home}/forrest.build.xml" />       
+       <arg value="-f" />
+       <arg value="${forrest.home}/forrest.build.xml" />       
     </java>
     
     <mkdir dir="${maven.build.dir}/docs" />

---------------------------------------------------------------------
To unsubscribe, e-mail: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org