Собственная сборка проекта JavaFX Netbeans перестала работать - PullRequest
0 голосов
/ 09 ноября 2019

У меня есть проект JavaFX, который я развертывал в Windows с помощью встроенной функциональности сборки Netbeans. Он внезапно перестал работать. Сборка говорит, что она успешно завершена, но в папке dist больше нет пакета. Я не сделал никаких серьезных изменений, определенно не процесс сборки. Я пробовал на нескольких компьютерах и нескольких версиях NetBeans. Я даже создал новый проект JavaFX и попробовал с этим. Настройка Inno уже была установлена, и я также попытался обновить ее. Вывод из процесса сборки нового проекта выглядит следующим образом:

ant -f C:\\Users\\brgmgr\\Documents\\NetBeansProjects\\Cube3D -Djar.archive.disabled=true -Dnative.bundling.type=exe build-native
build-native:
Result: 1
jfx-rebuild:
Buildfile: C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\build.xml

-pre-init:

-init-private:

-init-user:

-init-project:

-init-macrodef-property:

-init-modules-supported:

-do-init:

-post-init:

-init-check:

-init-ap-cmdline-properties:

-init-macrodef-modulename:

-init-source-module-properties:

-init-macrodef-javac-with-module:

-init-macrodef-javac-with-processors:

-init-macrodef-javac-without-processors:

-init-macrodef-javac:

-init-macrodef-test-impl:

-init-macrodef-junit-init:

-init-test-properties:

-init-macrodef-junit-prototype-with-module:

-init-macrodef-junit-prototype-without-module:

-init-macrodef-junit-single:

-init-macrodef-junit-batch:

-init-macrodef-junit:

-init-macrodef-junit-impl:

-init-macrodef-testng:

-init-macrodef-testng-impl:

-init-macrodef-test:

-init-macrodef-junit-debug-impl:

-init-macrodef-test-debug-junit:

-init-macrodef-testng-debug:

-init-macrodef-testng-debug-impl:

-init-macrodef-test-debug-testng:

-init-macrodef-test-debug:

-init-debug-args:

-init-macrodef-nbjpda:

-init-macrodef-debug:

-init-macrodef-java-with-module:

-init-macrodef-java-with-unnamed-module:

-init-macrodef-java-without-module:

-init-macrodef-java:

-init-presetdef-jar:

-init-ap-cmdline-supported:

-init-ap-cmdline:

init:

-deps-clean-init:

deps-clean:

-warn-already-built-clean:
[propertyfile] Updating property file: C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\build\built-clean.properties

-do-clean:
   [delete] Deleting directory C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\build

-post-clean:

clean:

-check-do-jar:

-jfx-do-compile:

-jfx-do-jar:

-pre-init:

-init-private:

-init-user:

-init-project:

-init-macrodef-property:

-init-modules-supported:

-do-init:

-post-init:

-init-check:

-init-ap-cmdline-properties:

-init-macrodef-modulename:

-init-source-module-properties:

-init-macrodef-javac-with-module:

-init-macrodef-javac-with-processors:

-init-macrodef-javac-without-processors:

-init-macrodef-javac:

-init-macrodef-test-impl:

-init-macrodef-junit-init:

-init-test-properties:

-init-macrodef-junit-prototype-with-module:

-init-macrodef-junit-prototype-without-module:

-init-macrodef-junit-single:

-init-macrodef-junit-batch:

-init-macrodef-junit:

-init-macrodef-junit-impl:

-init-macrodef-testng:

-init-macrodef-testng-impl:

-init-macrodef-test:

-init-macrodef-junit-debug-impl:

-init-macrodef-test-debug-junit:

-init-macrodef-testng-debug:

-init-macrodef-testng-debug-impl:

-init-macrodef-test-debug-testng:

-init-macrodef-test-debug:

-init-debug-args:

-init-macrodef-nbjpda:

-init-macrodef-debug:

-init-macrodef-java-with-module:

-init-macrodef-java-with-unnamed-module:

-init-macrodef-java-without-module:

-init-macrodef-java:

-init-presetdef-jar:

-init-ap-cmdline-supported:

-init-ap-cmdline:

init:

-deps-jar-init:

deps-jar:
    [mkdir] Created dir: C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\build

-warn-already-built-jar:
[propertyfile] Updating property file: C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\build\built-jar.properties

-check-automatic-build:

-clean-after-automatic-build:

-verify-automatic-build:

-pre-pre-compile:
    [mkdir] Created dir: C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\build\classes

-pre-compile:

-copy-persistence-xml:

-compile-depend:

-do-compile:
    [mkdir] Created dir: C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\build\empty
    [mkdir] Created dir: C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\build\generated-sources\ap-source-output
    [javac] Compiling 1 source file to C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\build\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] Note: C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\src\cube3d\Cube3D.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 warning

