Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] OSGi and eclipse bundles

m2e/tycho integration supports mixture of pom-first and manifest-first
projects inside same workspace. Import all modules as maven workspace
projects and it should just work. For best results use PDE 3.8M5, m2e
1.1M5 and maven-bundle-plugin 2.3.6.

--
Regards,
Igor

On 12-01-31 7:44 AM, Kristoffer Sjögren wrote:
Hi

I have read a lot of correspondence on the mailing list but I have still
not been able to implement the following scenario.

- I have a mix of generic OSGi bundles (pom first) and eclipse specific
plugins (manifest first) for building an RCP application.
- The eclipse plugins depends on the OSGi bundles and it's fine to have
separate builds between these project types.

I would like to be able to import the OSGi bundles along with the
plugins and use the eclipse IDE as intended when developing RCP
applications.

I realize that my lack of p2 knowledge puts me in a tough spot here, but
I would like my application OSGi generic and keep p2/RCP dependencies as
few as possible.

Does anyone have any good pointers to example code or real open source
projects that does something similar? Tycho-demo is great but it doesnt
mix pom-first and manifest-first bundles.

Cheers,
-Kristoffer


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top