[jboss-jira] [JBoss JIRA] Updated: (JBRULES-2806) The OSGi bundles build fails because the felix plugin can't handle SNAPSHOT versions properly
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Fri Nov 26 09:46:32 EST 2010
[ https://jira.jboss.org/browse/JBRULES-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Geoffrey De Smet updated JBRULES-2806:
--------------------------------------
Fix Version/s: 5.2.0.M1
> The OSGi bundles build fails because the felix plugin can't handle SNAPSHOT versions properly
> ---------------------------------------------------------------------------------------------
>
> Key: JBRULES-2806
> URL: https://jira.jboss.org/browse/JBRULES-2806
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Geoffrey De Smet
> Assignee: Geoffrey De Smet
> Fix For: 5.2.0.M1
>
>
> The felix plugin translates the version 5.2.0-SNAPSHOT to 5.2.0.SNAPSHOT as you can see in the manifest.mf:
> Private-Package: .;version="5.2.0.SNAPSHOT",org.drools.visualize;version="5.2.0.SNAPSHOT"
> But it doesn't do that for dependencies:
> Require-Bundle: org.drools.api;visibility:=reexport;bundle-version="5.2.0-SNAPSHOT"
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list