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:
Steve Loughran 2006-07-10 12:10:14 +00:00
parent 50ae6461ad
commit b0bcfc9470
1 changed files with 3 additions and 0 deletions

View File

@ -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"/>