ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 6 20:48:55 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.40: +1 -0 lines
Diff to previous 1.40
Add AtomicBooleanTest and remove duplicate from emulation jar

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 6 18:34:44 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.39: +12 -4 lines
Diff to previous 1.39
Fixed emulation jar exclusions, uncommented first atomics test

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 31 17:24:03 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.38: +1 -0 lines
Diff to previous 1.38
Including build.classes.dir in compile-time bootclasspath allows
partial recompilation of source. (Without it, the recompiled classes
don't see the already compiled classes.)

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 30 21:27:52 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.37: +0 -2 lines
Diff to previous 1.37
Removed obsolete comments.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 30 03:24:18 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.36: +51 -39 lines
Diff to previous 1.36
Added test of new JSR-201 syntax features.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 29 17:29:08 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.35: +58 -20 lines
Diff to previous 1.35
Abortive attempt to use doccheck.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 29 15:53:58 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.34: +1 -7 lines
Diff to previous 1.34
build.nothreads defaults to false again

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 29 14:56:37 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.33: +12 -10 lines
Diff to previous 1.33
Default gjc.version to 2.0 and build.nothreads to true for 2.0 only.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 29 12:54:10 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.32: +28 -4 lines
Diff to previous 1.32
Add nothreads option.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 29 04:35:42 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.31: +114 -81 lines
Diff to previous 1.31
Allow configuring compiler for 1.3, 2.0-variance, and 2.0-novariance.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 21:15:50 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.30: +33 -18 lines
Diff to previous 1.30
Source filtering was doing the HTML as well.
Prepare for latest version of generic compiler.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 14:19:25 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.29: +16 -12 lines
Diff to previous 1.29
Windows uses emulation by default.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 14:09:03 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.28: +21 -36 lines
Diff to previous 1.28
Build native jar separately from emulation jar.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 13:37:59 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.27: +121 -65 lines
Diff to previous 1.27
Omit Random and Unsafe from emulation jar.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 00:33:17 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.26: +135 -22 lines
Diff to previous 1.26
Emulation classes available by setting build.emulation property.
Dist-docs hides non-JSR166 classes, Random and Unsafe.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 16:21:52 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
Add src.dir to boot class path

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 19 11:33:20 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
Use docsourcelevel for dist javadoc as well as main javadoc.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 19 03:02:39 2003 UTC (20 years, 11 months ago) by dholmes
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23
Added docsourcelevel attribute so that javac/javadoc don't user the same
attributes - thus allowing use of generics enabled javac while still having
plain old javadoc.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 17 21:20:50 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.22: +3 -1 lines
Diff to previous 1.22
Allow user specific restriction of testcases.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 14 21:30:37 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.21: +11 -18 lines
Diff to previous 1.21
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 14 04:14:07 2003 UTC (21 years, 1 month ago) by tim
Branch: MAIN
Changes since 1.20: +6 -8 lines
Diff to previous 1.20
Added TimerExecutor example in test area.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 20 18:25:51 2003 UTC (21 years, 3 months ago) by tim
Branch: MAIN
Changes since 1.19: +0 -1 lines
Diff to previous 1.19
No need to create notes dir explicitly.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 20 18:25:07 2003 UTC (21 years, 3 months ago) by tim
Branch: MAIN
Changes since 1.18: +4 -0 lines
Diff to previous 1.18
Added some long winded notes on executor use.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 16 15:32:55 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.17: +37 -13 lines
Diff to previous 1.17
Add usage target

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 13 07:09:11 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.16: +2 -0 lines
Diff to previous 1.16
Prettier front page for build results than a directory listing.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 13 06:34:04 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.15: +47 -10 lines
Diff to previous 1.15
Added doccheck target, not working yet.
Added strip target to produce "angle-bracket free" code

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 12 23:50:31 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.14: +10 -1 lines
Diff to previous 1.14
Add checkstyle target

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 12 20:23:16 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.13: +16 -0 lines
Diff to previous 1.13
Add Anthill targets

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 11 22:52:29 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.12: +3 -1 lines
Diff to previous 1.12
Add type parameters to CopyOnWriteArrayList/Set.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 11 21:40:56 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.11: +5 -2 lines
Diff to previous 1.11
Put jsr166 jar on bootclasspath for testing.
Remove sample test and replace with simple tests of jsr166 classes.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 11 15:59:11 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.10: +63 -41 lines
Diff to previous 1.10
Ignore dist directory, control -warnunchecked setting from property,
add init target to print banner with version.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 11 05:16:42 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.9: +5 -2 lines
Diff to previous 1.9
Distribution copies jar product from build folder to dist folder.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 11 05:04:04 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.8: +31 -19 lines
Diff to previous 1.8
Public docs go to dist folder, private docs stay in build folder.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 11 04:43:23 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.7: +25 -6 lines
Diff to previous 1.7
Split docs into public and private builds. Public builds don't show
the custom tags.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 10 15:05:41 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
Clean filtersrc along with javadocs before building docs

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 10 15:02:46 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.5: +7 -3 lines
Diff to previous 1.5
Turn on -deprecation and -warnunchecked for compilation.
Always clean docs before building.
Fix a bunch of unchecked assignments.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 8 19:06:09 2002 UTC (21 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Upgraded generic compiler to 1.3-ea

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 4 04:30:54 2002 UTC (21 years, 4 months ago) by dholmes
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
Added more custom tags

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 9 23:45:31 2002 UTC (21 years, 6 months ago) by tim
Branch: MAIN
Changes since 1.2: +5 -1 lines
Diff to previous 1.2
No need to include junit.jar on test.classpath, document
that it must be in ${ant.home}/lib.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 8 14:43:34 2002 UTC (21 years, 6 months ago) by tim
Branch: MAIN
Changes since 1.1: +14 -7 lines
Diff to previous 1.1
Move bootclasspath from argument line to nested element of javac.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 7 04:07:37 2002 UTC (21 years, 6 months ago) by tim
Branch: MAIN
Added Ant build file and support files to allow compilation of source
with -gj and javadoc generation from the same source.
Also added a sample JUnit test case.

Convenience Links

Links to HEAD: (view) (download) (as text) (annotate) Links to JSR166_PRELIMINARY_TEST_RELEASE_1: (view) (download) (as text) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a