Ah, thanks Stuart, much appreciated! I'd run across your Pax stuff via some hints from the Felix JIRA. I found an eclipse plugin that generated the necessary boilerplate for an eclipse PDE, but I'd not seen your maven plugin which I'd prefer. Thanks for the tips!
Cheers, Craig On 7/25/07, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > > Hi Craig, > > > Can the maven-eclipse-plugin generate an eclipse plugin project that's > > intended to be an OSGi bundle? I'm trying to use the > maven-bundle-plugin to > > generate OSGi bundles, but I, of course, want to do my development in > > eclipse. Any help for me? > > yes, the maven-eclipse-plugin can generate eclipse files for PDE projects > (effectively the same as OSGi bundle projects) - alternatively you can try > the Pax-Construct tools, which bring together various maven plugins in a > (hopefully!) consistent way for rapid OSGi development: > > http://wiki.ops4j.org/confluence/x/8Q > > disclaimer: this is one of my pet projects... > > -- > Cheers, Stuart > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
