You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shiva Kumar H R (JIRA)" <ji...@apache.org> on 2008/04/03 14:44:24 UTC

[jira] Resolved: (GERONIMODEVTOOLS-247) SharedLib dependency incorrectly generated for 2.0.x version of the Geronimo server

     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shiva Kumar H R resolved GERONIMODEVTOOLS-247.
----------------------------------------------

    Resolution: Fixed

Fixed in trunk.

> SharedLib dependency incorrectly generated for 2.0.x version of the Geronimo server
> -----------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-247
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-247
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>    Affects Versions: 2.0.0
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>             Fix For: 2.1.0
>
>
> The SharedLib dependency is getting created as below in the web.xml, which is the old 1.1.1 format: 
> <sys:dependencies>
>       <sys:dependency>
>             <sys:groupId>geronimo</sys:groupId>
>             <sys:artifactId>sharedlib</sys:artifactId>
>             <sys:type>car</sys:type>
>       </sys:dependency>
> </sys:dependencies>
> It should be as below for the 2.0.x format:
> <sys:dependencies>
>       <sys:dependency>
>             <sys:groupId>org.apache.geronimo.configs</sys:groupId>
>             <sys:artifactId>sharedlib</sys:artifactId>
>             <sys:type>car</sys:type>
>       </sys:dependency>
> </sys:dependencies>

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