Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Gradle project on NetBeans #8

Open
njss opened this issue Jul 22, 2016 · 1 comment
Open

Gradle project on NetBeans #8

njss opened this issue Jul 22, 2016 · 1 comment

Comments

@njss
Copy link

njss commented Jul 22, 2016

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

@tbee
Copy link
Member

tbee commented Jul 24, 2016

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?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants