Return-Path: Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: (qmail 65772 invoked from network); 7 Dec 2009 12:15:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Dec 2009 12:15:39 -0000 Received: (qmail 38129 invoked by uid 500); 7 Dec 2009 12:15:38 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 38047 invoked by uid 500); 7 Dec 2009 12:15:38 -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 38038 invoked by uid 500); 7 Dec 2009 12:15:38 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 38035 invoked by uid 99); 7 Dec 2009 12:15:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2009 12:15:38 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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; Mon, 07 Dec 2009 12:15:36 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 48E3D16E2A; Mon, 7 Dec 2009 12:15:16 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 07 Dec 2009 12:15:16 -0000 Message-ID: <20091207121516.8421.53047@eos.apache.org> Subject: =?utf-8?q?=5BHadoop_Wiki=5D_Update_of_=22GitAndHadoop=22_by_SteveLoughran?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for ch= ange notification. The "GitAndHadoop" page has been changed by SteveLoughran. http://wiki.apache.org/hadoop/GitAndHadoop?action=3Ddiff&rev1=3D2&rev2=3D3 -------------------------------------------------- = This Ant target not only builds the JAR files, it copies it to the local = {{{${user.home}/.m2}}} directory, where it will be picked up by the "intern= al" resolver. You can check that this is taking place by running {{{ant ivy= -report}}} on a project and seeing where it gets its dependencies. = + If there are problems, don't be afraid to {{rm -rf ~/.m2/repository/org/a= pache/hadoop}} and {{rm -rf ~/.ivy2/cache/org.apache.hadoop}} to remove lo= cal copies of artifacts. + = =3D=3D=3D Testing =3D=3D=3D = Each project comes with lots of tests; run {{{ant test}}} to run them. If= you have made changes to the build and tests fail, it may be that the test= s never worked on your machine. Build and test the unmodified source first.= Then keep an eye on both the main source and any branch you make. A good w= ay to do this is to give a Continuous Integration server such as Hudson thi= s job: checking out, building and testing both branches.