Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Problem with POM-first dependencies

This is the only good way to deal with <Embed-Dependency/> that I was
able to find.

Couple of less good ways.

You can also copy embedded jars into manifest-first projects sources,
like we currently do in m2e.

You can drop packaged bundle jars in dropins folder of eclipse install
used as workspace target platform.

--
Regards,
Igor

On 11-08-08 2:14 PM, Ricardo Gladwell wrote:
On 08/08/11 11:04, Igor Fedorenko wrote:
Cool, thanks for the update. Is there anyway I can monitor the progress
of support for POM-first dependencies? Anything I can help with?

For are waiting for "them" to accept our patches, so you can help by
encouraging PDE and BND developers to review and apply our patches (or
provide us feedback if our patches need more work). We can fork these
projects, of course, but I would like to avoid this unless we absolutely
have to.

Will do!

Can I confirm this means that m2e-tycho support for POM-first
dependencies isn’t ready yet?

<Embed-Dependency> is not supported by the currently released code but
everything else is expected to work... unless somebody proves
otherwise ;-)

Thanks again for the info.

I was using Embed-Dependency to wrap a third-party library in a Felix
OSGi bundle, which I was then attempting to import into my
eclipse-plugin, manifest-first project.

Is there another way to import third-party maven dependencies into my
manifest-first eclipse-plugin projects?

TIA...



Back to the top