[
https://issues.apache.org/jira/browse/MATH-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564821#action_12564821
]
Niall Pemberton commented on MATH-180:
--------------------------------------
I have configured the m2 build to add OSGi to the jar's manifest:
http://svn.apache.org/viewvc?view=rev&revision=617551
A few notes on this:
- I did it manually adding manifest entries thru' the jar plugin configuration
rather than the Felix bundleplugin. This was because the released bundleplugin
adds alot of "uses" statements which when the next version of the bnd tool is
available (Bnd 0.0.236) will not happen.
- I did run the bundleplugin to check what it produced and used that as a
basis to configure the manifest entires
- Commons Logging is listed as a dependency, but only used thru' Commons
Discovery. The bundleplugin didn't include it in the "import" statement, so I
haven't either
- Once we have a released commons parent with the bundleplugin configured we
can remove the config I've added here for math
> Add support for OSGi to Commons Math
> ------------------------------------
>
> Key: MATH-180
> URL: https://issues.apache.org/jira/browse/MATH-180
> Project: Commons Math
> Issue Type: Task
> Affects Versions: 1.1
> Reporter: Niall Pemberton
> Priority: Minor
> Fix For: 1.2
>
>
> I saw mentioned that Commons Math 1.2 is on the horizon and it would be good
> to add support for OSGi. Is the release likely to be done using Maven1 or
> Maven2? I can provide a patch for either, but if its m2 then will probably
> hold off until nearer the release to see if we get anything done in the
> commons-parent pom.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.