Browse Source

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.
tags/mostlyLastEclipse2xTree_20040112
acolyer 21 years ago
parent
commit
99ebf5fe2d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build/release/build.xml

+ 1
- 1
build/release/build.xml View File

@@ -407,7 +407,7 @@
depends="init-variables,init-junitTests-available">
<antcall target="do-run-ant">
<param name="run.ant.file" value="junitModules.xml"/>
<param name="ant.target" value=""/>
<param name="ant.target" value="test-all"/>
<param name="ant.dir"
location="${aspectj.modules.dir}/tests"/>
<param name="ant.output"

Loading…
Cancel
Save