-post-compile:

compile:

-pre-jar:

-check-module-main-class:

-set-module-main-class:

-pre-pre-jar:
    [mkdir] Created dir: C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\dist

-do-jar-create-manifest:

-do-jar-copy-manifest:

-do-jar-set-mainclass:

-do-jar-set-profile:

-do-jar-set-splashscreen:

-do-jar-jar:

-init-macrodef-copylibs:

-do-jar-copylibs:

-do-jar-delete-manifest:

-do-jar-without-libraries:

-do-jar-with-libraries:

-jfx-copylibs-warning:

-jfx-copylibs:

-check-project:

-check-rebase-libs:

-rebase-libs-warning:

-rebase-libs:

-check-property-javafx.sdk:

-check-platform-home-fxsdk-java:

-set-platform-home-fxsdk-java:

-check-platform-home-java:

-set-platform-home-java:

-check-platform-home-probjdk-java:

-set-platform-home-probjdk-java:

-check-platform-home-envjdk-java:

-set-platform-home-envjdk-java:

-check-property-javafx.runtime:

-check-platform-home-fxrt-java:

-set-platform-home-fxrt-java:

-check-platform-home-jre-java:

-set-platform-home-jre-java:

-check-platform-home:

-check-jdk-version:

-check-ant-javafx-in-fxsdk-lib:

-set-ant-javafx-in-fxsdk-lib:

-check-ant-javafx-in-fxsdk-tools:

-set-ant-javafx-in-fxsdk-tools:

-check-ant-javafx-in-platform-home-lib:

-set-ant-javafx-in-platform-home-lib:

-check-ant-javafx-in-platform-home-tools:

-set-ant-javafx-in-platform-home-tools:

-check-ant-javafx-in-probjdk-lib:

-set-ant-javafx-in-probjdk-lib:

-check-ant-javafx-in-probjdk-tools:

-set-ant-javafx-in-probjdk-tools:

-check-ant-javafx-in-macjdk-lib:

-set-ant-javafx-in-macjdk-lib:

-check-ant-javafx-in-envjdk-lib:

-set-ant-javafx-in-envjdk-lib:

-check-ant-javafx-in-envjdk-tools:

-set-ant-javafx-in-envjdk-tools:

-pre-check-ant-javafx-version:

-check-endorsed-javafx-ant-classpath:

-set-endorsed-javafx-ant-classpath:

-set-javafx-ant-classpath:

-check-ant-javafx-version:

-check-jfx-sdk-version-old:

-check-jfx-sdk-version-new:

-check-jfx-sdk-version:
     [echo] Detected JavaFX Ant API version 1.3

-check-jfx-deployment:

-check-dist-lib-exists:

-check-jfx-deployment-jar-current-nolib:

-check-jfx-deployment-jar-current-lib:

-check-jfx-deployment-launch:

-do-jfx-deployment-script:

-pre-init:

-init-private:

-init-user:

-init-project:

-init-macrodef-property:

-init-modules-supported:

-do-init:

-check-property-javafx.sdk:

-check-platform-home-fxsdk-java:

-set-platform-home-fxsdk-java:

-check-platform-home-java:

-set-platform-home-java:

-check-platform-home-probjdk-java:

-set-platform-home-probjdk-java:

-check-platform-home-envjdk-java:

-set-platform-home-envjdk-java:

-check-property-javafx.runtime:

-check-platform-home-fxrt-java:

-set-platform-home-fxrt-java:

-check-platform-home-jre-java:

-set-platform-home-jre-java:

-check-platform-home:

-check-jdk-version:

-check-ant-javafx-in-fxsdk-lib:

-set-ant-javafx-in-fxsdk-lib:

-check-ant-javafx-in-fxsdk-tools:

-set-ant-javafx-in-fxsdk-tools:

-check-ant-javafx-in-platform-home-lib:

-set-ant-javafx-in-platform-home-lib:

-check-ant-javafx-in-platform-home-tools:

-set-ant-javafx-in-platform-home-tools:

-check-ant-javafx-in-probjdk-lib:

-set-ant-javafx-in-probjdk-lib:

-check-ant-javafx-in-probjdk-tools:

-set-ant-javafx-in-probjdk-tools:

-check-ant-javafx-in-macjdk-lib:

-set-ant-javafx-in-macjdk-lib:

-check-ant-javafx-in-envjdk-lib:

-set-ant-javafx-in-envjdk-lib:

-check-ant-javafx-in-envjdk-tools:

-set-ant-javafx-in-envjdk-tools:

-pre-check-ant-javafx-version:

-check-endorsed-javafx-ant-classpath:

-set-endorsed-javafx-ant-classpath:

