"test" targets should fail if junit.jar not present
---------------------------------------------------

         Key: MANT-6
         URL: http://jira.codehaus.org/browse/MANT-6
     Project: Maven 2.x Ant Plugin
        Type: Improvement

    Reporter: Matt Raible


IMO, it's better to fail than to not run the tests.

        <available classname="junit.framework.TestCase" 
property="junit.present"/>
        <fail unless="junit.present" message="Please copy 
web/WEB-INF/lib/junit.jar into ${env.ANT_HOME}/lib"/>

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to