Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] OSGi and eclipse bundles

Compile classpath access rules should reflect OSGi bundle classpath
visibility. If you believe compile classpath is incorrect, please
provide complete standalone example project that demonstrates the
problem and I'll have a look.

--
Regards,
Igor

On 12-01-31 7:09 PM, Kristoffer Sjögren wrote:
Excellent! This was exactly what i needed :-)

However, the plug-in Java Build Path dependency towards my pom-first
project gets an access rule [Forbidden: **/*] by default.

This access rule must be deleted manually from the plug-in
(manifest-first) project before being able to import the classes from
the pom-first project.

Im not sure if this is a bug or if I did something wrong.

Thank you for the assistance!


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


Back to the top