Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] No connector available to access repository eclipse...

Hi,

We switched to Tycho 0.23.0-SNAPSHOT and now we always get a couple warnings at the beginning of a build:

[INFO] Scanning for projects...
[WARNING] Could not transfer metadata org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:0.23.0-SNAPSHOT/maven-metadata.xml from/to eclipse (http://download.eclipse.org/releases/indigo): No connector available to access repository eclipse (http://download.eclipse.org/releases/indigo) of type p2 using the available factories WagonRepositoryConnectorFactory [WARNING] Failure to transfer org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:0.23.0-SNAPSHOT/maven-metadata.xml from http://download.eclipse.org/releases/indigo was cached in the local repository, resolution will not be reattempted until the update interval of eclipse has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.tycho:org.eclipse.tycho.surefire.osgibooter:0.23.0-SNAPSHOT/maven-metadata.xml from/to eclipse (http://download.eclipse.org/releases/indigo): No connector available to access repository eclipse (http://download.eclipse.org/releases/indigo) of type p2 using the available factories WagonRepositoryConnectorFactory [WARNING] Could not transfer metadata org.eclipse.tycho:org.eclipse.tycho.surefire.junit:0.23.0-SNAPSHOT/maven-metadata.xml from/to eclipse (http://download.eclipse.org/releases/indigo): No connector available to access repository eclipse (http://download.eclipse.org/releases/indigo) of type p2 using the available factories WagonRepositoryConnectorFactory [WARNING] Failure to transfer org.eclipse.tycho:org.eclipse.tycho.surefire.junit:0.23.0-SNAPSHOT/maven-metadata.xml from http://download.eclipse.org/releases/indigo was cached in the local repository, resolution will not be reattempted until the update interval of eclipse has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.tycho:org.eclipse.tycho.surefire.junit:0.23.0-SNAPSHOT/maven-metadata.xml from/to eclipse (http://download.eclipse.org/releases/indigo): No connector available to access repository eclipse (http://download.eclipse.org/releases/indigo) of type p2 using the available factories WagonRepositoryConnectorFactory [WARNING] Could not transfer metadata org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:0.23.0-SNAPSHOT/maven-metadata.xml from/to eclipse (http://download.eclipse.org/releases/indigo): No connector available to access repository eclipse (http://download.eclipse.org/releases/indigo) of type p2 using the available factories WagonRepositoryConnectorFactory [WARNING] Failure to transfer org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:0.23.0-SNAPSHOT/maven-metadata.xml from http://download.eclipse.org/releases/indigo was cached in the local repository, resolution will not be reattempted until the update interval of eclipse has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:0.23.0-SNAPSHOT/maven-metadata.xml from/to eclipse (http://download.eclipse.org/releases/indigo): No connector available to access repository eclipse (http://download.eclipse.org/releases/indigo) of type p2 using the available factories WagonRepositoryConnectorFactory [WARNING] Could not transfer metadata org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:0.23.0-SNAPSHOT/maven-metadata.xml from/to eclipse (http://download.eclipse.org/releases/indigo): No connector available to access repository eclipse (http://download.eclipse.org/releases/indigo) of type p2 using the available factories WagonRepositoryConnectorFactory [WARNING] Failure to transfer org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:0.23.0-SNAPSHOT/maven-metadata.xml from http://download.eclipse.org/releases/indigo was cached in the local repository, resolution will not be reattempted until the update interval of eclipse has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.tycho:org.eclipse.tycho.surefire.junit47:0.23.0-SNAPSHOT/maven-metadata.xml from/to eclipse (http://download.eclipse.org/releases/indigo): No connector available to access repository eclipse (http://download.eclipse.org/releases/indigo) of type p2 using the available factories WagonRepositoryConnectorFactory [WARNING] Could not transfer metadata org.eclipse.tycho:org.eclipse.osgi.compatibility.state:1.0.100.v20140702-1948-SNAPSHOT/maven-metadata.xml from/to eclipse (http://download.eclipse.org/releases/indigo): No connector available to access repository eclipse (http://download.eclipse.org/releases/indigo) of type p2 using the available factories WagonRepositoryConnectorFactory [WARNING] Could not transfer metadata org.eclipse.tycho:sisu-equinox-launching:0.23.0-SNAPSHOT/maven-metadata.xml from/to eclipse (http://download.eclipse.org/releases/indigo): No connector available to access repository eclipse (http://download.eclipse.org/releases/indigo) of type p2 using the available factories WagonRepositoryConnectorFactory [INFO] Computing target platform for MavenProject: org.eclipse.oomph.features:org.eclipse.oomph.all:1.1.0-SNAPSHOT @ C:\develop\oomph\git\org.eclipse.oomph\features\org.eclipse.oomph.all-feature\pom.xml

Is that a good thing? Or can we ignore it? If so, can we disable the warning?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper





Back to the top