jfxtras-labs-samples
jfxtras-labs-samples copied to clipboard
Gradle project on NetBeans
When I open the Gradle project in NetBeans and Build it, I get this error:
AILURE: Build failed with an exception.
-
Where: Build file 'D:\Graz_2013\Sense_Phd_Project\New Folder\jfxtras-labs-samples-8.0\jfxtras-labs-samples-8.0\build.gradle' line: 28
-
What went wrong: A problem occurred evaluating root project 'jfxtras-labs-samples'.
Failed to apply plugin [class 'com.github.jengelman.gradle.plugins.shadow.ShadowJavaPlugin'] Could not create task of type 'ShadowJar'.
-
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: 0.226 secs
It seems that you have problems downloading the shadow plugin. I verified that it is present and even upgraded to a newer version (1.2.3) of the plugin. This does not seem to be a JFXtras related problem.
If you run "gradlew clean shadow" does it correctly compile and generate a single (shadow) jar?