Hi, 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 http://maven.40175.n5.nabble.com/file/n3555600/itemis-1.txt itemis-1.txt -- View this message in context: http://maven.40175.n5.nabble.com/Tycho-Indirect-references-unresolved-tp3555600p3555600.html Sent from the Maven - Issues mailing list archive at Nabble.com.
