diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-10-31 14:49:04 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-10-31 14:49:04 +0000 |
| commit | 2c78ceb1faaad9c9e57ad7c815ceea82f9ff15a1 (patch) | |
| tree | 2b350e8cafce012d0fa76056d0e663778378332b /java/build.xml | |
| parent | 241268194081a2ec3d3acc7ea147ca1e085bbcee (diff) | |
| download | qpid-python-2c78ceb1faaad9c9e57ad7c815ceea82f9ff15a1.tar.gz | |
Additions to build system to cause junit to produce a report
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@469504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
| -rw-r--r-- | java/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/build.xml b/java/build.xml index 7142f7f308..c2e897e006 100644 --- a/java/build.xml +++ b/java/build.xml @@ -45,8 +45,8 @@ <iterate target="test"/> </target> - <target name="xmltest" description="execute unit tests and produce xml reports"> - <iterate target="xmltest"/> + <target name="testreport" description="execute unit tests and produce reports"> + <iterate target="testreport"/> </target> <target name="doc" description="produce javadoc for each module"> |
