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.129 by jsr166, Wed Jan 23 07:17:13 2013 UTC vs.
Revision 1.131 by jsr166, Fri Feb 1 18:31:17 2013 UTC

# Line 22 | Line 22
22    $HOME/jdk/src/jdk8
23    where each of the above is a complete JDK source tree
24    (e.g. mercurial forest) or a symlink to same.
25 + As of 2013-02, the very latest lambda 8 jdk is needed for jdk8.
26   ------------------------------------------------------------------------------
27    </description>
28  
# Line 41 | Line 42
42    <property name="build.debug"          value="true"/>
43    <property name="build.debuglevel"     value="source,lines,vars"/>
44    <property name="build.deprecation"    value="false"/>
45 +  <property name="build.javadoc.access" value="protected"/>
46  
47    <!-- Build locations -->
48    <property name="build.dir"                   location="build"/>
# Line 281 | Line 283
283               packagenames="none"
284               link="${jdkapi8docs.url}"
285               overview="${src.dir}/intro.html"
286 +             access="${build.javadoc.access}"
287               sourcepath="${src.dir}:${jdk8src.dir}"
288               classpath=""
289               executable="${javadoc8}">
# Line 410 | Line 413
413  
414    </target>
415  
416 +  <target name="test-tck"
417 +          depends="jar"
418 +          description="Runs tck tests for main directly">
419 +
420 +    <run-tck-tests
421 +      target="8"
422 +      workdir="${build.dir}"
423 +      classes="${product.jar}"/>
424 +  </target>
425  
426    <target name="run-tests"
427            depends="compile-tests">
# Line 672 | Line 684
684               packagenames="none"
685               link="${jdkapi7docs.url}"
686               overview="${4jdk7src.dir}/intro.html"
687 +             access="${build.javadoc.access}"
688               sourcepath="${4jdk7src.dir}:${jdk7src.dir}"
689               classpath=""
690               executable="${javadoc7}">
# Line 763 | Line 776
776      <javadoc destdir="${jsr166xdocs.dir}"
777               packagenames="jsr166x.*"
778               link="${jdkapidocs.url}"
779 +             access="${build.javadoc.access}"
780               sourcepath="${topsrc.dir}:${jdk6src.dir}"
781               bootclasspath="${bootclasspath6}"
782               source="5"
# Line 853 | Line 867
867      <javadoc destdir="${jsr166ydocs.dir}"
868               packagenames="jsr166y.*"
869               link="${jdkapidocs.url}"
870 +             access="${build.javadoc.access}"
871               sourcepath="${topsrc.dir}:${jdk6src.dir}"
872               bootclasspath="${bootclasspath6}"
873               source="6"
# Line 943 | Line 958
958      <javadoc destdir="${extra166ydocs.dir}"
959               packagenames="extra166y.*"
960               link="${jdkapidocs.url}"
961 +             access="${build.javadoc.access}"
962               sourcepath="${topsrc.dir}:${jdk6src.dir}"
963               bootclasspath="${bootclasspath6}"
964               source="6"
# Line 1030 | Line 1046
1046      <javadoc destdir="${jsr166edocs.dir}"
1047               packagenames="jsr166e.*"
1048               link="${jdkapidocs.url}"
1049 +             access="${build.javadoc.access}"
1050               sourcepath="${topsrc.dir}:${jdk7src.dir}"
1051               source="7"
1052               executable="${javadoc7}">
# Line 1078 | Line 1095
1095      <mirror-dir src="${jsr166edocs.dir}" dst="${dist.jsr166edocs.dir}"/>
1096    </target>
1097  
1098 +
1099 + <!-- Find buglets that can be detected by static build tools -->
1100 +
1101 +  <target name="lint">
1102 +    <antcall target="dists">
1103 +      <param name="build.javadoc.access" value="private"/>
1104 +    </antcall>
1105 +  </target>
1106 +
1107 +
1108   </project>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines