jfxtras-labs-samples icon indicating copy to clipboard operation
jfxtras-labs-samples copied to clipboard

Gradle project on NetBeans

Open njss opened this issue 8 years ago • 1 comments

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

njss avatar Jul 22 '16 07:07 njss

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?

tbee avatar Jul 24 '16 07:07 tbee