You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2008/05/21 18:53:55 UTC

[jira] Created: (GERONIMO-4039) Unable to include 2 versions of a jar in a server

Unable to include 2 versions of a jar in a server
-------------------------------------------------

                 Key: GERONIMO-4039
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4039
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: buildsystem
    Affects Versions: 2.2
            Reporter: David Jencks
            Assignee: David Jencks
            Priority: Blocker
             Fix For: 2.2


The car-maven-plugin is copying the same jar into two different jars in the geronimo repo when assembling a server where 2 plugins specify 2 versions of the same jar.  The specific example in rev 658755 is that the cxf plugin specifies org.apache.ws.commons/XmlSchema/1.2/jar and axis2 specifies version 1.3.1.  There are jars at both these locations in the geronimo repo but they are both the 1.3.1 jar.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-4039) Unable to include 2 versions of a jar in a server

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-4039.
----------------------------------

    Resolution: Fixed

Fixed in rev 658985.  we were "resolving" to what maven figured out even if the version was specified explicitly.

> Unable to include 2 versions of a jar in a server
> -------------------------------------------------
>
>                 Key: GERONIMO-4039
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4039
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>            Priority: Blocker
>             Fix For: 2.2
>
>
> The car-maven-plugin is copying the same jar into two different jars in the geronimo repo when assembling a server where 2 plugins specify 2 versions of the same jar.  The specific example in rev 658755 is that the cxf plugin specifies org.apache.ws.commons/XmlSchema/1.2/jar and axis2 specifies version 1.3.1.  There are jars at both these locations in the geronimo repo but they are both the 1.3.1 jar.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.