Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 92731 invoked from network); 8 Apr 2011 11:41:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Apr 2011 11:41:47 -0000 Received: (qmail 47754 invoked by uid 500); 8 Apr 2011 11:41:47 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 47737 invoked by uid 500); 8 Apr 2011 11:41:47 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 47729 invoked by uid 99); 8 Apr 2011 11:41:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2011 11:41:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2011 11:41:43 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 6536215E8249 for ; Fri, 8 Apr 2011 06:41:22 -0500 (CDT) Date: Fri, 8 Apr 2011 06:41:22 -0500 (CDT) From: "Daun DeFrance (JIRA)" To: issues@continuum.apache.org Message-ID: <32294185.51489.1302262882412.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <18049311.33280.1300105702289.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Closed: (CONTINUUM-2612) Release Perform should allow selection of environment for final build MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 [ http://jira.codehaus.org/browse/CONTINUUM-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daun DeFrance closed CONTINUUM-2612. ------------------------------------ Resolution: Not A Bug Misunderstanding of how the perform worked. > Release Perform should allow selection of environment for final build > --------------------------------------------------------------------- > > Key: CONTINUUM-2612 > URL: http://jira.codehaus.org/browse/CONTINUUM-2612 > Project: Continuum > Issue Type: Improvement > Components: Release > Affects Versions: 1.3.6 > Environment: RedHat, Oracle 1.6 JDK, IBM J9 1.6 JDK, IBM J9 1.5 JDK > Reporter: Daun DeFrance > > We perform three different builds using three jdks configured as environments within continuum. We also use Maven profiles to specify classifiers for those builds. For example, our artifacts look like: > [artifact]-WAS7.ear (built with IBM J9 1.6 JDK) > [artifact]-JBOSS.ear (built with Oracles 1.6 JDK) > When we to a prepare release, we are allowed to specify environment. The prepare relese creates the tag, etc. However, in our situation, we only want one tag per release number, but we want to generate three released builds off that one tag. The code is not changed per environment, so one tag is sufficient. > When we perform a release, we cannot specify an environment (and corresponding Maven profile for the classifier), so we cannot specify a different environment for the release. > I would like the ability to tag once and generate three different environmental releases builds, each one compiled against a different JDK. > We are not using distributed builds at this time. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira