You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2003/02/03 14:27:52 UTC

cvs commit: jakarta-gump/project jakarta-ant.xml

bodewig     2003/02/03 05:27:52

  Modified:    project  jakarta-ant.xml
  Log:
  Use <jvmarg> to bump up memory for xdoc proposal
  
  Revision  Changes    Path
  1.92      +1 -0      jakarta-gump/project/jakarta-ant.xml
  
  Index: jakarta-ant.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jakarta-ant.xml,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- jakarta-ant.xml	28 Jan 2003 09:31:37 -0000	1.91
  +++ jakarta-ant.xml	3 Feb 2003 13:27:52 -0000	1.92
  @@ -174,6 +174,7 @@
   
     <project name="ant-xdocs-proposal">
       <ant basedir="proposal/xdocs" target="docs-from-scratch">
  +      <jvmarg value="-Xmx256m"/>
         <property name="ant.home" reference="home" project="jakarta-ant"/>
       </ant>
       <depend project="jakarta-ant"/>
  
  
  

Re: cvs commit: jakarta-gump/project jakarta-ant.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 3 Feb 2003, <bo...@apache.org> wrote:

>   +      <jvmarg value="-Xmx256m"/>

If anybody thinks this is too much for the servers running the
automated builds, please go ahead and remove the project definition
completely (and I'll add it to my workspace directly).

Stefan