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

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