Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] dependency on a fragment in a sibling project

>From what I can tell, what you have is a split package [1] with the additional complication that some of the classes come fom a fragment.
At this point, all I can recommend is to avoid split packages altogether, even more in combination with fragments.
E.g. there are known bugs in p2 [2] which prevent split package disambiguation.

If we would know the problem you are trying to solve here, we might be able to give better advice.

Regards,
Jan

[1] http://wiki.osgi.org/wiki/Split_Packages 
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=360659 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Tim Harsch
Sent: Mittwoch, 19. Juni 2013 01:23
To: Tycho user list
Subject: [tycho-user] dependency on a fragment in a sibling project

Hi all,
I have a project where the parent has two children A & B.  A is a fragment that is providing an additional class via package foo.bar to the host bundle (H) .  H exports package foo.bar.  B is an eclipse-plugin that imports the packages foo.bar.

When my I run maven compile at the parent.  A builds fine.  And B chokes when looking for the new class in foo.bar.

Note:  B is referencing the project A via a <dependency> declaration in its pom.

I hope that was clear, any additional info I can provide let me know.

Thanks,
Tim


Back to the top