Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8190B9A98 for ; Mon, 20 Feb 2012 17:20:01 +0000 (UTC) Received: (qmail 50060 invoked by uid 500); 20 Feb 2012 17:19:59 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 49998 invoked by uid 500); 20 Feb 2012 17:19:59 -0000 Mailing-List: contact common-dev-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-dev@hadoop.apache.org Received: (qmail 49989 invoked by uid 99); 20 Feb 2012 17:19:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 17:19:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 17:19:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E16861C2F15 for ; Mon, 20 Feb 2012 17:19:34 +0000 (UTC) Date: Mon, 20 Feb 2012 17:19:34 +0000 (UTC) From: "Harsh J (Created) (JIRA)" To: common-dev@hadoop.apache.org Message-ID: <89766010.2995.1329758374925.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HADOOP-8094) Make maven-eclipse-plugin use the spring project nature MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Make maven-eclipse-plugin use the spring project nature ------------------------------------------------------- Key: HADOOP-8094 URL: https://issues.apache.org/jira/browse/HADOOP-8094 Project: Hadoop Common Issue Type: Improvement Components: build Affects Versions: 0.23.0 Reporter: Harsh J Assignee: Harsh J If I want to have multiple versions of Apache Hadoop loaded into my Eclipse IDE today (or any other IDE maybe), I'm supposed to do the following when generating eclipse files, such that the version name is appended to the project name and thereby resolves conflict in project names when I import another version in: {{mvn -Declipse.addVersionToProjectName=true eclipse:eclipse}} But this does not work presently due to a lack of configuration in Apache Hadoop, which https://jira.codehaus.org/browse/MECLIPSE-702 demands. The problem being that though the project names are indeed named with version suffixes, the "related project" name it carries for dependencies do not carry the same suffix and therefore you have a broken import of projects errors everywhere about 'dependent project not found'. The fix is as Carlo details on https://jira.codehaus.org/browse/MECLIPSE-702 and it works perfectly. I'll attach a patch adding in the same configuration for Apache Hadoop so that the above mechanism is then possible. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira