Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] Unresolved references

Hi,

Can someone please help me with the below issue.

I am new to Maven and Tycho. I am trying to use Tycho to build some plugins and features. In one of the plugins there is a dependency to "de.itemis.gmf.runtime.extensions". When I try to build with Tycho, I get following errors:

DEBUG] clear OSGi proxy settings
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project 

de.itemis.gmf.runtime.extensions: Compilation failure: Compilation failure:
[ERROR] C:\Users\Sandeep\EWorkspaces\SHK1\de.itemis.gmf.runtime.extensions\src\de\itemis\gmf\runtime\combolabel

\ComboBoxDirectEditManager.java (at line 1):[-1,-1]
[ERROR] package de.itemis.gmf.runtime.combolabel;
[ERROR] ^
[ERROR] The type org.eclipse.swt.custom.CCombo cannot be resolved. It is indirectly referenced from required .class files
[ERROR] 


As I understand the Error is at the import statement for "org.eclipse.swt.custom.CCombo". This is present as part of the plugin "org.eclipse.swt" and I give the same installation as target-platform also. 

Can someone  please explain why Tycho is not able to resolve this dependency or am I missing something.
Please find the attachment for complete error log.

Regards,
Sandeep


Back to the top