[ 
http://jira.codehaus.org/browse/MANT-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann closed MANT-7.
--------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 2.1

Fixed in [r640004|http://svn.apache.org/viewvc?view=rev&revision=640004] as 
proposed by Matt.

> "test" target should support running a single test - just like mvn test does
> ----------------------------------------------------------------------------
>
>                 Key: MANT-7
>                 URL: http://jira.codehaus.org/browse/MANT-7
>             Project: Maven 2.x Ant Plugin
>          Issue Type: Improvement
>            Reporter: Matt Raible
>            Assignee: Benjamin Bentmann
>             Fix For: 2.1
>
>
>       <batchtest todir="${maven.test.reports}" if="test">
>         <fileset dir="src/test/java">
>           <include name="**/*${test}"/>
>           <exclude name="**/*Abstract*Test.java"/>
>         </fileset>
>       </batchtest>
>       <batchtest todir="${maven.test.reports}" unless="test">
>         <fileset dir="src/test/java">
>           <include name="**/*Test.java"/>
>           <exclude name="**/*Abstract*Test.java"/>
>         </fileset>
>       </batchtest>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to