Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Building the Eclipse source code cloned from git
Building the Eclipse source code cloned from git [message #1031281] Mon, 01 April 2013 13:41
Maduranga Siriwardena is currently offline Maduranga SiriwardenaFriend
Messages: 6
Registered: April 2013
Junior Member
I cloned eclipse source code from "git: //git.eclipse.org/gitroot/platform/eclipse.platform.common.git"

But when I try to build the project using maven(I used "mvn clean build" command) it download some files and then give errors.
Here is the error I get

[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project eclipse.platform.common:eclipse.platform.common:4.3.0-SNAP
SHOT (H:\GSoc\eclipse\eclipse\eclipse.platform.common\pom.xml) has 1 error
[ERROR] Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-
plugin:0.17.0-SNAPSHOT or one of its dependencies could not be resolved: Could n
ot find artifact org.eclipse.tycho:tycho-maven-plugin:jar:0.17.0-SNAPSHOT in tyc
ho (https: //oss.sonatype.org/content/repositories/public/) -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http: //cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin
gException
[ERROR] [Help 2] http: //cwiki.apache.org/confluence/display/MAVEN/PluginResoluti
onException


(I had to add a space after http: or git: when there is a url, as the forum doesn't allow me to add links. Sorry for that)
How can I resolve this error. I want to study how the eclipse IDE works. So I desperately need to build this source code.

I use maven version 3.0.5
Previous Topic:Want to make an Android Telnet app
Next Topic:Hudson Remote APIS
Goto Forum:
  


Current Time: Sat Apr 27 04:33:26 GMT 2024

Powered by FUDForum. Page generated in 0.06721 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top