You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tim McConnell (JIRA)" <ji...@apache.org> on 2007/10/24 00:11:51 UTC

[jira] Updated: (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 ]

Tim McConnell updated GERONIMODEVTOOLS-247:
-------------------------------------------

    Component/s: eclipse-plugin

> 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.0.2
>
>
> 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.