From kato-commits-return-820-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Mon Nov 23 14:25:54 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 73286 invoked from network); 23 Nov 2009 14:25:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Nov 2009 14:25:53 -0000 Received: (qmail 71463 invoked by uid 500); 23 Nov 2009 14:25:53 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 71447 invoked by uid 500); 23 Nov 2009 14:25:53 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 71437 invoked by uid 99); 23 Nov 2009 14:25:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 14:25:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 14:25:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7CD5C23888D6; Mon, 23 Nov 2009 14:25:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r883352 - in /incubator/kato/trunk/org.apache.kato: BUILDING kato.distro/src/main/readme/README kato.distro/src/main/readme/USING Date: Mon, 23 Nov 2009 14:25:30 -0000 To: kato-commits@incubator.apache.org From: monteith@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091123142530.7CD5C23888D6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: monteith Date: Mon Nov 23 14:25:29 2009 New Revision: 883352 URL: http://svn.apache.org/viewvc?rev=883352&view=rev Log: move USING to README and add MAVEN_OPTS comment to BUILDING. Added: incubator/kato/trunk/org.apache.kato/kato.distro/src/main/readme/README - copied unchanged from r883347, incubator/kato/trunk/org.apache.kato/kato.distro/src/main/readme/USING Removed: incubator/kato/trunk/org.apache.kato/kato.distro/src/main/readme/USING Modified: incubator/kato/trunk/org.apache.kato/BUILDING Modified: incubator/kato/trunk/org.apache.kato/BUILDING URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/BUILDING?rev=883352&r1=883351&r2=883352&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/BUILDING (original) +++ incubator/kato/trunk/org.apache.kato/BUILDING Mon Nov 23 14:25:29 2009 @@ -26,6 +26,10 @@ On Windows the "vcvars32.bat" script must be run before maven is launched. To start the build, simply run "mvn install" in the "kato.native" directory. +The kato.docs project might fail with an OutOfMemoryError. To prevent this from +happening, the MAVEN_OPTS environment should be set to "-mx512m" to given Java a +sufficiently large heap. + Packaging =========