Felix Meschberger wrote:
Hi all,
+1
As Stefano already did the UPNP stuff, I would volonteer to do the
jmood, jmxintrospector and mishell stuff.
That would be great.
BTW: I would also like to fix some issues with JMood, is there any owner
of that project ?
Manuel Santillan is the owner...work up some patches to run by him.
-> richard
Regards
Felix
Am Donnerstag, den 23.08.2007, 11:29 -0400 schrieb Richard S. Hall:
I was getting an error when I would build the trunk and I tracked it
down to the Maven extension bug...some bundles were getting installed
into the repo with an "osgi-bundle" extension rather than "jar".
Since this error was happening when building the example bundles, I
decided to quickly convert all example bundles to use
maven-bundle-plugin; I just committed this change and now everything
builds for me.
It appears that the following sub-projects are using the old plugin:
* ./jmood/pom.xml
* ./jmxintrospector/pom.xml
* ./mishell/pom.xml
* ./upnp.basedriver/pom.xml
* ./upnp.extra/pom.xml
* ./upnp.sample.clock/pom.xml
* ./upnp.sample.binaryLight/pom.xml
* ./upnp.sample.tv/pom.xml
* ./upnp.tester/pom.xml
It would be great to get these converted too, so we can clean up our pom
files to get rid of all plugin profiles...
-> richard