Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 23933 invoked from network); 24 Jul 2008 07:54:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jul 2008 07:54:25 -0000 Received: (qmail 53044 invoked by uid 500); 24 Jul 2008 07:54:25 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 53021 invoked by uid 500); 24 Jul 2008 07:54:25 -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 53010 invoked by uid 99); 24 Jul 2008 07:54:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2008 00:54:25 -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; Thu, 24 Jul 2008 07:53:31 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id E9C8D14A8050 for ; Thu, 24 Jul 2008 02:53:26 -0500 (CDT) Message-ID: <19385816.1216886006955.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 24 Jul 2008 02:53:26 -0500 (CDT) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Subject: [jira] Updated: (CONTINUUM-1801) 20 or more exclusions from a Maven 2 transitive dependency results in build error In-Reply-To: <15559933.1213718366806.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated CONTINUUM-1801: ------------------------------------ Fix Version/s: 1.x > 20 or more exclusions from a Maven 2 transitive dependency results in build error > --------------------------------------------------------------------------------- > > Key: CONTINUUM-1801 > URL: http://jira.codehaus.org/browse/CONTINUUM-1801 > Project: Continuum > Issue Type: Bug > Components: Integration - Maven 2 > Affects Versions: 1.1 > Environment: Linux > Reporter: Chris Rompot > Priority: Minor > Fix For: 1.x > > > When building a Maven 2 project with 20 or more exclusions from a dependency, that project builds correctly. > For example, > > org.springmodules > spring-modules-cache > 0.8a > > > gigaspaces > gigaspaces-ce > > ... many more exclusions > build correctly for a project. > When this first project is a dependency of another project, the second project's build fails with an error similar to the following: > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM). > Project ID: com.pearson.rase:test-management-gateway-client > Reason: Failed to build model from file '/home/bbuilder/.m2/repository/com/pearson/rase/test-management-gateway-client/1.0.0/test-management-gateway-client-1.0.0.pom'. > Error: 'no more data available - expected end tags </exclusion></exclusions></dependency></dependencies></project> to close start tag <exclusion> from line 106 and start tag <exclusions> from line 28 and start tag <dependency> from line 24 and start tag <dependencies> from line 22 and start tag <project> from line 1, parser stopped on END_TAG seen ...<groupId>opensymphony</groupId>\n ... @108:11' for project com.pearson.rase:test-management-gateway-client > This error disappears once the number of exclusions in the first project's dependency is reduced to 19 or less. -- 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