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.65 by jsr166, Fri Apr 9 20:10:29 2004 UTC vs.
Revision 1.75 by jsr166, Tue Sep 18 12:46:40 2007 UTC

# Line 30 | Line 30
30    <property name="build.dir"            location="build"/>
31    <property name="build.classes.dir"    location="${build.dir}/classes"/>
32    <property name="build.testcases.dir"  location="${build.dir}/testcases"/>
33  <property name="build.j1.dir"         location="${build.dir}/j1"/>
33    <property name="build.loops.dir"      location="${build.dir}/loops"/>
34    <property name="build.lib.dir"        location="${build.dir}/lib"/>
36  <property name="build.ant.dir"        location="${build.dir}/ant"/>
35    <property name="build.javadocs.dir"   location="${build.dir}/javadocs"/>
36    <property name="build.reports.dir"    location="${build.dir}/reports"/>
37 <  <property name="build.checkstyle.dir" location="${build.dir}/checkstyle"/>
38 <  <property name="build.doccheck.dir"   location="${build.dir}/doccheck"/>
39 <  <property name="build.filter.src.dir" location="${build.dir}/filtersrc"/>
40 <  <property name="build.dc-filter.dir"  location="${build.dir}/filterdocchk"/>
37 >  <property name="build.jsr166x.dir"    location="${build.dir}/jsr166x"/>
38 >  <property name="build.jsr166xlib.dir"        location="${build.dir}/jsr166xlib"/>
39 >  <property name="build.jsr166xjavadocs.dir"   location="${build.dir}/jsr166xjavadocs"/>
40 >
41 >  <property name="build.jsr166y.dir"    location="${build.dir}/jsr166y"/>
42 >  <property name="build.jsr166ylib.dir"        location="${build.dir}/jsr166ylib"/>
43 >  <property name="build.jsr166yjavadocs.dir"   location="${build.dir}/jsr166yjavadocs"/>
44  
45    <!-- Source locations -->
46    <property name="src.dir"              location="${basedir}/src/main"/>
47    <property name="test.src.dir"         location="${basedir}/src/test"/>
47  <property name="j1.src.dir"           location="${basedir}/src/javaone"/>
48    <property name="loops.src.dir"        location="${basedir}/src/loops"/>
49    <property name="tck.src.dir"          location="${test.src.dir}/tck"/>
50    <property name="jtreg.src.dir"        location="${test.src.dir}/jtreg"/>
51  <property name="ant.src.dir"          location="${basedir}/etc/ant"/>
52  <property name="stylesheet.dir"       location="${basedir}/etc/xsl"/>
51    <property name="lib.dir"              location="${basedir}/lib"/>
52    <property name="dist.dir"             location="${basedir}/dist"/>
53 +  <property name="topsrc.dir"           location="${basedir}/src"/>
54 +  <property name="jsr166xsrc.dir"       location="${basedir}/src/jsr166x"/>
55 +  <property name="jsr166ysrc.dir"       location="${basedir}/src/jsr166y"/>
56  
57    <!-- Distribution locations -->
58    <property name="dist.javadocs.dir"    location="${dist.dir}/docs"/>
59 +  <property name="dist.jsr166xjavadocs.dir"    location="${dist.dir}/jsr166xdocs"/>
60 +  <property name="dist.jsr166yjavadocs.dir"    location="${dist.dir}/jsr166ydocs"/>
61  
62    <!-- Jar locations -->
63    <property name="product.jar"          location="${build.lib.dir}/jsr166.jar"/>
64 +  <property name="jsr166xproduct.jar"   location="${build.jsr166xlib.dir}/jsr166x.jar"/>
65 +  <property name="jsr166yproduct.jar"   location="${build.jsr166ylib.dir}/jsr166y.jar"/>
66    <property name="junit.jar"            location="${lib.dir}/junit.jar"/>
67  
68    <!-- Bootclasspath argument -->
# Line 74 | Line 79
79      <pathelement location="${build.loops.dir}"/>
80    </path>
81  
77  <!-- J1 classpath -->
78  <path id="j1.classpath">
79    <pathelement location="${build.j1.dir}"/>
80    <pathelement location="${junit.jar}"/>
81  </path>
82
82  
83    <!-- Main targets -->
84  
# Line 98 | Line 97
97             source="${build.sourcelevel}"
98               fork="true">
99  
100 +      <include name="**/*.java"/>
101 +      <compilerarg value="-XDignore.symbol.file"/>
102 +
103 + <!--
104 +      <exclude name="java/lang/**"/>
105        <compilerarg line="${build.args}"/>
106 +      <compilerarg line="-Xlint -Xmaxwarns 1000"/>
107 + -->
108  
109      </javac>
110  
# Line 133 | Line 139
139      <mkdir dir="${build.javadocs.dir}"/>
140  
141      <javadoc destdir="${build.javadocs.dir}"
142 <                link="http://java.sun.com/j2se/1.4.1/docs/api"
142 >                link="http://java.sun.com/javase/6/docs/api/"
143              overview="${src.dir}/intro.html"
144 <              source="${build.sourcelevel}">
145 <
140 <      <tag name="revised" description="Last revised:"/>
141 <      <tag name="spec"    description="Specified by:"/>
144 >            sourcepath="${src.dir}:/home/dl/1.6.0/j2se/martin/j2se/src/share/classes"
145 >    >          
146  
147        <packageset dir="${src.dir}"/>
148  
# Line 148 | Line 152
152  
153  
154  
151  <target name="doccheck"
152          depends="filter-doccheck"
153          description="Reports on javadoc style errors">
154
155    <delete dir="${build.doccheck.dir}"/>
156    <mkdir dir="${build.doccheck.dir}"/>
157
158    <javadoc doclet="com.sun.tools.doclets.doccheck.DocCheck"
159         docletpath="${lib.dir}/doccheck.jar"
160            destdir="${build.doccheck.dir}">
161      <packageset dir="${build.dc-filter.dir}"/>
162    </javadoc>
163
164    <echo>DocCheck output is in ${build.doccheck.dir}</echo>
165
166  </target>
167
168
169
170  <target name="checkstyle"
171          depends="filter-src"
172          description="Reports on style errors in Java source (verbose, mostly chaff)">
173
174    <taskdef resource="checkstyletask.properties"
175            classpath="${lib.dir}/checkstyle-all-3.1.jar"/>
176
177    <mkdir dir="${build.checkstyle.dir}"/>
178
179    <checkstyle config="etc/checkstyle/sun_checks.xml"
180       failOnViolation="false">
181      <formatter type="xml" toFile="${build.checkstyle.dir}/checkstyle-report.xml"/>
182      <fileset dir="${build.filter.src.dir}" includes="**/*.java"/>
183    </checkstyle>
184
185    <style in="${build.checkstyle.dir}/checkstyle-report.xml"
186          out="${build.checkstyle.dir}/checkstyle-report.html"
187        style="${stylesheet.dir}/checkstyle-frames.xsl"/>
188
189  </target>
190
191
192
155    <target name="dist"
156            depends="init, dist-clean, dist-jar, dist-docs"
157            description="Puts all distributable products in single hierarchy"/>
# Line 243 | Line 205
205      <mkdir dir="${dist.javadocs.dir}"/>
206  
207      <javadoc destdir="${dist.javadocs.dir}"
208 <                link="http://java.sun.com/j2se/1.4.2/docs/api"
208 >            link="http://java.sun.com/javase/6/docs/api/"
209              overview="${src.dir}/intro.html"
248              source="${build.sourcelevel}">
249
250      <packageset dir="${src.dir}"/>
210  
211 +            sourcepath="${src.dir}:/home/dl/1.6.0/j2se/martin/j2se/src/share/classes"
212 +     >
213 + <!--
214 +      <packageset dir="${src.dir}" defaultexcludes="yes">
215 +      <include name="java/util/concurrent"/>
216 +      <include name="java/util/concurrent/atomic"/>
217 +      <include name="java/util/concurrent/locks"/>
218 +      </packageset>
219 + -->
220 +      <fileset dir="${topsrc.dir}" defaultexcludes="yes">
221 +      <include name="main/java/util/concurrent/*.java"/>
222 +      <include name="main/java/util/concurrent/atomic/*.java"/>
223 +      <include name="main/java/util/concurrent/locks/*.java"/>
224 +      <include name="main/java/util/*.java"/>
225 + <!--
226 +      <include name="main/java/util/concurrent/*.html"/>
227 +      <include name="main/java/util/concurrent/atomic/*.html"/>
228 +      <include name="main/java/util/concurrent/locks/*.html"/>
229 +      <include name="main/java/util/*.html"/>
230 + -->
231 + <!--      <include name="jsr166x/*.java"/> -->
232 +      </fileset>
233      </javadoc>
234  
235    </target>
# Line 276 | Line 257
257    </target>
258  
259  
279  <target name="compile-ant-filter"
280          depends="init">
281
282    <mkdir dir="${build.ant.dir}"/>
283
284    <javac srcdir="${ant.src.dir}"
285          destdir="${build.ant.dir}"
286           source="1.4"/>
287
288  </target>
289
290
291  <target name="filter-src"
292          depends="compile-ant-filter">
293
294    <mkdir dir="${build.filter.src.dir}"/>
295
296    <copy todir="${build.filter.src.dir}">
297      <fileset dir="${src.dir}">
298        <include name="**/*.html"/>
299      </fileset>
300    </copy>
301
302    <copy todir="${build.filter.src.dir}">
303      <fileset dir="${src.dir}">
304        <exclude name="**/*.html"/>
305        <!-- Files excluded from dist-docs -->
306        <exclude name="java/util/Random.*"/>
307        <exclude name="sun/misc/Unsafe.*"/>
308      </fileset>
309      <!--
310      <filterchain>
311      -->
312
313        <!--
314         # This filter gets rid of angle-bracketed type parameters
315         # so that javadoc can run on the result. The following
316         # heuristic seems to work:
317         #
318         # For all lines not starting with space(s)-asterisk-space(s),
319         #   replace <something> with a space, where there may be more
320         #   than one right angle bracket at the end, and "something"
321         #   must not contain parens or pipes. (This may need some
322         #   tweaking.)
323         -->
324
325        <!--
326        <filterreader classname="jsr166.ant.filters.ReplaceFilter"
327                      classpath="${build.ant.dir}">
328          <param name="notmatching" value="^\s+\*\s.*$"/>
329          <param name="pattern"     value="&lt;[^|>()]+?>+"/>
330          <param name="replacement" value=" "/>
331        </filterreader>
332        -->
333
334      <!--
335      </filterchain>
336      -->
337    </copy>
338
339  </target>
340
341
342  <target name="filter-doccheck"
343          depends="filter-src">
344
345    <mkdir dir="${build.dc-filter.dir}"/>
346
347    <copy todir="${build.dc-filter.dir}">
348      <fileset dir="${build.filter.src.dir}">
349        <include name="**/*.html"/>
350      </fileset>
351    </copy>
352
353    <property name="generic.declarations"
354             value="/** Fake type parameter. */ public interface E {} /** Fake type parameter. */ public interface T {} /** Fake type parameter. */ public interface K {} /** Fake type parameter. */ public interface V {}"
355    />
356
357    <copy todir="${build.dc-filter.dir}">
358      <fileset dir="${build.filter.src.dir}">
359        <exclude name="**/*.html"/>
360      </fileset>
361      <filterchain>
362        <!--
363         # These two filters try to make the source look like
364         # something that doccheck can process. The first removes
365         # -source 1.4 assertions and the second adds in a bunch
366         # of single letter public nested marker interfaces so that
367         # the generic type parameters are recognized.
368         -->
369
370        <filterreader classname="jsr166.ant.filters.ReplaceFilter"
371                      classpath="${build.ant.dir}">
372          <param name="matching"    value="^\s*assert[\s ].*$"/>
373          <param name="pattern"     value="assert"/>
374          <param name="replacement" value="//assert"/>
375        </filterreader>
376
377        <filterreader classname="jsr166.ant.filters.ReplaceFilter"
378                      classpath="${build.ant.dir}">
379          <param name="matching"    value="^([^*]*(class|interface|implements) .*|)\{.*$"/>
380          <param name="pattern"     value="$"/>
381          <param name="replacement" value=" ${generic.declarations}"/>
382        </filterreader>
383
384      </filterchain>
385    </copy>
386
387  </target>
388
389
260    <target name="compile-tests"
261            depends="jar">
262  
# Line 507 | Line 377
377        <fileset dir="${build.reports.dir}">
378          <include name="TEST-*.xml"/>
379        </fileset>
380 <      <report styledir="${stylesheet.dir}"
511 <                format="${junit.report.format}"
512 <                 todir="${build.reports.dir}"
380 >      <report format="${junit.report.format}" todir="${build.reports.dir}"
381        />
382      </junitreport>
383  
# Line 559 | Line 427
427    </target>
428  
429  
562
563  <!-- Anthill targets -->
564
565  <target name="anthill-build">
566
567    <!-- Override this in user.properties -->
568    <property name="tiger.home" location="e:/j2sdk1.5.0"/>
569
570    <exec resultproperty="result.property" dir="${basedir}" executable="${tiger.home}/bin/java">
571      <arg value="-Xmx256000000"/>
572      <!-- classpath of new JVM -->
573      <arg value="-classpath"/> <arg path="${java.class.path}"/>
574      <!-- location of Ant home directory -->
575      <arg value="-Dant.home=${ant.home}"/>
576      <!-- the Ant main class -->
577      <arg value="org.apache.tools.ant.Main"/>
578      <!-- The build file -->
579      <arg value="-buildfile"/>  <arg value="build.xml"/>
580      <!-- the target to build on the new Ant instance -->
581      <arg value="-DJAVA_HOME=${tiger.home}"/>
582      <arg value="do-anthill-build"/>
583    </exec>
584  </target>
585
586  <target name="do-anthill-build"
587          depends="jar, test, docs, dist-docs"/>
588
589  <target name="anthill-publish">
590
591    <copy todir="${deployDir}/docs/private">
592      <fileset dir="${build.javadocs.dir}"/>
593    </copy>
594
595    <copy todir="${deployDir}/docs/public">
596      <fileset dir="${dist.javadocs.dir}"/>
597    </copy>
598
599    <copy tofile="${deployDir}/index.html"
600          file="${basedir}/etc/anthill-index.html"/>
601
602    <copy todir="${deployDir}/notes">
603      <fileset dir="${basedir}/etc/notes"/>
604    </copy>
605
606  </target>
607
608
609
430    <!-- Various demos and test programs -->
431  
432  
613  <target name="sample" depends="init, configure-compiler"
614          description="Standalone demo program">
615
616    <mkdir dir="${build.testcases.dir}"/>
617
618    <javac srcdir="${test.src.dir}"
619          destdir="${build.testcases.dir}"
620            debug="${build.debug}"
621       debuglevel="${build.debuglevel}"
622      deprecation="${build.deprecation}"
623           source="${build.sourcelevel}"
624             fork="true">
625
626      <include name="jsr166/test/Sample.java"/>
627
628    </javac>
629
630    <copy todir="${build.testcases.dir}">
631      <fileset dir="${test.src.dir}">
632        <include name="**/*.properties"/>
633      </fileset>
634    </copy>
635
636
637    <java classname="jsr166.test.Sample" fork="true">
638      <classpath refid="test.classpath"/>
639      <!-- <jvmarg value="-ea"/> -->
640      <!-- <jvmarg value="-server"/> -->
641      <!-- <arg value="1000"/> -->
642    </java>
643  </target>
644
645
433    <target name="loops" depends="init, configure-compiler"
434            description="Benchmark from Doug Lea's AQS paper">
435  
# Line 668 | Line 455
455    </target>
456  
457  
458 <  <target name="compile-j1" depends="init, configure-compiler">
458 >  <!-- jsr166x -->
459 >
460 >
461 >  <target name="jsr166xcompile"
462 >          depends="init, configure-compiler"
463 >          description="Compiles jsr166x sources">
464  
465 <    <mkdir dir="${build.j1.dir}"/>
465 >    <mkdir dir="${build.jsr166x.dir}"/>
466  
467 <    <javac srcdir="${j1.src.dir}"
468 <          destdir="${build.j1.dir}"
467 >    <javac srcdir="${jsr166xsrc.dir}"
468 >          destdir="${build.jsr166x.dir}"
469              debug="${build.debug}"
470         debuglevel="${build.debuglevel}"
471        deprecation="${build.deprecation}"
472             source="${build.sourcelevel}"
473               fork="true">
474  
475 +      <include name="**/*.java"/>
476        <compilerarg line="${build.args}"/>
684      <classpath refid="j1.classpath"/>
477  
478      </javac>
479  
480    </target>
481  
482  
691  <target name="sw" depends="compile-j1"
692          description="Runs the SwingWorker demo">
483  
484 <    <!--
485 <    <java classname="jsr166.swing.SwingWorkerDemo" fork="true">
486 <      <classpath refid="j1.classpath"/>
697 <    </java>
698 <    -->
484 >  <target name="jsr166xjar"
485 >          depends="jsr166xcompile"
486 >          description="Builds library jar from compiled sources">
487  
488 <    <copy todir="${build.j1.dir}" file="${j1.src.dir}/jsr166/swing/SwingWorker.html"/>
488 >    <mkdir dir="${build.jsr166xlib.dir}"/>
489  
490 <    <exec dir="${build.j1.dir}" executable="appletviewer.exe">
491 <      <arg value="${build.j1.dir}/SwingWorker.html"/>
492 <    </exec>
490 >    <jar destfile="${jsr166xproduct.jar}">
491 >      <fileset dir="${build.jsr166x.dir}"/>
492 >    </jar>
493  
494    </target>
495  
708  <target name="j1" depends="compile-j1"
709          description="Runs a standalone JavaOne program">
496  
711    <java classname="jsr166.misc.SortedEnumSet" fork="true">
712      <classpath refid="j1.classpath"/>
713    </java>
497  
498 <  </target>
498 >  <target name="jsr166xdocs"
499 >          description="Builds javadocs with custom tags to build folder">
500  
501 +    <delete dir="${build.jsr166xjavadocs.dir}"/>
502 +    <mkdir dir="${build.jsr166xjavadocs.dir}"/>
503  
504 <  <target name="test-j1" depends="compile-j1"
505 <          description="Runs testcases from the JavaOne source directories">
504 >    <javadoc destdir="${build.jsr166xjavadocs.dir}"
505 >             link="http://java.sun.com/javase/6/docs/api/"
506  
507 <    <junit printsummary="true"
722 <             showoutput="true"
723 <          errorProperty="junit.failed"
724 <        failureProperty="junit.failed"
725 <                    dir="${build.j1.dir}"
726 <                   fork="true">
507 >            sourcepath="${jsr166xsrc.dir}:/home/dl/1.5.0/j2se/martin/j2se/src/share/classes"
508  
509 <      <!-- <jvmarg value="-server"/> -->
510 <      <classpath refid="j1.classpath"/>
511 <      <formatter type="xml"/>
509 >    >
510 >      <packageset dir="${topsrc.dir}" defaultexcludes="yes">
511 >      <include name="jsr166x"/>
512 >      </packageset>
513  
732      <batchtest todir="${build.j1.dir}">
733        <fileset dir="${j1.src.dir}">
734          <include name="**/*Test.java"/>
735        </fileset>
736      </batchtest>
514  
515 <    </junit>
515 >    </javadoc>
516  
517 <    <available property="junit.report.format"
741 <                  value="frames"
742 <              classname="org.apache.xalan.lib.Redirect"/>
743 <    <property name="junit.report.format" value="noframes"/>
517 >  </target>
518  
745    <junitreport todir="${build.j1.dir}">
746      <fileset dir="${build.j1.dir}">
747        <include name="TEST-*.xml"/>
748      </fileset>
749      <report styledir="${stylesheet.dir}"
750                format="${junit.report.format}"
751                 todir="${build.j1.dir}"
752      />
753    </junitreport>
519  
520 <    <fail message="Test Cases Failed" if="junit.failed"/>
520 >  <target name="jsr166xdist"
521 >          depends="jsr166xdist-clean, jsr166xdist-jar, jsr166xdist-docs"
522 >          description="Puts all distributable products in single hierarchy"/>
523 >
524 >
525 >
526 >  <target name="jsr166xclean"
527 >          description="Removes all build products">
528 >
529 >    <delete dir="${build.jsr166x.dir}"/>
530 >    <delete dir="${build.jsr166xlib.dir}"/>
531  
532    </target>
533  
534  
535  
536 <  <!-- C++ and JNI definitions and demos -->
536 >  <target name="jsr166xdist-clean"
537 >          description="Removes all build and distribution products">
538  
539 <  <target name="configure-cpp">
539 >  </target>
540  
765    <!-- Define tasks and types -->
541  
767    <path id="cpptasks.path">
768      <pathelement location="${lib.dir}/cpptasks.jar"/>
769    </path>
770    <taskdef resource="cpptasks.tasks" classpathref="cpptasks.path"/>
771    <typedef resource="cpptasks.types" classpathref="cpptasks.path"/>
542  
543 <    <!-- Set platform property for JNI includes -->
543 >  <target name="jsr166xdist-docs"
544 >          description="Builds javadocs without custom tags to dist folder">
545  
546 <    <condition property="platform" value="linux">
547 <      <os name="Linux"/>
777 <    </condition>
778 <    <condition property="platform" value="win32">
779 <      <os family="windows"/>
780 <    </condition>
781 <    <condition property="platform" value="solaris">
782 <      <os name="SunOS"/>
783 <    </condition>
546 >    <delete dir="${dist.jsr166xjavadocs.dir}"/>
547 >    <mkdir dir="${dist.jsr166xjavadocs.dir}"/>
548  
549 <  </target>
549 >    <javadoc destdir="${dist.jsr166xjavadocs.dir}"
550 >                link="http://java.sun.com/javase/6/docs/api/"
551 >              source="${build.sourcelevel}">
552  
553 +      <packageset dir="${topsrc.dir}" defaultexcludes="yes">
554 +      <include name="jsr166x"/>
555 +      </packageset>
556  
557 <  <target name="cppdemo" depends="configure-cpp">
557 >    </javadoc>
558  
559 <    <mkdir dir="${build.dir}"/>
559 >  </target>
560  
561 <    <cc multithreaded="true"
562 <                 name="g++"
794 <               objdir="${build.dir}"
795 <              outfile="${build.dir}/CppDemo">
796 <      <fileset dir="${test.src.dir}" includes="CppDemo.cpp"/>
797 <      <libset libs="stdc++"/>
798 <    </cc>
561 >  <target name="jsr166xdist-jar"
562 >          depends="jsr166xclean, jsr166xjar">
563  
564 <    <exec executable="${build.dir}/CppDemo">
801 <      <arg line="count in word frequency of word in command line count"/>
802 <    </exec>
564 >    <copy file="${jsr166xproduct.jar}" todir="${dist.dir}"/>
565  
566    </target>
567  
568 +  <!-- jsr166y -->
569  
807  <target name="jnidemo" depends="init, configure-compiler, configure-cpp">
570  
571 <    <mkdir dir="${build.testcases.dir}"/>
571 >  <target name="jsr166ycompile"
572 >          depends="init, configure-compiler"
573 >          description="Compiles jsr166y sources">
574  
575 <    <javac srcdir="${test.src.dir}"
576 <          destdir="${build.testcases.dir}"
575 >    <mkdir dir="${build.jsr166y.dir}"/>
576 >
577 >    <javac srcdir="${jsr166ysrc.dir}"
578 >          destdir="${build.jsr166y.dir}"
579              debug="${build.debug}"
580         debuglevel="${build.debuglevel}"
581        deprecation="${build.deprecation}"
582             source="${build.sourcelevel}"
583               fork="true">
584 <      <compilerarg value="${bootclasspath.args}"/>
584 >
585 >      <include name="**/*.java"/>
586        <compilerarg line="${build.args}"/>
587 <      <classpath refid="test.classpath"/>
821 <      <include name="JniDemo.java"/>
822 <    </javac>
587 >      <compilerarg value="${bootclasspath.args}"/>
588  
589 <    <javah destdir="${build.testcases.dir}"
590 <      classpathref="test.classpath">
591 <      <class name="JniDemo"/>
827 <    </javah>
828 <
829 <    <cc multithreaded="true"
830 <                 name="g++"
831 <               objdir="${build.dir}"
832 <              outfile="${build.dir}/JniDemo"
833 <              outtype="shared">
834 <
835 <      <compiler>
836 <        <defineset>
837 <          <define name="__int64" value="long long"/>
838 <        </defineset>
839 <        <includepath location="${java.home}/../include"/>
840 <        <includepath location="${java.home}/../include/${platform}"/>
841 <        <compilerarg value="-mno-cygwin"/>
842 <      </compiler>
843 <
844 <      <linker>
845 <        <linkerarg value="--add-stdcall-alias"/>
846 <      </linker>
847 <
848 <      <includepath location="${build.testcases.dir}"/>
849 <
850 <      <fileset dir="${test.src.dir}" includes="JniDemo.cpp"/>
851 <
852 <      <libset libs="stdc++"/>
853 <
854 <    </cc>
855 <
856 <    <!-- Necessary if windows, harmless if not -->
857 <    <copy file="${build.dir}/libJniDemo.so" tofile="${build.dir}/JniDemo.dll"/>
858 <
859 <    <java classname="JniDemo" fork="true">
860 <      <!-- Watch out: path separator hardwired to semicolon here! -->
861 <      <sysproperty key="java.library.path" path="${java.library.path};${build.dir}"/>
862 <      <classpath refid="test.classpath"/>
863 <      <arg line="count in word frequency of word in command line count"/>
864 <    </java>
589 > <!--       <compilerarg line="-Xlint -Xmaxwarns 1000"/> -->
590 >
591 >    </javac>
592  
593    </target>
594  
595  
596  
597 <  <!-- Backward compatibility, work in progress (some files not checked in) -->
597 >  <target name="jsr166yjar"
598 >          depends="jsr166ycompile"
599 >          description="Builds library jar from compiled sources">
600  
601 +    <mkdir dir="${build.jsr166ylib.dir}"/>
602  
603 +    <jar destfile="${jsr166yproduct.jar}">
604 +      <fileset dir="${build.jsr166y.dir}"/>
605 +    </jar>
606 +
607 +  </target>
608  
874  <property name="pretiger.src.dir"     location="${build.dir}/pretiger/src"/>
875  <property name="build.pretiger.dir"   location="${build.dir}/pretiger/classes"/>
876  <property name="pretiger.jar"         location="${build.lib.dir}/jsr166-pretiger.jar"/>
877  <property name="pretiger.sourcelevel" value="1.4"/>
609  
879  <target name="defang"
880       depends="init"
881   description="Generates pre-Tiger compatible source">
610  
611 <    <delete dir="${pretiger.src.dir}"/>
612 <    <mkdir dir="${pretiger.src.dir}"/>
611 >  <target name="jsr166ydocs"
612 >          description="Builds javadocs with custom tags to build folder">
613 >
614 >    <delete dir="${build.jsr166yjavadocs.dir}"/>
615 >    <mkdir dir="${build.jsr166yjavadocs.dir}"/>
616 >
617 >    <javadoc destdir="${build.jsr166yjavadocs.dir}"
618 >                link="http://java.sun.com/javase/6/docs/api/"
619 >            sourcepath="${jsr166ysrc.dir}:/home/dl/1.5.0/j2se/martin/j2se/src/share/classes"
620 >
621 >    >
622 >      <packageset dir="${topsrc.dir}" defaultexcludes="no">
623 >      <include name="jsr166y"/>
624 >      </packageset>
625  
626 <    <exec executable="perl">
627 <      <arg file="etc/defang.pl"/>
888 <      <!-- <arg value="-v"/> -->
889 <      <arg value="-s"/> <arg file="${src.dir}"/>
890 <      <arg value="-t"/> <arg file="${pretiger.src.dir}"/>
891 <    </exec>
626 >
627 >    </javadoc>
628  
629    </target>
630  
895  <target name="compile-pretiger"
896          depends="init, configure-compiler, defang"
897          description="Compiles pre-Tiger sources to build folder">
631  
632 <    <mkdir dir="${build.pretiger.dir}"/>
632 >  <target name="jsr166ydist"
633 >          depends="jsr166ydist-clean, jsr166ydist-jar, jsr166ydist-docs"
634 >          description="Puts all distributable products in single hierarchy"/>
635  
901    <javac srcdir="${pretiger.src.dir}"
902          destdir="${build.pretiger.dir}"
903            debug="${build.debug}"
904       debuglevel="${build.debuglevel}"
905      deprecation="${build.deprecation}"
906           source="${pretiger.sourcelevel}"
907             fork="true">
636  
909      <compilerarg line="${build.args}"/>
910      <exclude name="**/Thread.java"/>
637  
638 <    </javac>
638 >  <target name="jsr166yclean"
639 >          description="Removes all build products">
640 >
641 >    <delete dir="${build.jsr166y.dir}"/>
642 >    <delete dir="${build.jsr166ylib.dir}"/>
643  
644    </target>
645  
916  <target name="pretiger" depends="compile-pretiger">
646  
918    <mkdir dir="${build.lib.dir}"/>
647  
648 <    <jar destfile="${pretiger.jar}">
649 <      <fileset dir="${build.pretiger.dir}">
650 <      </fileset>
651 <    </jar>
648 >  <target name="jsr166ydist-clean"
649 >          description="Removes all build and distribution products">
650 >
651 >  </target>
652 >
653 >  <target name="jsr166ydist-docs"
654 >          description="Builds javadocs without custom tags to dist folder">
655 >
656 >    <delete dir="${dist.jsr166yjavadocs.dir}"/>
657 >    <mkdir dir="${dist.jsr166yjavadocs.dir}"/>
658 >
659 >    <javadoc destdir="${dist.jsr166yjavadocs.dir}"
660 >                link="http://java.sun.com/javase/6/docs/api/"
661 >              source="${build.sourcelevel}">
662 >      <fileset dir="${topsrc.dir}" defaultexcludes="yes">
663 >      <include name="jsr166y/*.java"/>
664 >      <include name="jsr166y/forkjoin/*.java"/>
665 >            </fileset>
666 >    </javadoc>
667 >
668 >  </target>
669 >
670 >  <target name="jsr166ydist-jar"
671 >          depends="jsr166yclean, jsr166yjar">
672 >
673 >    <copy file="${jsr166yproduct.jar}" todir="${dist.dir}"/>
674  
675    </target>
676  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines