From: Roland Haeder <roland@mxchange.org> Date: Wed, 3 Feb 2016 15:27:34 +0000 (+0100) Subject: Updated project to NetBeans 8.1 / Glassfish 4.1.1 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ac853b70eb93d0d04a44cc7c9c294a49454be67b;p=jbonuscard-lib.git Updated project to NetBeans 8.1 / Glassfish 4.1.1 Signed-off-by: Roland Häder <roland@mxchange.org> --- diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 5e681cf..18c6523 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -216,7 +216,12 @@ is divided into following sections: </not> </and> </condition> - <property name="javac.fork" value="${jdkBug6558476}"/> + <condition else="false" property="javac.fork"> + <or> + <istrue value="${jdkBug6558476}"/> + <istrue value="${javac.external.vm}"/> + </or> + </condition> <property name="jar.index" value="false"/> <property name="jar.index.metainf" value="${jar.index}"/> <property name="copylibs.rebase" value="true"/> @@ -242,6 +247,7 @@ is divided into following sections: <condition else="" property="testng.debug.mode" value="-mixed"> <istrue value="${junit+testng.available}"/> </condition> + <property name="java.failonerror" value="true"/> </target> <target name="-post-init"> <!-- Empty placeholder for easier customization. --> @@ -718,7 +724,7 @@ is divided into following sections: <sequential> <property environment="env"/> <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/> - <java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}"> + <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}"> <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> <jvmarg value="${profiler.info.jvmargs.agent}"/> <jvmarg line="${profiler.info.jvmargs}"/> @@ -793,7 +799,7 @@ is divided into following sections: <attribute default="${debug.classpath}" name="classpath"/> <element name="customize" optional="true"/> <sequential> - <java classname="@{classname}" dir="${work.dir}" fork="true"> + <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true"> <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> <jvmarg line="${debug-args-line}"/> <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/> @@ -820,7 +826,7 @@ is divided into following sections: <attribute default="jvm" name="jvm"/> <element name="customize" optional="true"/> <sequential> - <java classname="@{classname}" dir="${work.dir}" fork="true"> + <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true"> <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> <jvmarg value="-Dfile.encoding=${runtime.encoding}"/> <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/> diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 01bd009..8bb6f02 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=8064a381@1.75.2.48 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. nbproject/build-impl.xml.data.CRC32=5c7b88c5 -nbproject/build-impl.xml.script.CRC32=e767927c -nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.2.48 +nbproject/build-impl.xml.script.CRC32=8c3ff88c +nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48