You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/04/13 20:49:47 UTC

svn commit: r647604 - /incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/src/BUILDING

Author: lresende
Date: Sun Apr 13 11:49:44 2008
New Revision: 647604

URL: http://svn.apache.org/viewvc?rev=647604&view=rev
Log:
Updating building instructions to set maven_opts to increase memory used when building

Modified:
    incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/src/BUILDING

Modified: incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/src/BUILDING
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/src/BUILDING?rev=647604&r1=647603&r2=647604&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/src/BUILDING (original)
+++ incubator/tuscany/branches/sca-java-1.2/distribution/src/main/release/src/BUILDING Sun Apr 13 11:49:44 2008
@@ -15,6 +15,13 @@
    http://maven.apache.org/download.html. Make sure that your PATH includes 
    the MVN_HOME/bin directory. 
 
+4) Make sure that your MAVEN_OPTS environment variable has -Xmx128M (or more),
+   you can manually do this by executing the following in your prompt :
+   Windows users:
+      set MAVEN_OPTS=-Xmx128M
+   Unix users:
+      export MAVEN_OPTS=-Xmx128M
+
 
 Building
 --------



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org