You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Matt Raible (JIRA)" <ji...@codehaus.org> on 2006/02/09 19:44:47 UTC

[jira] Created: (MANT-7) "test" target should support running a single test - just like mvn test does

"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
        Type: Improvement

    Reporter: Matt Raible


      <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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org