diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-10-31 14:11:38 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-10-31 14:11:38 +0000 |
| commit | 1b2b1f1db808dd4f9969484e94310ea33b5cd9fb (patch) | |
| tree | 6d90c7fc15defe37e41273ddc8638d79fe7fb26d /qpid/java/build.xml | |
| parent | b5196f5ddaa9e6f3ffc72b5711f7385a9f9e34ea (diff) | |
| download | qpid-python-1b2b1f1db808dd4f9969484e94310ea33b5cd9fb.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@469491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index 91b39881a4..7142f7f308 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -45,6 +45,10 @@ <iterate target="test"/> </target> + <target name="xmltest" description="execute unit tests and produce xml reports"> + <iterate target="xmltest"/> + </target> + <target name="doc" description="produce javadoc for each module"> <iterate target="doc"/> </target> |
