You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/12/08 00:56:06 UTC

svn commit: r111171 - /forrest/branches/forrest_06_branch/src/core/forrest.build.xml

Author: brondsem
Date: Tue Dec  7 15:56:06 2004
New Revision: 111171

URL: http://svn.apache.org/viewcvs?view=rev&rev=111171
Log:
let jetty work if forrest path has spaces (might've only affected Windows)
Modified:
   forrest/branches/forrest_06_branch/src/core/forrest.build.xml

Modified: forrest/branches/forrest_06_branch/src/core/forrest.build.xml
Url: http://svn.apache.org/viewcvs/forrest/branches/forrest_06_branch/src/core/forrest.build.xml?view=diff&rev=111171&p1=forrest/branches/forrest_06_branch/src/core/forrest.build.xml&r1=111170&p2=forrest/branches/forrest_06_branch/src/core/forrest.build.xml&r2=111171
==============================================================================
--- forrest/branches/forrest_06_branch/src/core/forrest.build.xml	(original)
+++ forrest/branches/forrest_06_branch/src/core/forrest.build.xml	Tue Dec  7 15:56:06 2004
@@ -435,7 +435,7 @@
        <jvmarg line="${forrest.jvmargs}"/>
        <jvmarg
          value="-Djava.endorsed.dirs=${java.endorsed.dirs}${path.separator}${forrest.endorsed.lib-dir}"/>
-       <arg line="${content-dir}/jettyconf.xml" />
+       <arg value="${content-dir}/jettyconf.xml" />
        <syspropertyset>
          <propertyref prefix="forrest."/>
          <propertyref prefix="project."/>