You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/09/28 18:39:11 UTC

svn commit: r880255 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/building-isis.html

Author: buildbot
Date: Sat Sep 28 16:39:11 2013
New Revision: 880255

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/contributors/building-isis.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Sep 28 16:39:11 2013
@@ -1 +1 @@
-1526874
+1527208

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Sep 28 16:39:11 2013
@@ -1 +1 @@
-1526874
+1527208

Modified: websites/staging/isis/trunk/content/contributors/building-isis.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/building-isis.html (original)
+++ websites/staging/isis/trunk/content/contributors/building-isis.html Sat Sep 28 16:39:11 2013
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>Building Isis
</title>
+      <title>Building Isis</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -111,7 +111,7 @@
       };
       function twshare () {
           window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Building Isis
",
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Building Isis",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -247,13 +247,19 @@
 
 <div class="page-header">
 <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../contributors/about.html">Contributors</a></p>
-<h1>Building Isis
+<h1>Building Isis
 
 </h1>
 </div>
 
 <p>Isis is build using Maven; details of setting up your development environment can be found <a href="development-environment.html">here</a>.</p>
 
+<p>In particular, note that you'll need to set up <code>MAVEN_OPTS</code>:</p>
+
+<pre>
+MAVEN_OPTS=-Xms512m -Xmx1024m -XX:MaxPermSize=256m
+</pre>
+
 <h3>Building all of Isis</h3>
 
 <p>To build the source code from the command line, simply go to the root directory and type:</p>