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.

Maven has pretty good documentation – you read that documentation to get a general idea of Maven. The Maven documentation will also explain how to add Maven repositories – you’ll need to add the Maven repository that contains the Tycho snapshot versions.

 

You’ll need to specify the version 0.11.0-SNAPSHOT, 0.11.0 is the release that is currently being developed and hence is not yet available.

 

Regards

Tobias

 

From: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-bounces@xxxxxxxxxxx] On Behalf Of Sandeep Korrapati
Sent: 17 March 2011 11:47
To: Tycho developers list
Subject: Re: [tycho-dev] [Tycho] Indirect references unresolved.

 

Hi,

 

I have gone through the posts, they are bit unclear for me. I have have never used maven before, so its bit complicated for me.

 

 

Just few questions,

 

What does "my POM" mean, is it the POM generated in my "Eclipse workspace" or is the POM in the "tycho" directory cloned from GIT. Or is it completely different.

I tried to go through my entire installation files, but could not figure out what it is.

 

I know what repository to add, but not sure where to add. 

And for version should I put "0.11.0" or "0.11.0-SNAPSHOT".

 

Do I need to use Nexus in order to add a "remote repository", can't I do without it.

 

Regards,

Sandeep

 

On Thu, Mar 17, 2011 at 9:21 AM, Juan Alonso <yoel.abril@xxxxxxxxx> wrote:

Go to http://software.2206966.n2.nabble.com/Tycho-Users-f3053503.html

 

On Wed, Mar 16, 2011 at 6:53 PM, Sandeep Korrapati <sandy.4k@xxxxxxxxx> wrote:

Hi,

 

Sorry to bother you again, can you please tell me how to add a repository for the snapshots and where to do it.

 

Regards,

Sandeep

 

On Wed, Mar 16, 2011 at 5:51 PM, Juan Alonso <yoel.abril@xxxxxxxxx> wrote:

You can change it in your poms. But 0.11.0 is still a SNAPSHOT

 

Juan.

 

On Wed, Mar 16, 2011 at 3:38 PM, Sandeep Korrapati <sandy.4k@xxxxxxxxx> wrote:

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

 


_______________________________________________
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

 


_______________________________________________
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