Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 50377 invoked from network); 26 Aug 2008 03:43:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Aug 2008 03:43:07 -0000 Received: (qmail 86979 invoked by uid 500); 26 Aug 2008 03:43:05 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 86926 invoked by uid 500); 26 Aug 2008 03:43:05 -0000 Mailing-List: contact core-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-commits@hadoop.apache.org Received: (qmail 86917 invoked by uid 99); 26 Aug 2008 03:43:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2008 20:43:05 -0700 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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 03:42:16 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id BD633118DB for ; Tue, 26 Aug 2008 03:42:46 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: core-commits@hadoop.apache.org Date: Tue, 26 Aug 2008 03:42:46 -0000 Message-ID: <20080826034246.14804.13210@eos.apache.org> Subject: [Hadoop Wiki] Trivial Update of "HowToSetupYourDevelopmentEnvironment" by AlexLoddengaard 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 change notification. The following page has been changed by AlexLoddengaard: http://wiki.apache.org/hadoop/HowToSetupYourDevelopmentEnvironment ------------------------------------------------------------------------------ = Setup Your Development Environment in Linux = The instructions below talk about how to get an environment setup using the command line to build, control source, and test. These instructions are therefor IDE independent. Take a look at EclipseEnvironment for instructions on how to configure Eclipse to build, control source, and test. - # Get the source. This is documented here: HowToContribute + # Get the source. This is documented here: HowToContribute - # cd into ''hadoop-core-trunk'', or whatever you named the directory + # cd into ''hadoop-core-trunk'', or whatever you named the directory - # attempt to run ''ant test'' + # attempt to run ''ant test'' - ## If you get any build errors, then consult the ''Build Errors'' section below. + ## If you get any build errors, then consult the ''Build Errors'' section below. = Build Errors =