Last modified by Lucas Charpentier (Sereza7) on 2024/01/19 11:27

<
From version < 1.47 >
edited by hritcu
on 2007/07/09 22:59
To version < 1.48 >
edited by hritcu
on 2007/07/09 23:08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -104,8 +104,6 @@
104 104  
105 105  * Execute <tt>mvn install</tt> in any module you wish to build
106 106  
107 -#info("If you get an OutOfMemoryError then increase the Java maximum heap space by setting the MAVEN_OPTS environment variable. For example with MAVEN_OPTS=-Xmx50m building XWiki Products - Curriki - Database fails, but not with MAVEN_OPTS=-Xmx100m or higher.")
108 -
109 109  You'll find below some common build tasks.
110 110  
111 111  1.1.1 Building everything
... ... @@ -152,7 +152,12 @@
152 152  
153 153  Note that this is a quick way of starting XWiki in development mode. However the real test is to start the XWiki Enterprise standalone distribution to ensure that everything works. This is achieved by running <tt>mvn install</tt> in <tt>xwiki-product-enterprise/</tt>.
154 154  
153 +1.1.1 Dealing with Out-of-Memory Errors
155 155  
155 +If you get an OutOfMemoryError then increase the maximum heap space by setting the MAVEN_OPTS environment variable. For example with MAVEN_OPTS=-Xmx50m building XWiki Products - Curriki - Database fails, but not with MAVEN_OPTS=-Xmx100m or higher.
156 +
157 +
158 +
156 156  1.1 Building in Eclipse
157 157  
158 158  * [BuildingInEclipse]

Get Connected