Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Optional dependencies

https://bugs.eclipse.org/bugs/show_bug.cgi?id=351842

The workaround is to force dependency via jars.extra.classpath in
build.properties.

--
Regards,
Igor

On 11-09-28 6:09 PM, Ralf Sternberg wrote:
Hi,

I'm almost succeeded building RAP with tycho. For the compiling step,
the last remaining issue is the bundle org.eclipse.rap.ui.forms [1],
which has an optional dependency to org.eclipse.rap.ui [2], but can
not access this bundle's classes during compile.

When I change this dependency to non-optional, it compiles fine. As
far as I understand, tycho respects optional dependencies by default,
right? Any ideas what I'm missing? I'm using tycho 0.13.0.

Thanks in advance, Ralf

[1] http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.rap/runtime.ui/org.eclipse.rap.ui.forms/?root=RT_Project
[2] http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.rap/runtime.ui/org.eclipse.rap.ui/?root=RT_Project
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top