How do I build latest Tycho

Posted by hedefalk on Stack Overflow See other posts from Stack Overflow or by hedefalk
Published on 2010-05-29T13:41:52Z Indexed on 2010/05/29 13:42 UTC
Read the original article Hit count: 354

Filed under:
|
|

I've tried to build Tycho now for a couple of hours and just can't get it to work. I've followed these instructions:

https://docs.sonatype.org/display/TYCHO/BuildingTycho

So, I've downloaded Eclipse 3.6RC2 and Delta-packs linked from this instruction (is it for 3.5 only?):

http:// (remove space) aniefer.blogspot.com/2009/06/using-deltapack-in-eclipse-35.html

I've added the DeltaPack to the TargetPlatform inside of the Eclipse-installation.

I've installed Maven: Apache Maven 3.0-beta-1 (r935667; 2010-04-19 19:00:39+0200)

I can run the first bootstrap of the build, but the second fails: mvn clean install -e -V -Pbootstrap-2 -Dtycho.targetPlatform=$TYCHO_TARGET_PLATFORM

ERROR] Internal error: java.lang.RuntimeException: 
Could not resolve plugin org.eclipse.core.net.linux.x86_null -> [Help 1]

I've tried different stuff, I built an older revision against 3.5 as in this blogpost: http:// (remove space) divby0.blogspot.com/2010/03/im-in-love-with-tycho-08-and-maven-3.html

and that actually built a running maven, but that version then can't find the tycho plugin:

org.apache.maven.plugin.version.PluginVersionResolutionException: Error resolving version for plugin 'org.codehaus.tycho:maven-tycho-plugin' from the repositories [local (/Users/viktor/.m2/repository), central (http://repo1.maven.org/maven2)]: Plugin not found in any plugin repository

I thought that the point was that the plugin was going to build in when I had built a Tycho-dist…?

Sorry about the links, stackoverflows spam-protection doesn't let me post more than url yet

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about maven