ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.189 by jsr166, Thu Nov 5 15:02:34 2015 UTC vs.
Revision 1.193 by jsr166, Fri Dec 11 23:58:52 2015 UTC

# Line 175 | Line 175
175    <property name="java6.docroot.url"      value="http://docs.oracle.com/javase/6/docs"/>
176    <property name="java7.docroot.url"      value="http://docs.oracle.com/javase/7/docs"/>
177    <property name="java8.docroot.url"      value="http://docs.oracle.com/javase/8/docs"/>
178 <  <!-- The expected canonical location does not yet exist as of 2014-07 -->
178 >  <!-- The expected canonical location does not yet exist as of 2015-11 -->
179    <!-- <property name="java9.docroot.url" value="http://docs.oracle.com/javase/9/docs"/> -->
180    <property name="java9.docroot.url"      value="http://download.java.net/jdk9/docs"/>
181    <!-- Default jdk doc location (latest stable release seems best) -->
# Line 310 | Line 310
310      <delete dir="@{workdir}/JTwork"   quiet="true"/>
311      <delete dir="@{workdir}/JTreport" quiet="true"/>
312      <mkdir dir="@{workdir}/JTwork/scratch"/>
313 <    <mkdir dir="@{workdir}/JTreport"/>
313 >    <!-- workaround for https://bugs.openjdk.java.net/browse/CODETOOLS-7901571 -->
314 >    <mkdir dir="@{workdir}/JTreport/html"/>
315 >    <mkdir dir="@{workdir}/JTreport/text"/>
316      <jtreg dir="${jtreg@{target}.src.dir}"
317             jdk="${jdk@{target}.home}"
318             workDir="@{workdir}/JTwork"
# Line 596 | Line 598
598         debuglevel="${build.debuglevel}"
599        deprecation="${build.deprecation}"
600             source="${build.sourcelevel}"
601 +           target="${build.sourcelevel}"
602               fork="true">
603  
604        <compilerarg line="${build.args}"/>
# Line 651 | Line 654
654             debuglevel="${build.debuglevel}"
655             deprecation="${build.deprecation}"
656             source="6"
657 +           target="6"
658             classpath=""
659             bootclasspath="${bootclasspath6}"
660             includeAntRuntime="false"
# Line 680 | Line 684
684             debuglevel="${build.debuglevel}"
685             deprecation="${build.deprecation}"
686             source="6"
687 +           target="6"
688             classpath=""
689 <           bootclasspath="${bootclasspath7}"
689 >           bootclasspath="${bootclasspath6}"
690             includeAntRuntime="false"
691             includeJavaRuntime="false"
692             executable="${javac8}"
# Line 847 | Line 852
852             classpath=""
853             bootclasspath="${bootclasspath6}"
854             source="5"
855 +           target="5"
856             includeAntRuntime="false"
857             includeJavaRuntime="false"
858             executable="${javac7}"
# Line 1031 | Line 1037
1037             bootclasspath="@{jsr166y.jar}:${bootclasspath6}"
1038             classpath=""
1039             source="6"
1040 +           target="6"
1041             includeAntRuntime="false"
1042             includeJavaRuntime="false"
1043             executable="${javac7}"
# Line 1122 | Line 1129
1129             debuglevel="${build.debuglevel}"
1130             deprecation="${build.deprecation}"
1131             source="${build.jsr166e.java.version}"
1132 +           target="${build.jsr166e.java.version}"
1133             classpath=""
1134             includeAntRuntime="false"
1135             includeJavaRuntime="false"
# Line 1148 | Line 1156
1156             debuglevel="${build.debuglevel}"
1157             deprecation="${build.deprecation}"
1158             source="${build.jsr166e.java.version}"
1159 +           target="${build.jsr166e.java.version}"
1160             classpath=""
1161 <           bootclasspath="${bootclasspath7}"
1161 >           bootclasspath="${bootclasspath6}"
1162             includeAntRuntime="false"
1163             includeJavaRuntime="false"
1164             executable="${javac8}"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines