Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] [Tycho] Indirect references unresolved.

Hi,

Thanks for the reply. 

Can you please help me with one more thing, I dont really understand how to update my Tycho version. I use Windows 7. It would be great if you can guide me to some documentation.

Thanks & Regards,
Sandeep



On Wed, Mar 16, 2011 at 12:20 PM, Juan Alonso <yoel.abril@xxxxxxxxx> wrote:
Hi,

Take a look at https://issues.sonatype.org/browse/TYCHO-400 it's solved for 0.11.0

Juan.

On Sun, Mar 13, 2011 at 7:54 PM, Sandeep Korrapati <sandy.4k@xxxxxxxxx> wrote:
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

_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev



_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev



Back to the top