Browse Source

Another miss…

master
Gintas Grigelionis 7 years ago
parent
commit
45cda27412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manual/tutorial-HelloWorldWithAnt.html

+ 1
- 1
manual/tutorial-HelloWorldWithAnt.html View File

@@ -454,7 +454,7 @@ steps: 1. let <code>&lt;junit&gt;</code> log the information and 2. convert thes
<b>&lt;formatter type="xml"/&gt;</b>

&lt;batchtest fork="yes" <b>todir="${report.dir}"</b>&gt;
&lt;fileset dir="${src.dir}" includes="*Test.java"/&gt;
&lt;fileset dir="${src.dir}" includes="**/*Test.java"/&gt;
&lt;/batchtest&gt;
&lt;/junit&gt;
&lt;/target&gt;


Loading…
Cancel
Save