Changeset 14878
- Timestamp:
- 09/29/16 21:39:01 (7 years ago)
- Location:
- trunk/abcl/nbproject
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/nbproject/build-impl.xml
r14658 r14878 192 192 </and> 193 193 </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> 195 200 <property name="jar.index" value="false"/> 196 201 <property name="jar.index.metainf" value="${jar.index}"/> … … 218 223 <istrue value="${junit+testng.available}"/> 219 224 </condition> 225 <property name="java.failonerror" value="true"/> 220 226 </target> 221 227 <target name="-post-init"> … … 694 700 <property environment="env"/> 695 701 <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/> 696 <java classname="@{classname}" dir="${profiler.info.dir}" f ork="true" jvm="${profiler.info.jvm}">702 <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}"> 697 703 <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> 698 704 <jvmarg value="${profiler.info.jvmargs.agent}"/> … … 769 775 <element name="customize" optional="true"/> 770 776 <sequential> 771 <java classname="@{classname}" dir="${work.dir}" f ork="true">777 <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true"> 772 778 <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> 773 779 <jvmarg line="${debug-args-line}"/> … … 796 802 <element name="customize" optional="true"/> 797 803 <sequential> 798 <java classname="@{classname}" dir="${work.dir}" f ork="true">804 <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true"> 799 805 <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> 800 806 <jvmarg value="-Dfile.encoding=${runtime.encoding}"/> -
trunk/abcl/nbproject/genfiles.properties
r14658 r14878 5 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=742204ce 7 nbproject/build-impl.xml.script.CRC32= 768003f68 nbproject/build-impl.xml.stylesheet.CRC32= 876e7a8f@1.74.1.487 nbproject/build-impl.xml.script.CRC32=4c2b716d 8 nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48 9 9 nbproject/profiler-build-impl.xml.data.CRC32=71623fcd 10 10 nbproject/profiler-build-impl.xml.script.CRC32=abda56ed
Note: See TracChangeset
for help on using the changeset viewer.