netbeans
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 02 Oct 2016 18:20:38 +0200
changeset 110d4e5d65ba7cf
parent 109 76df01fc4aa2
child 111 e4900596abdb
netbeans
java/alt2xml-in-fs/nbproject/build-impl.xml
java/alt2xml-in-fs/nbproject/genfiles.properties
java/alt2xml-in-ini/nbproject/build-impl.xml
java/alt2xml-in-ini/nbproject/genfiles.properties
java/alt2xml-in-json/nbproject/build-impl.xml
java/alt2xml-in-json/nbproject/genfiles.properties
java/alt2xml-in-properties/nbproject/build-impl.xml
java/alt2xml-in-properties/nbproject/genfiles.properties
java/alt2xml-lib-input/nbproject/build-impl.xml
java/alt2xml-lib-input/nbproject/genfiles.properties
java/alt2xml-lib-output/nbproject/build-impl.xml
java/alt2xml-lib-output/nbproject/genfiles.properties
java/alt2xml-out-xml/nbproject/build-impl.xml
java/alt2xml-out-xml/nbproject/genfiles.properties
java/alt2xml-out-xpath/nbproject/build-impl.xml
java/alt2xml-out-xpath/nbproject/genfiles.properties
java/alt2xml-out-xslt/nbproject/build-impl.xml
java/alt2xml-out-xslt/nbproject/genfiles.properties
     1.1 --- a/java/alt2xml-in-fs/nbproject/build-impl.xml	Sun Oct 02 15:23:20 2016 +0200
     1.2 +++ b/java/alt2xml-in-fs/nbproject/build-impl.xml	Sun Oct 02 18:20:38 2016 +0200
     1.3 @@ -192,7 +192,12 @@
     1.4                  </not>
     1.5              </and>
     1.6          </condition>
     1.7 -        <property name="javac.fork" value="${jdkBug6558476}"/>
     1.8 +        <condition else="false" property="javac.fork">
     1.9 +            <or>
    1.10 +                <istrue value="${jdkBug6558476}"/>
    1.11 +                <istrue value="${javac.external.vm}"/>
    1.12 +            </or>
    1.13 +        </condition>
    1.14          <property name="jar.index" value="false"/>
    1.15          <property name="jar.index.metainf" value="${jar.index}"/>
    1.16          <property name="copylibs.rebase" value="true"/>
    1.17 @@ -218,6 +223,7 @@
    1.18          <condition else="" property="testng.debug.mode" value="-mixed">
    1.19              <istrue value="${junit+testng.available}"/>
    1.20          </condition>
    1.21 +        <property name="java.failonerror" value="true"/>
    1.22      </target>
    1.23      <target name="-post-init">
    1.24          <!-- Empty placeholder for easier customization. -->
    1.25 @@ -695,7 +701,7 @@
    1.26              <sequential>
    1.27                  <property environment="env"/>
    1.28                  <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
    1.29 -                <java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}">
    1.30 +                <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
    1.31                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    1.32                      <jvmarg value="${profiler.info.jvmargs.agent}"/>
    1.33                      <jvmarg line="${profiler.info.jvmargs}"/>
    1.34 @@ -770,7 +776,7 @@
    1.35              <attribute default="${debug.classpath}" name="classpath"/>
    1.36              <element name="customize" optional="true"/>
    1.37              <sequential>
    1.38 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
    1.39 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
    1.40                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    1.41                      <jvmarg line="${debug-args-line}"/>
    1.42                      <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
    1.43 @@ -797,7 +803,7 @@
    1.44              <attribute default="jvm" name="jvm"/>
    1.45              <element name="customize" optional="true"/>
    1.46              <sequential>
    1.47 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
    1.48 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
    1.49                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    1.50                      <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
    1.51                      <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
     2.1 --- a/java/alt2xml-in-fs/nbproject/genfiles.properties	Sun Oct 02 15:23:20 2016 +0200
     2.2 +++ b/java/alt2xml-in-fs/nbproject/genfiles.properties	Sun Oct 02 18:20:38 2016 +0200
     2.3 @@ -4,5 +4,5 @@
     2.4  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
     2.5  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
     2.6  nbproject/build-impl.xml.data.CRC32=f3bd0cda
     2.7 -nbproject/build-impl.xml.script.CRC32=7d9f3106
     2.8 -nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.2.48
     2.9 +nbproject/build-impl.xml.script.CRC32=2a40b72b
    2.10 +nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48
     3.1 --- a/java/alt2xml-in-ini/nbproject/build-impl.xml	Sun Oct 02 15:23:20 2016 +0200
     3.2 +++ b/java/alt2xml-in-ini/nbproject/build-impl.xml	Sun Oct 02 18:20:38 2016 +0200
     3.3 @@ -192,7 +192,12 @@
     3.4                  </not>
     3.5              </and>
     3.6          </condition>
     3.7 -        <property name="javac.fork" value="${jdkBug6558476}"/>
     3.8 +        <condition else="false" property="javac.fork">
     3.9 +            <or>
    3.10 +                <istrue value="${jdkBug6558476}"/>
    3.11 +                <istrue value="${javac.external.vm}"/>
    3.12 +            </or>
    3.13 +        </condition>
    3.14          <property name="jar.index" value="false"/>
    3.15          <property name="jar.index.metainf" value="${jar.index}"/>
    3.16          <property name="copylibs.rebase" value="true"/>
    3.17 @@ -218,6 +223,7 @@
    3.18          <condition else="" property="testng.debug.mode" value="-mixed">
    3.19              <istrue value="${junit+testng.available}"/>
    3.20          </condition>
    3.21 +        <property name="java.failonerror" value="true"/>
    3.22      </target>
    3.23      <target name="-post-init">
    3.24          <!-- Empty placeholder for easier customization. -->
    3.25 @@ -695,7 +701,7 @@
    3.26              <sequential>
    3.27                  <property environment="env"/>
    3.28                  <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
    3.29 -                <java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}">
    3.30 +                <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
    3.31                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    3.32                      <jvmarg value="${profiler.info.jvmargs.agent}"/>
    3.33                      <jvmarg line="${profiler.info.jvmargs}"/>
    3.34 @@ -770,7 +776,7 @@
    3.35              <attribute default="${debug.classpath}" name="classpath"/>
    3.36              <element name="customize" optional="true"/>
    3.37              <sequential>
    3.38 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
    3.39 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
    3.40                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    3.41                      <jvmarg line="${debug-args-line}"/>
    3.42                      <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
    3.43 @@ -797,7 +803,7 @@
    3.44              <attribute default="jvm" name="jvm"/>
    3.45              <element name="customize" optional="true"/>
    3.46              <sequential>
    3.47 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
    3.48 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
    3.49                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    3.50                      <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
    3.51                      <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
     4.1 --- a/java/alt2xml-in-ini/nbproject/genfiles.properties	Sun Oct 02 15:23:20 2016 +0200
     4.2 +++ b/java/alt2xml-in-ini/nbproject/genfiles.properties	Sun Oct 02 18:20:38 2016 +0200
     4.3 @@ -4,5 +4,5 @@
     4.4  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
     4.5  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
     4.6  nbproject/build-impl.xml.data.CRC32=baf64108
     4.7 -nbproject/build-impl.xml.script.CRC32=ddfd8d33
     4.8 -nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.74.2.48
     4.9 +nbproject/build-impl.xml.script.CRC32=a2647b82
    4.10 +nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48
     5.1 --- a/java/alt2xml-in-json/nbproject/build-impl.xml	Sun Oct 02 15:23:20 2016 +0200
     5.2 +++ b/java/alt2xml-in-json/nbproject/build-impl.xml	Sun Oct 02 18:20:38 2016 +0200
     5.3 @@ -192,7 +192,12 @@
     5.4                  </not>
     5.5              </and>
     5.6          </condition>
     5.7 -        <property name="javac.fork" value="${jdkBug6558476}"/>
     5.8 +        <condition else="false" property="javac.fork">
     5.9 +            <or>
    5.10 +                <istrue value="${jdkBug6558476}"/>
    5.11 +                <istrue value="${javac.external.vm}"/>
    5.12 +            </or>
    5.13 +        </condition>
    5.14          <property name="jar.index" value="false"/>
    5.15          <property name="jar.index.metainf" value="${jar.index}"/>
    5.16          <property name="copylibs.rebase" value="true"/>
    5.17 @@ -218,6 +223,7 @@
    5.18          <condition else="" property="testng.debug.mode" value="-mixed">
    5.19              <istrue value="${junit+testng.available}"/>
    5.20          </condition>
    5.21 +        <property name="java.failonerror" value="true"/>
    5.22      </target>
    5.23      <target name="-post-init">
    5.24          <!-- Empty placeholder for easier customization. -->
    5.25 @@ -695,7 +701,7 @@
    5.26              <sequential>
    5.27                  <property environment="env"/>
    5.28                  <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
    5.29 -                <java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}">
    5.30 +                <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
    5.31                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    5.32                      <jvmarg value="${profiler.info.jvmargs.agent}"/>
    5.33                      <jvmarg line="${profiler.info.jvmargs}"/>
    5.34 @@ -770,7 +776,7 @@
    5.35              <attribute default="${debug.classpath}" name="classpath"/>
    5.36              <element name="customize" optional="true"/>
    5.37              <sequential>
    5.38 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
    5.39 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
    5.40                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    5.41                      <jvmarg line="${debug-args-line}"/>
    5.42                      <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
    5.43 @@ -797,7 +803,7 @@
    5.44              <attribute default="jvm" name="jvm"/>
    5.45              <element name="customize" optional="true"/>
    5.46              <sequential>
    5.47 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
    5.48 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
    5.49                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    5.50                      <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
    5.51                      <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
     6.1 --- a/java/alt2xml-in-json/nbproject/genfiles.properties	Sun Oct 02 15:23:20 2016 +0200
     6.2 +++ b/java/alt2xml-in-json/nbproject/genfiles.properties	Sun Oct 02 18:20:38 2016 +0200
     6.3 @@ -4,5 +4,5 @@
     6.4  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
     6.5  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
     6.6  nbproject/build-impl.xml.data.CRC32=36d981c5
     6.7 -nbproject/build-impl.xml.script.CRC32=5b826399
     6.8 -nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.74.2.48
     6.9 +nbproject/build-impl.xml.script.CRC32=64d29189
    6.10 +nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48
     7.1 --- a/java/alt2xml-in-properties/nbproject/build-impl.xml	Sun Oct 02 15:23:20 2016 +0200
     7.2 +++ b/java/alt2xml-in-properties/nbproject/build-impl.xml	Sun Oct 02 18:20:38 2016 +0200
     7.3 @@ -192,7 +192,12 @@
     7.4                  </not>
     7.5              </and>
     7.6          </condition>
     7.7 -        <property name="javac.fork" value="${jdkBug6558476}"/>
     7.8 +        <condition else="false" property="javac.fork">
     7.9 +            <or>
    7.10 +                <istrue value="${jdkBug6558476}"/>
    7.11 +                <istrue value="${javac.external.vm}"/>
    7.12 +            </or>
    7.13 +        </condition>
    7.14          <property name="jar.index" value="false"/>
    7.15          <property name="jar.index.metainf" value="${jar.index}"/>
    7.16          <property name="copylibs.rebase" value="true"/>
    7.17 @@ -218,6 +223,7 @@
    7.18          <condition else="" property="testng.debug.mode" value="-mixed">
    7.19              <istrue value="${junit+testng.available}"/>
    7.20          </condition>
    7.21 +        <property name="java.failonerror" value="true"/>
    7.22      </target>
    7.23      <target name="-post-init">
    7.24          <!-- Empty placeholder for easier customization. -->
    7.25 @@ -695,7 +701,7 @@
    7.26              <sequential>
    7.27                  <property environment="env"/>
    7.28                  <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
    7.29 -                <java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}">
    7.30 +                <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
    7.31                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    7.32                      <jvmarg value="${profiler.info.jvmargs.agent}"/>
    7.33                      <jvmarg line="${profiler.info.jvmargs}"/>
    7.34 @@ -770,7 +776,7 @@
    7.35              <attribute default="${debug.classpath}" name="classpath"/>
    7.36              <element name="customize" optional="true"/>
    7.37              <sequential>
    7.38 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
    7.39 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
    7.40                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    7.41                      <jvmarg line="${debug-args-line}"/>
    7.42                      <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
    7.43 @@ -797,7 +803,7 @@
    7.44              <attribute default="jvm" name="jvm"/>
    7.45              <element name="customize" optional="true"/>
    7.46              <sequential>
    7.47 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
    7.48 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
    7.49                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    7.50                      <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
    7.51                      <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
     8.1 --- a/java/alt2xml-in-properties/nbproject/genfiles.properties	Sun Oct 02 15:23:20 2016 +0200
     8.2 +++ b/java/alt2xml-in-properties/nbproject/genfiles.properties	Sun Oct 02 18:20:38 2016 +0200
     8.3 @@ -4,5 +4,5 @@
     8.4  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
     8.5  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
     8.6  nbproject/build-impl.xml.data.CRC32=d90e5067
     8.7 -nbproject/build-impl.xml.script.CRC32=a04fd84f
     8.8 -nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.74.2.48
     8.9 +nbproject/build-impl.xml.script.CRC32=b7ef3300
    8.10 +nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48
     9.1 --- a/java/alt2xml-lib-input/nbproject/build-impl.xml	Sun Oct 02 15:23:20 2016 +0200
     9.2 +++ b/java/alt2xml-lib-input/nbproject/build-impl.xml	Sun Oct 02 18:20:38 2016 +0200
     9.3 @@ -191,7 +191,12 @@
     9.4                  </not>
     9.5              </and>
     9.6          </condition>
     9.7 -        <property name="javac.fork" value="${jdkBug6558476}"/>
     9.8 +        <condition else="false" property="javac.fork">
     9.9 +            <or>
    9.10 +                <istrue value="${jdkBug6558476}"/>
    9.11 +                <istrue value="${javac.external.vm}"/>
    9.12 +            </or>
    9.13 +        </condition>
    9.14          <property name="jar.index" value="false"/>
    9.15          <property name="jar.index.metainf" value="${jar.index}"/>
    9.16          <property name="copylibs.rebase" value="true"/>
    9.17 @@ -217,6 +222,7 @@
    9.18          <condition else="" property="testng.debug.mode" value="-mixed">
    9.19              <istrue value="${junit+testng.available}"/>
    9.20          </condition>
    9.21 +        <property name="java.failonerror" value="true"/>
    9.22      </target>
    9.23      <target name="-post-init">
    9.24          <!-- Empty placeholder for easier customization. -->
    9.25 @@ -693,7 +699,7 @@
    9.26              <sequential>
    9.27                  <property environment="env"/>
    9.28                  <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
    9.29 -                <java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}">
    9.30 +                <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
    9.31                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    9.32                      <jvmarg value="${profiler.info.jvmargs.agent}"/>
    9.33                      <jvmarg line="${profiler.info.jvmargs}"/>
    9.34 @@ -768,7 +774,7 @@
    9.35              <attribute default="${debug.classpath}" name="classpath"/>
    9.36              <element name="customize" optional="true"/>
    9.37              <sequential>
    9.38 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
    9.39 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
    9.40                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    9.41                      <jvmarg line="${debug-args-line}"/>
    9.42                      <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
    9.43 @@ -795,7 +801,7 @@
    9.44              <attribute default="jvm" name="jvm"/>
    9.45              <element name="customize" optional="true"/>
    9.46              <sequential>
    9.47 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
    9.48 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
    9.49                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
    9.50                      <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
    9.51                      <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
    10.1 --- a/java/alt2xml-lib-input/nbproject/genfiles.properties	Sun Oct 02 15:23:20 2016 +0200
    10.2 +++ b/java/alt2xml-lib-input/nbproject/genfiles.properties	Sun Oct 02 18:20:38 2016 +0200
    10.3 @@ -4,5 +4,5 @@
    10.4  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
    10.5  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
    10.6  nbproject/build-impl.xml.data.CRC32=0525abf5
    10.7 -nbproject/build-impl.xml.script.CRC32=9bda5398
    10.8 -nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.74.2.48
    10.9 +nbproject/build-impl.xml.script.CRC32=6e1be653
   10.10 +nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48
    11.1 --- a/java/alt2xml-lib-output/nbproject/build-impl.xml	Sun Oct 02 15:23:20 2016 +0200
    11.2 +++ b/java/alt2xml-lib-output/nbproject/build-impl.xml	Sun Oct 02 18:20:38 2016 +0200
    11.3 @@ -191,7 +191,12 @@
    11.4                  </not>
    11.5              </and>
    11.6          </condition>
    11.7 -        <property name="javac.fork" value="${jdkBug6558476}"/>
    11.8 +        <condition else="false" property="javac.fork">
    11.9 +            <or>
   11.10 +                <istrue value="${jdkBug6558476}"/>
   11.11 +                <istrue value="${javac.external.vm}"/>
   11.12 +            </or>
   11.13 +        </condition>
   11.14          <property name="jar.index" value="false"/>
   11.15          <property name="jar.index.metainf" value="${jar.index}"/>
   11.16          <property name="copylibs.rebase" value="true"/>
   11.17 @@ -217,6 +222,7 @@
   11.18          <condition else="" property="testng.debug.mode" value="-mixed">
   11.19              <istrue value="${junit+testng.available}"/>
   11.20          </condition>
   11.21 +        <property name="java.failonerror" value="true"/>
   11.22      </target>
   11.23      <target name="-post-init">
   11.24          <!-- Empty placeholder for easier customization. -->
   11.25 @@ -693,7 +699,7 @@
   11.26              <sequential>
   11.27                  <property environment="env"/>
   11.28                  <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
   11.29 -                <java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}">
   11.30 +                <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
   11.31                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   11.32                      <jvmarg value="${profiler.info.jvmargs.agent}"/>
   11.33                      <jvmarg line="${profiler.info.jvmargs}"/>
   11.34 @@ -768,7 +774,7 @@
   11.35              <attribute default="${debug.classpath}" name="classpath"/>
   11.36              <element name="customize" optional="true"/>
   11.37              <sequential>
   11.38 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
   11.39 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
   11.40                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   11.41                      <jvmarg line="${debug-args-line}"/>
   11.42                      <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
   11.43 @@ -795,7 +801,7 @@
   11.44              <attribute default="jvm" name="jvm"/>
   11.45              <element name="customize" optional="true"/>
   11.46              <sequential>
   11.47 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
   11.48 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
   11.49                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   11.50                      <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
   11.51                      <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
    12.1 --- a/java/alt2xml-lib-output/nbproject/genfiles.properties	Sun Oct 02 15:23:20 2016 +0200
    12.2 +++ b/java/alt2xml-lib-output/nbproject/genfiles.properties	Sun Oct 02 18:20:38 2016 +0200
    12.3 @@ -4,5 +4,5 @@
    12.4  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
    12.5  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
    12.6  nbproject/build-impl.xml.data.CRC32=e334806b
    12.7 -nbproject/build-impl.xml.script.CRC32=70a60178
    12.8 -nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.74.2.48
    12.9 +nbproject/build-impl.xml.script.CRC32=99672274
   12.10 +nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48
    13.1 --- a/java/alt2xml-out-xml/nbproject/build-impl.xml	Sun Oct 02 15:23:20 2016 +0200
    13.2 +++ b/java/alt2xml-out-xml/nbproject/build-impl.xml	Sun Oct 02 18:20:38 2016 +0200
    13.3 @@ -192,7 +192,12 @@
    13.4                  </not>
    13.5              </and>
    13.6          </condition>
    13.7 -        <property name="javac.fork" value="${jdkBug6558476}"/>
    13.8 +        <condition else="false" property="javac.fork">
    13.9 +            <or>
   13.10 +                <istrue value="${jdkBug6558476}"/>
   13.11 +                <istrue value="${javac.external.vm}"/>
   13.12 +            </or>
   13.13 +        </condition>
   13.14          <property name="jar.index" value="false"/>
   13.15          <property name="jar.index.metainf" value="${jar.index}"/>
   13.16          <property name="copylibs.rebase" value="true"/>
   13.17 @@ -218,6 +223,7 @@
   13.18          <condition else="" property="testng.debug.mode" value="-mixed">
   13.19              <istrue value="${junit+testng.available}"/>
   13.20          </condition>
   13.21 +        <property name="java.failonerror" value="true"/>
   13.22      </target>
   13.23      <target name="-post-init">
   13.24          <!-- Empty placeholder for easier customization. -->
   13.25 @@ -695,7 +701,7 @@
   13.26              <sequential>
   13.27                  <property environment="env"/>
   13.28                  <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
   13.29 -                <java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}">
   13.30 +                <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
   13.31                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   13.32                      <jvmarg value="${profiler.info.jvmargs.agent}"/>
   13.33                      <jvmarg line="${profiler.info.jvmargs}"/>
   13.34 @@ -770,7 +776,7 @@
   13.35              <attribute default="${debug.classpath}" name="classpath"/>
   13.36              <element name="customize" optional="true"/>
   13.37              <sequential>
   13.38 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
   13.39 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
   13.40                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   13.41                      <jvmarg line="${debug-args-line}"/>
   13.42                      <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
   13.43 @@ -797,7 +803,7 @@
   13.44              <attribute default="jvm" name="jvm"/>
   13.45              <element name="customize" optional="true"/>
   13.46              <sequential>
   13.47 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
   13.48 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
   13.49                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   13.50                      <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
   13.51                      <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
    14.1 --- a/java/alt2xml-out-xml/nbproject/genfiles.properties	Sun Oct 02 15:23:20 2016 +0200
    14.2 +++ b/java/alt2xml-out-xml/nbproject/genfiles.properties	Sun Oct 02 18:20:38 2016 +0200
    14.3 @@ -4,5 +4,5 @@
    14.4  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
    14.5  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
    14.6  nbproject/build-impl.xml.data.CRC32=8237fb99
    14.7 -nbproject/build-impl.xml.script.CRC32=88681dba
    14.8 -nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.74.2.48
    14.9 +nbproject/build-impl.xml.script.CRC32=2f8bdd01
   14.10 +nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48
    15.1 --- a/java/alt2xml-out-xpath/nbproject/build-impl.xml	Sun Oct 02 15:23:20 2016 +0200
    15.2 +++ b/java/alt2xml-out-xpath/nbproject/build-impl.xml	Sun Oct 02 18:20:38 2016 +0200
    15.3 @@ -192,7 +192,12 @@
    15.4                  </not>
    15.5              </and>
    15.6          </condition>
    15.7 -        <property name="javac.fork" value="${jdkBug6558476}"/>
    15.8 +        <condition else="false" property="javac.fork">
    15.9 +            <or>
   15.10 +                <istrue value="${jdkBug6558476}"/>
   15.11 +                <istrue value="${javac.external.vm}"/>
   15.12 +            </or>
   15.13 +        </condition>
   15.14          <property name="jar.index" value="false"/>
   15.15          <property name="jar.index.metainf" value="${jar.index}"/>
   15.16          <property name="copylibs.rebase" value="true"/>
   15.17 @@ -218,6 +223,7 @@
   15.18          <condition else="" property="testng.debug.mode" value="-mixed">
   15.19              <istrue value="${junit+testng.available}"/>
   15.20          </condition>
   15.21 +        <property name="java.failonerror" value="true"/>
   15.22      </target>
   15.23      <target name="-post-init">
   15.24          <!-- Empty placeholder for easier customization. -->
   15.25 @@ -695,7 +701,7 @@
   15.26              <sequential>
   15.27                  <property environment="env"/>
   15.28                  <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
   15.29 -                <java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}">
   15.30 +                <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
   15.31                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   15.32                      <jvmarg value="${profiler.info.jvmargs.agent}"/>
   15.33                      <jvmarg line="${profiler.info.jvmargs}"/>
   15.34 @@ -770,7 +776,7 @@
   15.35              <attribute default="${debug.classpath}" name="classpath"/>
   15.36              <element name="customize" optional="true"/>
   15.37              <sequential>
   15.38 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
   15.39 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
   15.40                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   15.41                      <jvmarg line="${debug-args-line}"/>
   15.42                      <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
   15.43 @@ -797,7 +803,7 @@
   15.44              <attribute default="jvm" name="jvm"/>
   15.45              <element name="customize" optional="true"/>
   15.46              <sequential>
   15.47 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
   15.48 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
   15.49                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   15.50                      <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
   15.51                      <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
    16.1 --- a/java/alt2xml-out-xpath/nbproject/genfiles.properties	Sun Oct 02 15:23:20 2016 +0200
    16.2 +++ b/java/alt2xml-out-xpath/nbproject/genfiles.properties	Sun Oct 02 18:20:38 2016 +0200
    16.3 @@ -4,5 +4,5 @@
    16.4  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
    16.5  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
    16.6  nbproject/build-impl.xml.data.CRC32=bc595ddc
    16.7 -nbproject/build-impl.xml.script.CRC32=0906c83d
    16.8 -nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.74.2.48
    16.9 +nbproject/build-impl.xml.script.CRC32=568b087c
   16.10 +nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48
    17.1 --- a/java/alt2xml-out-xslt/nbproject/build-impl.xml	Sun Oct 02 15:23:20 2016 +0200
    17.2 +++ b/java/alt2xml-out-xslt/nbproject/build-impl.xml	Sun Oct 02 18:20:38 2016 +0200
    17.3 @@ -192,7 +192,12 @@
    17.4                  </not>
    17.5              </and>
    17.6          </condition>
    17.7 -        <property name="javac.fork" value="${jdkBug6558476}"/>
    17.8 +        <condition else="false" property="javac.fork">
    17.9 +            <or>
   17.10 +                <istrue value="${jdkBug6558476}"/>
   17.11 +                <istrue value="${javac.external.vm}"/>
   17.12 +            </or>
   17.13 +        </condition>
   17.14          <property name="jar.index" value="false"/>
   17.15          <property name="jar.index.metainf" value="${jar.index}"/>
   17.16          <property name="copylibs.rebase" value="true"/>
   17.17 @@ -218,6 +223,7 @@
   17.18          <condition else="" property="testng.debug.mode" value="-mixed">
   17.19              <istrue value="${junit+testng.available}"/>
   17.20          </condition>
   17.21 +        <property name="java.failonerror" value="true"/>
   17.22      </target>
   17.23      <target name="-post-init">
   17.24          <!-- Empty placeholder for easier customization. -->
   17.25 @@ -695,7 +701,7 @@
   17.26              <sequential>
   17.27                  <property environment="env"/>
   17.28                  <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
   17.29 -                <java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}">
   17.30 +                <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
   17.31                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   17.32                      <jvmarg value="${profiler.info.jvmargs.agent}"/>
   17.33                      <jvmarg line="${profiler.info.jvmargs}"/>
   17.34 @@ -770,7 +776,7 @@
   17.35              <attribute default="${debug.classpath}" name="classpath"/>
   17.36              <element name="customize" optional="true"/>
   17.37              <sequential>
   17.38 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
   17.39 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
   17.40                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   17.41                      <jvmarg line="${debug-args-line}"/>
   17.42                      <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
   17.43 @@ -797,7 +803,7 @@
   17.44              <attribute default="jvm" name="jvm"/>
   17.45              <element name="customize" optional="true"/>
   17.46              <sequential>
   17.47 -                <java classname="@{classname}" dir="${work.dir}" fork="true">
   17.48 +                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
   17.49                      <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   17.50                      <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
   17.51                      <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
    18.1 --- a/java/alt2xml-out-xslt/nbproject/genfiles.properties	Sun Oct 02 15:23:20 2016 +0200
    18.2 +++ b/java/alt2xml-out-xslt/nbproject/genfiles.properties	Sun Oct 02 18:20:38 2016 +0200
    18.3 @@ -4,5 +4,5 @@
    18.4  # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
    18.5  # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
    18.6  nbproject/build-impl.xml.data.CRC32=9ab460fa
    18.7 -nbproject/build-impl.xml.script.CRC32=e3f35d0a
    18.8 -nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.74.2.48
    18.9 +nbproject/build-impl.xml.script.CRC32=d9d1bcab
   18.10 +nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48