-set-javafx-ant-classpath:

-check-ant-javafx-version:

-check-jfx-sdk-version-old:

-check-jfx-sdk-version-new:

-check-jfx-sdk-version:

-check-jfx-deployment:

-check-project:

-swing-api-check:

-swing-api-warning:

-icon-deployment-check:

-icon-warning:

-set-dimensions:

-reset-dimensions:

-set-update-mode-background:

-set-update-mode-eager:

-set-permissions-elevated:

-reset-permissions-elevated:

-copy-external-preloader-jar:

-check-ant-jre-version:

-init-css-conversion:

-set-binary-css:

-unset-binary-css:

-copy-binary-css-bypass:

-copy-binary-css-impl:

-copy-binary-css:

-security-props-check:

-unavailable-signjars-task:

-check-signing-possible:

-javafx-init-signing:

-javafx-init-keystore1:

-javafx-init-keystore2:

-check-keystore-exists:

-javafx-init-keystore:

-check-sign:

-deploy-app-sign-nopreloader-notemplate:

-deploy-app-sign-preloader-notemplate:

-deploy-app-sign-nopreloader-template:

-deploy-app-sign-preloader-template:

-deploy-app-sign-nopreloader-notemplate-swing:

-deploy-app-sign-nopreloader-template-swing:

-deploy-app-sign-blob-nopreloader-notemplate:

-deploy-app-sign-blob-preloader-notemplate:

-deploy-app-sign-blob-nopreloader-template:

-deploy-app-sign-blob-preloader-template:

-deploy-app-sign-blob-nopreloader-notemplate-swing:

-deploy-app-sign-blob-nopreloader-template-swing:

-check-nosign:

-deploy-app-nosign-nopreloader-notemplate:

-pre-jfx-jar:
     [echo] Launching <fx:jar> task from C:\Program Files\Java\jdk1.8.0_161\lib\ant-javafx.jar
   [script] Warning: From JDK7u25 the Codebase manifest attribute should be used to restrict JAR repurposing.
   [script]          Please set manifest.custom.codebase property to override the current default non-secure value '*'.

-post-jfx-jar:

-pre-jfx-deploy:

-call-pre-jfx-native:
     [echo] Launching <fx:deploy> task from C:\Program Files\Java\jdk1.8.0_161\lib\ant-javafx.jar
No base JDK. Package will use system JRE.
No base JDK. Package will use system JRE.

-post-jfx-deploy:

-call-post-jfx-native:

-deploy-app-nosign-preloader-notemplate:

-deploy-app-nosign-nopreloader-template:

-deploy-app-nosign-preloader-template:

-deploy-app-nosign-nopreloader-notemplate-swing:

-deploy-app-nosign-nopreloader-template-swing:

jfx-deployment-script:

-do-jfx-deployment-noscript:

jfx-deployment:

-post-jar:

-do-jar:

-pre-deploy:

-check-jlink:

-do-deploy:

-post-deploy:

deploy:

jar:

-check-project:

-jfx-do-post-jar:

jfx-project-rebuild:

