Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Using Tycho to Build Custom Target Platform



On 11-10-11 10:22 AM, Timo Rohrberg wrote:
But one question still remains right now:

As a side note, maven-bundle-plugin<Embed-Dependency>  provides much
cleaner alternative to dependency:unpack when "wrapping" non-OSGi jars
in bundles. At least I find it much easier to use.

This indeed sounds much cleaner, but is it possible to also unpack
sources of the wrapped non-OSGi jars with this approach? In my case,
we do have a lot of "old" artifacts in our Maven repository which are
with sources. I would like to wrap those to later allow navigation
into the source from the Eclipse workbench while using those wrappers.


Source code lookup works inside Eclipse workspace provided correct
versions of m2e-tycho, pde and maven-bundle-plugin are used.

Currently, this means PDE Juno M2 or better, maven-bundle-plugin 2.4.0,
not released yet, but SNAPSHOTS are available.

No special configuration is required, just import all relevant projects
in Eclipse workspace. This is how we develop m2e 1.1.

--
Regards,
Igor


Back to the top