Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 96600 invoked from network); 3 Mar 2010 03:31:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Mar 2010 03:31:33 -0000 Received: (qmail 25724 invoked by uid 500); 3 Mar 2010 03:31:27 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 25674 invoked by uid 500); 3 Mar 2010 03:31:27 -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 25659 invoked by uid 99); 3 Mar 2010 03:31:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 03:31:27 +0000 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; Wed, 03 Mar 2010 03:31:18 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id A92F114A8234 for ; Tue, 2 Mar 2010 21:30:57 -0600 (CST) Date: Tue, 2 Mar 2010 21:30:57 -0600 (CST) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Message-ID: <14150241.98064.1267587057455.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <15252943.98007.1267575535218.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Updated: (CONTINUUM-2475) NullPointerException while adding a Maven 2 project if there is already an Ant project in the group 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-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated CONTINUUM-2475: ------------------------------------ Summary: NullPointerException while adding a Maven 2 project if there is already an Ant project in the group (was: NullPointerException while adding a project) > NullPointerException while adding a Maven 2 project if there is already an Ant project in the group > --------------------------------------------------------------------------------------------------- > > Key: CONTINUUM-2475 > URL: http://jira.codehaus.org/browse/CONTINUUM-2475 > Project: Continuum > Issue Type: Bug > Affects Versions: 1.4.0 > Reporter: Brett Porter > Assignee: Brett Porter > Fix For: 1.4.0 > > > This occurs in the Selenium test:testAddMavenTwoProjectFromRemoteSourceToNonDefaultProjectGroup > java.lang.NullPointerException > at org.apache.maven.continuum.DefaultContinuum.checkForDuplicateProjectInGroup(DefaultContinuum.java:3750) > at org.apache.maven.continuum.DefaultContinuum.executeAddProjectsFromMetadataActivity(DefaultContinuum.java:1714) > at org.apache.maven.continuum.DefaultContinuum.executeAddProjectsFromMetadataActivity(DefaultContinuum.java:1843) > at org.apache.maven.continuum.DefaultContinuum.addMavenTwoProject(DefaultContinuum.java:1393) > at org.apache.maven.continuum.web.action.AddMavenTwoProjectAction.doExecute(AddMavenTwoProjectAction.java:109) > at org.apache.maven.continuum.web.action.AddMavenProjectAction.execute(AddMavenProjectAction.java:189) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:404) > at com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:267) > at org.apache.struts2.interceptor.BackgroundProcess$1.run(BackgroundProcess.java:56) > at java.lang.Thread.run(Thread.java:637) -- 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