BUILD SUCCESSFUL
Total time: 2 seconds
jfx-build-native:
BUILD SUCCESSFUL (total time: 3 seconds)
```

Из build-impl.xml:

   <target depends="init,deps-jar,-pre-pre-compile,-pre-compile, -copy-persistence-xml,-compile-depend" if="have.sources" name="-do-compile">
        <j2seproject3:javac gensrcdir="${build.generated.sources.dir}"/>
        <copy todir="${build.classes.dir}">
            <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
        </copy>
    </target>


<target depends="-pre-init,-init-private,-init-user,-init-project,-do-init,-post-init,-init-check,-init-macrodef-property,-init-macrodef-javac,-init-macrodef-test,-init-macrodef-test-debug,-init-macrodef-nbjpda,-init-macrodef-debug,-init-macrodef-java,-init-presetdef-jar,-init-ap-cmdline" name="init"/>

    <target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps">
        <mkdir dir="${build.dir}"/>
        <touch file="${built-jar.properties}" verbose="false"/>
        <property file="${built-jar.properties}" prefix="already.built.jar."/>
        <antcall target="-warn-already-built-jar"/>
        <propertyfile file="${built-jar.properties}">
            <entry key="${basedir}" value=""/>
        </propertyfile>
    </target>

    <target depends="init,deps-jar" name="-pre-pre-compile">
        <mkdir dir="${build.classes.dir}"/>
    </target>

  <target if="has.persistence.xml" name="-copy-persistence-xml">
        <mkdir dir="${build.classes.dir}/META-INF"/>
        <copy todir="${build.classes.dir}/META-INF">
            <fileset dir="${meta.inf.dir}" includes="persistence.xml orm.xml"/>
        </copy>

    <target if="do.depend.true" name="-compile-depend">
        <pathconvert property="build.generated.subdirs">
            <dirset dir="${build.generated.sources.dir}" erroronmissingdir="false">
                <include name="*"/>
            </dirset>
        </pathconvert>
        <j2seproject3:depend srcdir="${src.dir}:${build.generated.subdirs}"/>
    </target>

Когда я переключаюсьJDK от 1,8 до 1,8 По умолчанию (оба указывают на один и тот же JDK), он пытается собрать пакет, но не удается:

Launching <fx:deploy> in native packager mode...
No base JDK. Package will use system JRE.
No base JDK. Package will use system JRE.
java.io.IOException: Exec failed with code 2 command [[C:\Program Files (x86)\Inno Setup 6\iscc.exe, /oC:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\dist\bundles, C:\Users\brgmgr\AppData\Local\Temp\fxbundler4879495208787824123\images\win-exe.image\Cube3D.iss] in C:\Users\brgmgr\AppData\Local\Temp\fxbundler4879495208787824123\images\win-exe.image
    at com.oracle.tools.packager.IOUtils.exec(IOUtils.java:165)
    at com.oracle.tools.packager.IOUtils.exec(IOUtils.java:138)
    at com.oracle.tools.packager.IOUtils.exec(IOUtils.java:132)
    at com.oracle.tools.packager.windows.WinExeBundler.buildEXE(WinExeBundler.java:697)
    at com.oracle.tools.packager.windows.WinExeBundler.bundle(WinExeBundler.java:366)
    at com.oracle.tools.packager.windows.WinExeBundler.execute(WinExeBundler.java:173)
    at com.sun.javafx.tools.packager.PackagerLib.generateNativeBundles(PackagerLib.java:352)
    at com.sun.javafx.tools.packager.PackagerLib.generateDeploymentPackages(PackagerLib.java:319)
    at com.sun.javafx.tools.ant.DeployFXTask.execute(DeployFXTask.java:286)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    at org.apache.tools.ant.Task.perform(Task.java:350)
    at jdk.nashorn.internal.scripts.Script$91$\^eval\_.:program(<eval>:408)
    at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:637)
    at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494)
    at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:393)
    at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:449)
    at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:406)
    at jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
    at jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
    at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
    at org.apache.tools.ant.util.optional.JavaxScriptRunner.evaluateScript(JavaxScriptRunner.java:150)
    at org.apache.tools.ant.util.optional.JavaxScriptRunner.executeScript(JavaxScriptRunner.java:82)
    at org.apache.tools.ant.taskdefs.optional.Script.execute(Script.java:53)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor135.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    at org.apache.tools.ant.Task.perform(Task.java:350)
    at java.util.Vector.forEach(Vector.java:1249)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:67)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor135.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    at org.apache.tools.ant.Task.perform(Task.java:350)
    at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor135.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    at org.apache.tools.ant.Task.perform(Task.java:350)
    at org.apache.tools.ant.Target.execute(Target.java:449)
    at org.apache.tools.ant.Target.performTasks(Target.java:470)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
    at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
    at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
    at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor135.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    at org.apache.tools.ant.Task.perform(Task.java:350)
    at org.apache.tools.ant.Target.execute(Target.java:449)
    at org.apache.tools.ant.Target.performTasks(Target.java:470)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
    at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
    at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
    at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor135.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    at org.apache.tools.ant.Task.perform(Task.java:350)
    at org.apache.tools.ant.Target.execute(Target.java:449)
    at org.apache.tools.ant.Target.performTasks(Target.java:470)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
    at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
    at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
    at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor135.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    at org.apache.tools.ant.Task.perform(Task.java:350)
    at org.apache.tools.ant.Target.execute(Target.java:449)
    at org.apache.tools.ant.Target.performTasks(Target.java:470)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
    at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
    at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
    at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor135.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    at org.apache.tools.ant.Task.perform(Task.java:350)
    at org.apache.tools.ant.Target.execute(Target.java:449)
    at org.apache.tools.ant.Target.performTasks(Target.java:470)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
    at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
    at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
    at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor135.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    at org.apache.tools.ant.Task.perform(Task.java:350)
    at org.apache.tools.ant.Target.execute(Target.java:449)
    at org.apache.tools.ant.Target.performTasks(Target.java:470)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:261)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:574)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\nbproject\jfx-impl.xml:3560: The following error occurred while executing this line:
C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\nbproject\jfx-impl.xml:3550: The following error occurred while executing this line:
C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\nbproject\jfx-impl.xml:3578: The following error occurred while executing this line:
C:\Users\brgmgr\Documents\NetBeansProjects\Cube3D\nbproject\jfx-impl.xml:3597: The following error occurred while executing this line:
...