Return-Path: Delivered-To: apmail-incubator-river-commits-archive@minotaur.apache.org Received: (qmail 26840 invoked from network); 12 Jan 2011 10:30:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 10:30:58 -0000 Received: (qmail 46704 invoked by uid 500); 12 Jan 2011 10:30:58 -0000 Delivered-To: apmail-incubator-river-commits-archive@incubator.apache.org Received: (qmail 46650 invoked by uid 500); 12 Jan 2011 10:30:56 -0000 Mailing-List: contact river-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-commits@incubator.apache.org Received: (qmail 46643 invoked by uid 99); 12 Jan 2011 10:30:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 10:30:55 +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; Wed, 12 Jan 2011 10:30:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C6FA62388999; Wed, 12 Jan 2011 10:30:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1058049 - /incubator/river/site/trunk/content/river/building-river.mdtext Date: Wed, 12 Jan 2011 10:30:28 -0000 To: river-commits@incubator.apache.org From: sijskes@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110112103028.C6FA62388999@eris.apache.org> Author: sijskes Date: Wed Jan 12 10:30:28 2011 New Revision: 1058049 URL: http://svn.apache.org/viewvc?rev=1058049&view=rev Log: changed 5 to 6 Modified: incubator/river/site/trunk/content/river/building-river.mdtext Modified: incubator/river/site/trunk/content/river/building-river.mdtext URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/river/building-river.mdtext?rev=1058049&r1=1058048&r2=1058049&view=diff ============================================================================== --- incubator/river/site/trunk/content/river/building-river.mdtext (original) +++ incubator/river/site/trunk/content/river/building-river.mdtext Wed Jan 12 10:30:28 2011 @@ -65,7 +65,8 @@ Create your new IDE project using your p First you will need to create a new JDK system library. The normal JDK libraries that come in Eclipse have restrictions place on the `rt.jar` file which prevents the import of some proprietary Sun classes. -Since River is built with Ant this isn't strictly necessary, but it is if you don't want the compiler error warnings flashing up. Currently, River should be built with JDK 1.5, so please ensure that you have this installed and your new library uses it. +Since River is built with Ant this isn't strictly necessary, but it is if you don't want the compiler error warnings flashing up. +Currently, River should be built with JDK 6 (-source 5), so please ensure that you have this installed and your new library uses it. Then you need to add the JARs in `$RIVER_HOME/extlibs` to your classpath.