[jbosstools-issues] [JBoss JIRA] (JBIDE-11094) archives uses explodedBundles in surefire/feature xml instead of BundleShape

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Fri Mar 9 09:34:37 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-11094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675506#comment-12675506 ] 

Max Rydahl Andersen commented on JBIDE-11094:
---------------------------------------------

instead of having the feature.xml and your pom.xml files explicitly state that the archives needs to be explodedBundles 
set Eclipse-BundleShape in your manifest.mf of the plugins.

Something like:

Eclipse-BundleShape: dir

That removes the need for maintaing the pom.xml and features since the plugin itself states it needs to be exploded.

I assume you have a reason for needing these to be exploded in the first place? possibly accesing resources in the bundles assuming they are exploded?

If there are no reasons then you should just make them non-exploded. 

background:
http://eclipsesource.com/blogs/2009/01/20/tip-eclipse-bundleshape/
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/bundle_manifest.html


                
> archives uses explodedBundles in surefire/feature xml instead of BundleShape
> ----------------------------------------------------------------------------
>
>                 Key: JBIDE-11094
>                 URL: https://issues.jboss.org/browse/JBIDE-11094
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Archives
>            Reporter: Max Rydahl Andersen
>            Assignee: Nick Boldt
>             Fix For: 3.3.0.Beta2
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list