if you want to capture the logs, we'd better declare the relevant task
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@420506 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50ae6461ad
commit
b0bcfc9470
|
|
@ -27,6 +27,9 @@
|
|||
<typedef name="plainlistener"
|
||||
classname="org.apache.ant.antunit.PlainAntUnitListener"/>
|
||||
|
||||
<typedef name="logcapturer"
|
||||
classname="org.apache.ant.antunit.LogCapturer"/>
|
||||
|
||||
<typedef name="logcontains"
|
||||
classname="org.apache.ant.antunit.LogContains"/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue