]> source.dussan.org Git - aspectj.git/commit
When performing a release build, run the test-all target in junitModules.xml rather...
authoracolyer <acolyer>
Mon, 29 Sep 2003 15:34:51 +0000 (15:34 +0000)
committeracolyer <acolyer>
Mon, 29 Sep 2003 15:34:51 +0000 (15:34 +0000)
commit99ebf5fe2d58535da0dcff64f9a701de94a3e3c6
treebd7652b71283406d1ff831cfcd8f80b2fdee1c97
parent0043498e4384daa48bdd0e976003148e5d06ac53
When performing a release build, run the test-all target in junitModules.xml rather than the default one.
This causes the ajc tests to be run a second time, but has the advantage of creating the junit xml output
files for the ajc tests - which are needed by cruise control. Since cruise control will be the dominant caller of
this script, the extra overhead of running tests multiple times is acceptable.
build/release/build.xml