Hi Konstantinos I developed a plugin for Eclipse that lets you run Apache Felix as an Eclipse target platform. It doesn't depend on Pax Runner. You might be able to extend it so that it can navigate a maven repository and add bundles from it to the target platform.
See http://code.google.com/p/felix-eclipse Regards Christopher Armstrong On Wed, 18 May 2011 12:50 +0300, "Konstantinos Giannoutakis" <[email protected]> wrote: > Hi, > > I am developing an eclipse plugin where the user should be able to run > Felix with some bundles installed. > All bundles are stored within a Maven repository, and the plugin should > be able to start the Felix framework with these bundles installed. > > The pax runner plugin does this job, but it is incompatible with Eclipse > 3.6. > Can anyone give me any example or any link about starting a felix > framework with bundles from a maven repository? > > Thank you very much -- Christopher Armstrong carmstrong ^^AT^ fastmail dOT com /Dot/ au --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

