Revision: 10116
          http://sourceforge.net/p/languagetool/code/10116
Author:   dnaber
Date:     2013-05-18 09:53:06 +0000 (Sat, 18 May 2013)
Log Message:
-----------
document MAVEN_OPTS setting; small CSS improvement

Modified Paths:
--------------
    trunk/website/www/css/style.css
    trunk/website/www/development/index.php

Modified: trunk/website/www/css/style.css
===================================================================
--- trunk/website/www/css/style.css     2013-05-18 09:43:58 UTC (rev 10115)
+++ trunk/website/www/css/style.css     2013-05-18 09:53:06 UTC (rev 10116)
@@ -49,6 +49,8 @@
 }
 tt {
     background-color: #eeeeee;
+    padding-left: 3px;
+    padding-right: 3px;
 }
 .xmlrule {
     background-color: #eeeeee;

Modified: trunk/website/www/development/index.php
===================================================================
--- trunk/website/www/development/index.php     2013-05-18 09:43:58 UTC (rev 
10115)
+++ trunk/website/www/development/index.php     2013-05-18 09:53:06 UTC (rev 
10116)
@@ -2,7 +2,7 @@
 $page = "development";
 $title = "LanguageTool";
 $title2 = "Development";
-$lastmod = "2013-05-09 23:06:00 CET";
+$lastmod = "2013-05-18 11:55:00 CET";
 include("../../include/header.php");
 include('../../include/geshi/geshi.php');
 ?>
@@ -102,7 +102,14 @@
 </code>
 
 <p>You can then build the code with <tt>mvn clean package</tt> or just run the 
tests with <tt>mvn clean test</tt>.
-After the build, the LibreOffice/OpenOffice extension can be found in 
<tt>languagetool-office-extension/target</tt>,
+Maven's default memory settings are often too low, so you will probably need 
to set your environment
+variable <tt>MAVEN_OPTS</tt> to:</p>
+
+<code class="command">
+-Xmx512m -XX:MaxPermSize=256m
+</code>
+
+<p>After the build, the LibreOffice/OpenOffice extension can be found in 
<tt>languagetool-office-extension/target</tt>,
 the stand-alone version in <tt>languagetool-standalone/target</tt>.
 Please also see <!--the <?=show_link("README", 
"http://svn.code.sf.net/p/languagetool/code/trunk/languagetool/languagetool-standalone/README.txt";,
 0) ?> file that comes with LanguageTool and --> the
 <?=show_link("Usage page", "/usage/", 0) ?>.</p>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to