> -----Original Message-----
> From: Enrique Rodriguez [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, September 18, 2005 8:50 PM
> To: oscar-dev@incubator.apache.org
> Subject: Felix M2 Plugin feedback
>

Apologies for the slow response, but I've been out of the loop for a
week or so...
 
> Some feedback on the Felix M2 Plugin:
> 
> 1)  I don't like having my bundles named with the '-bundle' 
> appended.  I am used to bundles being jars with nothing in 
> the naming specifying that.  Since the manifest attributes of 
> normal jars and osgi jars don't conflict, there is no harm 
> generating a single jar that is usable as both a non-osgi jar 
> and a bundle.
>

Agreed.  That was just something quick and dirty to get something
functional going.  Remember, the current version of the plugin is v0.1.2
for a reason. ;)

This was never intended to be a production *feature*. :)
 
> 2)  I couldn't figure out how to 'install' or 'deploy'.  Are 
> these features in there yet?
> 

You mean to a OSGi runtime instance?  No, not yet.  I'm currently just
using the OSGi shell to manually install a bundle after I used maven to
build.  We are still highly under-utilizing Maven at this point.  It's
just the start...

So far the plugin only has one goal, which is "osgi:osgi-jar"

> 3)  I would prefer to compile and bundle in a single step.  
> With the maven-osgi-bundle my most-used goal is 'maven -o 
> clean osgi:install' 
> which would clean, compile, and install my bundle to my local 
> repo.  I then install or update in the framework directly out 
> of the maven repo.
> 
> Of course if you note any of these issues as bugs/new 
> features I'll be sure to add them to JIRA.  I was pretty 
> easily able to get started with
> M2 and the Felix M2 Plugin and compile and bundle one of my 
> projects.  I think 'install' support is the main showstopper for me.
>

Yeah... Just create an issue for any feature you'd like to see.  At some
point, I'm hoping there will be other developers besides myself working
on the plugin. :)
 

Reply via email to