Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] maven-dependency-plugin and unpacked bundles

are you using the latest version of maven-dependency-plugin?

otherwise https://bugs.eclipse.org/bugs/show_bug.cgi?id=393978  looks suspiciously similar

Jan

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Mickael Istria
Sent: Donnerstag, 20. Dezember 2012 16:44
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] maven-dependency-plugin and unpacked bundles

On 12/20/2012 04:36 PM, Jeff MAURY wrote:
I think it is related to Eclipse-BundleShape: dir.
On my Eclipse 4.2 install, the org.eclipse.pde.build and org.eclipse.jdt.debug have the flag and I don't have org.eclipse.jst.ws.consumption installed.
I don't see the flag with org.junit but it is installed as a folder so the information may be stored in P2

Yes, that's what I think too.
But this flag is "internal" to Eclipse, I don't understand why this affects dependency resolution. Probably those bundles get unpacked before dependency resolution and Tycho generates wrong artifact descriptions from them because of a missing check...
I'll try to investigate deeper into Tycho code, in the meantime, every workaround is welcome!
-- 
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets


Back to the top