Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 32892 invoked from network); 10 Jun 2009 14:52:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jun 2009 14:52:23 -0000 Received: (qmail 52754 invoked by uid 500); 10 Jun 2009 14:50:56 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 52387 invoked by uid 500); 10 Jun 2009 14:50:55 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 51629 invoked by uid 99); 10 Jun 2009 14:49:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 14:49:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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, 10 Jun 2009 14:49:03 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 5C33C14A81B7 for ; Wed, 10 Jun 2009 09:48:42 -0500 (CDT) Message-ID: <7500007.153061244645322375.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 10 Jun 2009 09:48:42 -0500 (CDT) From: "Paul Gier (JIRA)" To: issues@maven.apache.org Subject: [jira] Updated: (MASSEMBLY-290) Improve error reporting in case of unlocatable component descriptor In-Reply-To: <30496125.1204637909228.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MASSEMBLY-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Gier updated MASSEMBLY-290: -------------------------------- Assignee: Paul Gier Fix Version/s: 2.2-beta-5 > Improve error reporting in case of unlocatable component descriptor > ------------------------------------------------------------------- > > Key: MASSEMBLY-290 > URL: http://jira.codehaus.org/browse/MASSEMBLY-290 > Project: Maven 2.x Assembly Plugin > Issue Type: Improvement > Affects Versions: 2.2-beta-2 > Reporter: Benjamin Bentmann > Assignee: Paul Gier > Priority: Trivial > Fix For: 2.2-beta-5 > > Attachments: missing-component-descriptor.patch > > > That's not really user-friendly: > {noformat} > [INFO] [assembly:attached {execution: make-assemblies}] > [INFO] ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] null > [INFO] ------------------------------------------------------------------------ > [INFO] Trace > java.lang.NullPointerException > at org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.mergeComponentsWithMainAssembly(DefaultAssemblyReader.java:454) > at org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.readAssembly(DefaultAssemblyReader.java:366) > at org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.addAssemblyFromDescriptor(DefaultAssemblyReader.java:332) > at org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.readAssemblies(DefaultAssemblyReader.java:193) > at org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:296) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447) > {noformat} -- 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