[
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537360
]
Tim McConnell commented on GERONIMODEVTOOLS-247:
------------------------------------------------
Hi Ted, yes you're right about it being a lot of code just for the one change.
But actually the XML discrepany is just one symptom of the bigger problem.
There are other sections, editors, and wizards that have to correctly handle
the knowledge about the sharedlib being used. I still haven't gotten all of
them yet, but I'm going update the debugging facilities in the new plugin today
to ensure I get all of them. Thanks much for reviewing.
> 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.