Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 6053 invoked from network); 6 Feb 2008 17:07:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2008 17:07:40 -0000 Received: (qmail 57472 invoked by uid 500); 6 Feb 2008 17:07:22 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 57437 invoked by uid 500); 6 Feb 2008 17:07:22 -0000 Mailing-List: contact core-dev-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-dev@hadoop.apache.org Received: (qmail 57381 invoked by uid 99); 6 Feb 2008 17:07:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 09:07:22 -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.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 17:07:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 68EF1714082 for ; Wed, 6 Feb 2008 09:07:09 -0800 (PST) Message-ID: <1352452.1202317629427.JavaMail.jira@brutus> Date: Wed, 6 Feb 2008 09:07:09 -0800 (PST) From: "Hadoop QA (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-1228) Eclipse project files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566203#action_12566203 ] Hadoop QA commented on HADOOP-1228: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12374878/hadoop-1228.patch against trunk revision 616796. @author +1. The patch does not contain any @author tags. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new javac compiler warnings. release audit +1. The applied patch does not generate any new release audit warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests -1. The patch failed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1750/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1750/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1750/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1750/console This message is automatically generated. > Eclipse project files > --------------------- > > Key: HADOOP-1228 > URL: https://issues.apache.org/jira/browse/HADOOP-1228 > Project: Hadoop Core > Issue Type: Improvement > Components: build > Reporter: Albert Strasheim > Priority: Minor > Attachments: .classpath, .project, eclipse.patch, hadoop-1228.patch, hadoop-eclipse.zip > > > I've created Eclipse project files for Hadoop (to be attached). I've found them very useful for exploring Hadoop and running the unit tests. > The project files can be included in the source repository to make it easy to import Hadoop into Eclipse. > A few features: > - Eclipse automatically calls the Ant build to generate some of the necessary source files > - Single unit tests can be run from inside Eclipse > - Basic Java code style formatter settings for the Hadoop conventions (still needs some work) > The following VM arguments must be specified in the run configuration to get unit tests to run: > -Xms256m -Xmx256m -Dtest.build.data=${project_loc}\build\test\data > Some of the unit tests don't run yet, possibly due to some missing VM flags, the fact that I'm running Windows, or some other reason(s). > TODO: > - Specify native library location(s) once I investigate building of Hadoop's native library > - Get all the unit tests to run -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.