• R/O
  • SSH
  • HTTPS

提交

标签

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作業部屋の使い方を試しています。


Commit MetaInfo

修订版144 (tree)
时间2016-06-20 11:35:53
作者tuna_p

Log Message

NetBeans IDE 8.0.2 -> 8.1

更改概述

差异

--- branches/b4/webScraping/nbproject/build-impl.xml (revision 143)
+++ branches/b4/webScraping/nbproject/build-impl.xml (revision 144)
@@ -191,7 +191,12 @@
191191 </not>
192192 </and>
193193 </condition>
194- <property name="javac.fork" value="${jdkBug6558476}"/>
194+ <condition else="false" property="javac.fork">
195+ <or>
196+ <istrue value="${jdkBug6558476}"/>
197+ <istrue value="${javac.external.vm}"/>
198+ </or>
199+ </condition>
195200 <property name="jar.index" value="false"/>
196201 <property name="jar.index.metainf" value="${jar.index}"/>
197202 <property name="copylibs.rebase" value="true"/>
@@ -217,6 +222,7 @@
217222 <condition else="" property="testng.debug.mode" value="-mixed">
218223 <istrue value="${junit+testng.available}"/>
219224 </condition>
225+ <property name="java.failonerror" value="true"/>
220226 </target>
221227 <target name="-post-init">
222228 <!-- Empty placeholder for easier customization. -->
@@ -693,7 +699,7 @@
693699 <sequential>
694700 <property environment="env"/>
695701 <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
696- <java classname="@{classname}" dir="${profiler.info.dir}" fork="true" jvm="${profiler.info.jvm}">
702+ <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
697703 <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
698704 <jvmarg value="${profiler.info.jvmargs.agent}"/>
699705 <jvmarg line="${profiler.info.jvmargs}"/>
@@ -768,7 +774,7 @@
768774 <attribute default="${debug.classpath}" name="classpath"/>
769775 <element name="customize" optional="true"/>
770776 <sequential>
771- <java classname="@{classname}" dir="${work.dir}" fork="true">
777+ <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
772778 <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
773779 <jvmarg line="${debug-args-line}"/>
774780 <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
@@ -795,7 +801,7 @@
795801 <attribute default="jvm" name="jvm"/>
796802 <element name="customize" optional="true"/>
797803 <sequential>
798- <java classname="@{classname}" dir="${work.dir}" fork="true">
804+ <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
799805 <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
800806 <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
801807 <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>