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 | 6121ec7f17056b1ec86ba5c59ece2b0356161ce4 (patch) | |
| tree | 5068649a9b9cfc99bdfde8a6a856ed6a573eb2e1 /qpid/java/build.xml | |
| parent | 1b2b1f1db808dd4f9969484e94310ea33b5cd9fb (diff) | |
| download | qpid-python-6121ec7f17056b1ec86ba5c59ece2b0356161ce4.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@469504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index 7142f7f308..c2e897e006 100644 --- a/qpid/java/build.xml +++ b/qpid/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"> |
