This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: new test ant targetsataylor Jul 7, 2008 8:54 AM (in response to ataylor)you can also do: ant -Dtests.param=**/org/jboss/messaging/tests/unit/**/*Test.class tests 
 and use a different test mask
- 
        2. Re: new test ant targetsclebert.suconic Jul 7, 2008 12:24 PM (in response to ataylor)A very minor issue: 
 The call to compile-report is being done inside "tests" target.
 So, when you do all-tests, you will be compiling the reports about 4 or 5 times.
 So I'm removing the call to compile-report from build-messaging.xml, and making build.xml to call it only once when the test running is completed.
 
    