Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Optional dependencies can not be resolved

Hi,

I think the problem for my build are the optional dependencies for single sourcing (RCP, RAP) bundles. For instance a single sourcing bundles requires org.eclipse.ui and org.eclipse.rap.ui both optional. This works with 0.12.0 but not with the higher version of tycho. 

 I get erros that the swt/jface classes can not be resolved:
[ERROR] import org.eclipse.jface.action.MenuManager;
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.jface cannot be resolved
...

<dependency-resolution>
	<optionalDependencies>ignore</optionalDependencies>
</dependency-resolution>

does not help.

Is there any other possiblity to change the optional dependencies resolution to get my build working with tycho 0.14.1?

Regards,
Oliver


Back to the top