Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 1992 invoked from network); 7 Jan 2010 23:19:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2010 23:19:15 -0000 Received: (qmail 22513 invoked by uid 500); 7 Jan 2010 23:19:15 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 22476 invoked by uid 500); 7 Jan 2010 23:19:15 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 22466 invoked by uid 99); 7 Jan 2010 23:19:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 23:19:15 +0000 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; Thu, 07 Jan 2010 23:19:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6AC7C234C1EF for ; Thu, 7 Jan 2010 15:18:54 -0800 (PST) Message-ID: <1513996380.110281262906334436.JavaMail.jira@brutus.apache.org> Date: Thu, 7 Jan 2010 23:18:54 +0000 (UTC) From: "Gary Gregory (JIRA)" To: issues@cxf.apache.org Subject: [jira] Commented: (CXF-2595) Facilitate multi-branch development in Eclipse In-Reply-To: <173238000.1261963949403.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-2595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12797832#action_12797832 ] Gary Gregory commented on CXF-2595: ----------------------------------- I did not know about {{eclipse.addVersionToProjectName}}, thank you for the tip. I do not think I want the trunk projects to carry a version number though. I do like having it all versions in one workspace to able to easily compare and port code around. I am thinking about a set up like this: - I'll close all CXF 2.2.x projects in Eclipse. - Run {{mvn -Psetup.eclipse -Declipse.addVersionToProjectName=true}} for branches I want (just 2.2.x really), my first run was just {{mvn -Psetup.eclipse}} - Import all 2.2.x branch projects which will have the version numbers. - Run {{mvn -Psetup.eclipse}} for trunk. - Import all 2.3.x trunk projects which will not have the version numbers. Presumably when 2.3.x is released, it will be branched and I can get the 2.3.x branch and run {{mvn -Psetup.eclipse -Declipse.addVersionToProjectName=true}} and keep trunk as is. > Facilitate multi-branch development in Eclipse > ---------------------------------------------- > > Key: CXF-2595 > URL: https://issues.apache.org/jira/browse/CXF-2595 > Project: CXF > Issue Type: Improvement > Reporter: Gary Gregory > > It looks like CXF uses the Maven POM project/artifactId to name Eclipse projects when the CXF maven tool is used: > bq. mvn -Psetup.eclipse > This is great until you want to use the same Eclipse workspace to work on multiple branches. > For example, I want to be able to compare debug runs in CXF 2.2.x and 2.3.x. Switching workspaces is a pain and does not allow having two debug sessions running at the same time. > What about having the CXF {{setup.eclipse}} tool generate the Eclipse project name to include the branch name? > For example, instead of {{cxf-api}}, use {{cxf-api-2.2.x}} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.