|
@@ -454,7 +454,7 @@ steps: 1. let <code><junit></code> log the information and 2. convert thes |
|
|
<b><formatter type="xml"/></b> |
|
|
<b><formatter type="xml"/></b> |
|
|
|
|
|
|
|
|
<batchtest fork="yes" <b>todir="${report.dir}"</b>> |
|
|
<batchtest fork="yes" <b>todir="${report.dir}"</b>> |
|
|
<fileset dir="${src.dir}" includes="*Test.java"/> |
|
|
|
|
|
|
|
|
<fileset dir="${src.dir}" includes="**/*Test.java"/> |
|
|
</batchtest> |
|
|
</batchtest> |
|
|
</junit> |
|
|
</junit> |
|
|
</target> |
|
|
</target> |
|
|