Closed shannah closed 6 years ago
We are planning to deploy the project to jcenter and maven central soon. Until then you will need to build the JAR yourself. I am hoping that the missing dependency will be available soon.
On 5 Apr 2018, at 21:44, Steve Hannah notifications@github.com wrote:
I'm getting this when I try to build:
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
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 7.737 secs Am I doing something wrong? Is there a jar only distribution I can download directly without having to build it?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dlemmermann/PreferencesFX/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AJF7XU44NK26cB-6wygCs1EtobJDPKB8ks5tlnQCgaJpZM4TJDEW.
For the meantime I made a shadowJar containing all dependencies and am putting it out here for anyone who wants it: PreferencesFX-1.3.0-SNAPSHOT.zip
Thanks. Looks like the repo's back up now also.
I'm getting this when I try to build:
Am I doing something wrong? Is there a jar only distribution I can download directly without having to build it?