Hi I tried different ways to develop OSGi bundles for Sling in Eclipse, but neither was very productive. I tried the Eclipse PDE-stuff, but run into several problems: Eclipse does not recognise the Sling bundles even if they are in the same workspace. I had to install the bundle jars into the OSGi target platform (which is per default the Eclipse installation itself). After that I could find the Sling packages in the Imported Packages dialog (manifest.mf editor, tab Dependencies). But got a build cycle error which seems to be an Eclipse bug... and in this scenario I would have to install the Sling bundles (or even my own bundles) after each update of the bundle again in the target platform (if some of the interfaces have changed).
So what are the best pracices to develop an OSGi bundle for Sling in Eclipse? How are you guys developing/testing bigger projects for Sling? (including packaging the jar with the correct manifest). best regards mike
