Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] javax.persistence class cannot be resolved - It is indirectly referenced from required .class files

Thanks Jan! I'll check that out. Since we're able to build again with 0.13, we will probably just continue using it for now we have some time to come back to 0.15.

Thanks to you and Igor for all your help!

Jay

On Tue, Jun 5, 2012 at 10:32 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
> *javax.persistence and the EclipseLink bundles need to be included as Require-Bundle, not Import-Package
> and if the bundle that requires them is used by another, it also needs to be included with Require-Bundle

this is just a guess - p2 bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=360659

may be related. AFAICT p2 does not support attributes in Import/Export-Package such as ;jpa="2.0" in

Export-Package: javax.persistence;version="2.0.3";jpa="2.0"

Regards
Jan

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top