eclipse-efx / efxclipse-rt

Eclipse Public License 1.0
28 stars 29 forks source link

Maven repository down #205

Closed shannah closed 6 years ago

shannah commented 6 years ago

I'm trying to build a gradle project that uses fx.ui.controls as a dependency, and the repository appears to be down.

This is the output I'm getting:

Steves-iMac:PreferencesFX shannah$ gradle jar
:compileJava

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':compile'.
> Could not find at.bestsolution.efxclipse.rt:org.eclipse.fx.ui.controls:3.0.0.
  Searched in the following locations:
      https://jcenter.bintray.com/at/bestsolution/efxclipse/rt/org.eclipse.fx.ui.controls/3.0.0/org.eclipse.fx.ui.controls-3.0.0.pom
      https://jcenter.bintray.com/at/bestsolution/efxclipse/rt/org.eclipse.fx.ui.controls/3.0.0/org.eclipse.fx.ui.controls-3.0.0.jar
      https://repo1.maven.org/maven2/at/bestsolution/efxclipse/rt/org.eclipse.fx.ui.controls/3.0.0/org.eclipse.fx.ui.controls-3.0.0.pom
      https://repo1.maven.org/maven2/at/bestsolution/efxclipse/rt/org.eclipse.fx.ui.controls/3.0.0/org.eclipse.fx.ui.controls-3.0.0.jar
      https://jitpack.io/at/bestsolution/efxclipse/rt/org.eclipse.fx.ui.controls/3.0.0/org.eclipse.fx.ui.controls-3.0.0.pom
      https://jitpack.io/at/bestsolution/efxclipse/rt/org.eclipse.fx.ui.controls/3.0.0/org.eclipse.fx.ui.controls-3.0.0.jar
      http://maven.bestsolution.at/efxclipse-releases/at/bestsolution/efxclipse/rt/org.eclipse.fx.ui.controls/3.0.0/org.eclipse.fx.ui.controls-3.0.0.pom
      http://maven.bestsolution.at/efxclipse-releases/at/bestsolution/efxclipse/rt/org.eclipse.fx.ui.controls/3.0.0/org.eclipse.fx.ui.controls-3.0.0.jar
  Required by:
      com.dlsc:PreferencesFX:1.3.0-SNAPSHOT

I posted this in the issue tracker for the project I'm trying to build (https://github.com/dlemmermann/PreferencesFX/issues/2), but this is probably a more appropriate place to post it.

tomsontom commented 6 years ago

You are absolutely right - looks like our infrastructure is broken

tomsontom commented 6 years ago

the repository is back and running