Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Failed to load p2 metadata repository from location

Hello Everyone,

 

I am following the instructions to build the Eclipse IDE from source on: http://www.vogella.com/tutorials/EclipsePlatformDevelopment/article.html#building-the-eclipse-ide-from-source

 

My plan is to just build the Eclipse IDE from source with maven. I cloned the master branch as described in section 9.3 in the link above, ran “mvn clean verify” but I get the following error:

 

[ERROR] Failed to resolve target definition  /<my_full_path>/eclipse.platform.releng.aggregator/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target: Failed to load p2 metadata repository from location http://download.eclipse.org/tools/orbit/I-builds/I20161118141606/repository: Unknown Host: http://download.eclipse.org/tools/orbit/I-builds/I20161118141606/repository/content.xml: Unknown host download.eclipse.org -> [Help 1]

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException

 

 

I have my proxy configured in the settings.xml for maven, and a huge list of poms and jars had successfully been downloaded, but  I can’t seem to get around this error.

 

Any ideas on how to resolve this?

 

Thanks,

 

Saleem

 


Back to the top