You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by mi...@apache.org on 2003/11/06 19:18:25 UTC

cvs commit: jakarta-tapestry build.xml

mindbridge    2003/11/06 10:18:25

  Modified:    .        build.xml
  Log:
  Replacing 128MB with 128M
  
  PR: 24298 patch to allow workbench to work with JDK 1.4.2 and current Jetty  by Colin Sampaleanu
  
  Revision  Changes    Path
  1.86      +2 -3      jakarta-tapestry/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/build.xml,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- build.xml	22 Jul 2003 18:22:29 -0000	1.85
  +++ build.xml	6 Nov 2003 18:18:25 -0000	1.86
  @@ -299,8 +299,7 @@
   		<delete dir="${private.dir}" quiet="true"/>
   		<mkdir dir="${private.dir}"/>
   		<echo>Running Tapestry Workbench on port 8080 ...</echo>
  -		<java classname="org.mortbay.jetty.Server" fork="true" maxmemory="128MB"
  -			>
  +		<java classname="org.mortbay.jetty.Server" fork="true" maxmemory="128M">
   			<classpath>
   				<path refid="jetty.classpath"/>
   			</classpath>
  
  
  

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