Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 66899 invoked from network); 9 Jun 2008 19:09:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jun 2008 19:09:09 -0000 Received: (qmail 27378 invoked by uid 500); 9 Jun 2008 19:09:11 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 26577 invoked by uid 500); 9 Jun 2008 19:09:09 -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 26557 invoked by uid 99); 9 Jun 2008 19:09:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2008 12:09:09 -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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2008 19:08:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 392E0234C137 for ; Mon, 9 Jun 2008 12:08:45 -0700 (PDT) Message-ID: <1845010490.1213038525233.JavaMail.jira@brutus> Date: Mon, 9 Jun 2008 12:08:45 -0700 (PDT) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3480) Need to update Eclipse template to reflect current trunk In-Reply-To: <1152514202.1212431505092.JavaMail.jira@brutus> 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-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603647#action_12603647 ] Tsz Wo (Nicholas), SZE commented on HADOOP-3480: ------------------------------------------------ Tried the latest patch. I have done the following steps: # Eclipse svn check out # Quit eclipse # Copy and overwrite existing files from .eclipse.templates/* to the project root # run "ant test ..." to generate build/test/classes # Start eclipse, refresh, clean, rebuild # Eclipse complains "Variable references non-existent resource: ${workspace_loc:/@PROJECT@/build.xml} " # I change ${workspace_loc:/@PROJECT@/build.xml} to /@PROJECT@/build.xml It seems works finally. I am not sure whether the steps above are correct. I think it is not obvious to figure out how to use the template. It will be great if the README could include some instruction using the template. > Need to update Eclipse template to reflect current trunk > -------------------------------------------------------- > > Key: HADOOP-3480 > URL: https://issues.apache.org/jira/browse/HADOOP-3480 > Project: Hadoop Core > Issue Type: Bug > Components: build > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Brice Arnould > Priority: Minor > Attachments: fixEclipseBreaks.patch, hadoop-3480.patch > > > Since there are new libraries (e.g. src/test/lib) and new contrib package (e.g. src/contrib/fuse-dfs) added, the current Eclipse template does not work. > Also, it would be great if there is a README for the Eclipse template. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.