Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 79439 invoked from network); 21 Nov 2007 18:02:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2007 18:02:00 -0000 Received: (qmail 98717 invoked by uid 500); 21 Nov 2007 18:01:47 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 98622 invoked by uid 500); 21 Nov 2007 18:01:47 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 98613 invoked by uid 99); 21 Nov 2007 18:01:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 10:01:47 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 18:01:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2BFEA1A9832; Wed, 21 Nov 2007 10:01:37 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r597165 - in /harmony/standard/site: docs/faq.html xdocs/faq.xml Date: Wed, 21 Nov 2007 18:01:36 -0000 To: commits@harmony.apache.org From: tellison@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071121180137.2BFEA1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tellison Date: Wed Nov 21 10:01:35 2007 New Revision: 597165 URL: http://svn.apache.org/viewvc?rev=597165&view=rev Log: Add Eclipse plug-in instructions to the FAQ. Modified: harmony/standard/site/docs/faq.html harmony/standard/site/xdocs/faq.xml Modified: harmony/standard/site/docs/faq.html URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/faq.html?rev=597165&r1=597164&r2=597165&view=diff ============================================================================== --- harmony/standard/site/docs/faq.html (original) +++ harmony/standard/site/docs/faq.html Wed Nov 21 10:01:35 2007 @@ -217,6 +217,13 @@ the default. At the time of this writing, best practice is to set:
set ANT_OPTS="-Xmx256M"
+
Why doesn't Eclipse recognise my Harmony installation?
+
+ To teach Eclipse about the Apache Harmony layout requires + installing a VM-type plug-in. Follow + + the instructions on our website for installing the plug-in. +

Back to top

Modified: harmony/standard/site/xdocs/faq.xml URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/faq.xml?rev=597165&r1=597164&r2=597165&view=diff ============================================================================== --- harmony/standard/site/xdocs/faq.xml (original) +++ harmony/standard/site/xdocs/faq.xml Wed Nov 21 10:01:35 2007 @@ -47,6 +47,13 @@ the default. At the time of this writing, best practice is to set:
set ANT_OPTS="-Xmx256M"
+
Why doesn't Eclipse recognise my Harmony installation?
+
+ To teach Eclipse about the Apache Harmony layout requires + installing a VM-type plug-in. Follow + + the instructions on our website for installing the plug-in. +