Return-Path: Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: (qmail 59832 invoked from network); 29 Nov 2010 02:26:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Nov 2010 02:26:28 -0000 Received: (qmail 35768 invoked by uid 500); 29 Nov 2010 02:26:28 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 35740 invoked by uid 500); 29 Nov 2010 02:26:28 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 35733 invoked by uid 500); 29 Nov 2010 02:26:28 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 35730 invoked by uid 99); 29 Nov 2010 02:26:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 02:26:28 +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.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 02:26:25 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 9B26592E; Mon, 29 Nov 2010 02:26:04 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 29 Nov 2010 02:26:04 -0000 Message-ID: <20101129022604.74398.80304@eosnew.apache.org> Subject: =?utf-8?q?=5BHadoop_Wiki=5D_Update_of_=22EclipseEnvironment=22_by_Jingguo?= =?utf-8?q?Yao?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for ch= ange notification. The "EclipseEnvironment" page has been changed by JingguoYao. The comment on this change is: Fix broken link. http://wiki.apache.org/hadoop/EclipseEnvironment?action=3Ddiff&rev1=3D29&re= v2=3D30 -------------------------------------------------- = =3D=3D=3D=3D Manual Settings =3D=3D=3D=3D = - If you want to build all of Hadoop in Eclipse then there are some [[http:= //hadoop.apache.org/core/api/org/apache/hadoop/record/package-summary.html#= skip-navbar_top|DDL]] files used by the tests that need to compiled first. = One strategy is to configure Eclipse to call part of the Ant script to buil= d these, and have two build directories, one for the Ant script, the other = for Eclipse, as you need to include the classes built by Ant on the Eclipse= library path and circular references are forbidden. = + If you want to build all of Hadoop in Eclipse then there are some [[http:= //hadoop.apache.org/common/docs/current/api//org/apache/hadoop/record/packa= ge-summary.html#skip-navbar_to|DDL]] files used by the tests that need to c= ompiled first. One strategy is to configure Eclipse to call part of the Ant= script to build these, and have two build directories, one for the Ant scr= ipt, the other for Eclipse, as you need to include the classes built by Ant= on the Eclipse library path and circular references are forbidden. = = In Eclipse, select Project -> Properties -> Java Build Path -> Source =20