One thing I've been using a lot lately is the sling Maven plugin, specifically the install goal. I bind this to the Maven install phase. This allows me to start up Felix with the Web Console running and simply run 'mvn install' (or the corresponding menu item in Eclipse) and get my project built and bundle installed into Felix.
You could actually do something similar with file install, i.e. use the antrun Maven plugin in the install phase to copy the bundle to the file install watch folder. Justin -----Original Message----- From: Henrik Niehaus [mailto:[email protected]] Sent: Friday, August 14, 2009 12:46 PM To: [email protected] Subject: How does your development environment look like? Hi, another question from an osgi beginner. How does your development environment look like? I'm currently using eclipse and the maven bundle plugin. My project is devided in several bundles / maven modules. Now, if I'm working on a bundle and want to test it, I have to run maven and afterwards deploy the bundle to the osgi framework, which could be done by hand or by running a file monitoring bundle like "File install". But this is not comfortable enough for me. I want to hit _one_ button in eclipse and everything should be done as fast as possible. How do I achieve that, is there a way? Regards Henrik --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

