Skip to main content

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

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


Back to the top