Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 55885 invoked from network); 3 Oct 2008 12:31:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2008 12:31:37 -0000 Received: (qmail 82626 invoked by uid 500); 3 Oct 2008 12:31:36 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 82590 invoked by uid 500); 3 Oct 2008 12:31:36 -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 82579 invoked by uid 99); 3 Oct 2008 12:31:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2008 05:31:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.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, 03 Oct 2008 12:30:34 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 075FB45800A for ; Fri, 3 Oct 2008 07:31:09 -0500 (CDT) Message-ID: <20092691.1223037069028.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Fri, 3 Oct 2008 07:31:09 -0500 (CDT) From: "Luc Willems (JIRA)" To: issues@continuum.apache.org Subject: [jira] Issue Comment Edited: (CONTINUUM-1572) Release should support Build Environments (formerly called Continuum Profiles) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1572?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D149788= #action_149788 ]=20 luc.willems edited comment on CONTINUUM-1572 at 10/3/08 7:30 AM: ----------------------------------------------------------------- Just tried latest SVN continuum 1.2.X branch and got Null pointer when usin= g a custom buildenvironment java.lang.NullPointerException at org.apache.maven.continuum.release.DefaultContinuumReleaseManage= r.getEnvironments(DefaultContinuumReleaseManager.java:244) at org.apache.maven.continuum.release.DefaultContinuumReleaseManage= r.getReleaseDescriptor(DefaultContinuumReleaseManager.java:293) at org.apache.maven.continuum.release.DefaultContinuumReleaseManage= r.prepare(DefaultContinuumReleaseManager.java:115) at org.apache.maven.continuum.web.action.ReleasePrepareAction.execu= te(ReleasePrepareAction.java:230) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(Defa= ultActionInvocation.java:358) at com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(= DefaultActionInvocation.java:218) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultAct= ionInvocation.java:192) at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.do= Intercept(DefaultWorkflowInterceptor.java:175) at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.inter= cept(MethodFilterInterceptor.java:86) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultAct= ionInvocation.java:190) at com.opensymphony.xwork.validator.ValidationInterceptor.doInterce= pt(ValidationInterceptor.java:115) at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.inter= cept(MethodFilterInterceptor.java:86) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultAct= ionInvocation.java:190) at org.apache.maven.continuum.web.interceptor.ForceContinuumConfigu= rationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultAct= ionInvocation.java:190) =20 build environment included 1 entry for custom maven 2.0.9 installation should i open a new issue ? was (Author: luc.willems): Just tried latest SVN continuum 1.2.X branch and got Null pointer when = using a custom buildenvironment java.lang.NullPointerException at org.apache.maven.continuum.release.DefaultContinuumReleaseManage= r.getEnvironments(DefaultContinuumReleaseManager.java:244) at org.apache.maven.continuum.release.DefaultContinuumReleaseManage= r.getReleaseDescriptor(DefaultContinuumReleaseManager.java:293) at org.apache.maven.continuum.release.DefaultContinuumReleaseManage= r.prepare(DefaultContinuumReleaseManager.java:115) at org.apache.maven.continuum.web.action.ReleasePrepareAction.execu= te(ReleasePrepareAction.java:230) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(Defa= ultActionInvocation.java:358) at com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(= DefaultActionInvocation.java:218) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultAct= ionInvocation.java:192) at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.do= Intercept(DefaultWorkflowInterceptor.java:175) at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.inter= cept(MethodFilterInterceptor.java:86) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultAct= ionInvocation.java:190) at com.opensymphony.xwork.validator.ValidationInterceptor.doInterce= pt(ValidationInterceptor.java:115) at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.inter= cept(MethodFilterInterceptor.java:86) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultAct= ionInvocation.java:190) at org.apache.maven.continuum.web.interceptor.ForceContinuumConfigu= rationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultAct= ionInvocation.java:190) =20 should i open a new issue ? =20 > Release should support Build Environments (formerly called Continuum Prof= iles) > -------------------------------------------------------------------------= ----- > > Key: CONTINUUM-1572 > URL: http://jira.codehaus.org/browse/CONTINUUM-1572 > Project: Continuum > Issue Type: Improvement > Components: Core - Profiles, Release > Affects Versions: 1.1-beta-4, 1.1 > Reporter: L=F3r=E1nt Pint=E9r > Assignee: Maria Catherine Tan > Fix For: 1.2.1 > > > Currently there's no way to specify parameters for the release, like JVM = version or MAVEN_OPTS. I had a hard time "configuring" Maven to have enough= memory during the release (actually I had to add MAVEN_OPTS=3D-Xmx512m as = an environment variable -- not a really nice solution). > It would be nice to have a similar build configuration for the release as= we have for other builds, with profiles and all. Maybe a default schedule = called RELEASE would do. --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira