"alesj" wrote : What's the easiest way to see which tests fail?
|
| If I do something like 'mvn test > tests.txt' I get a 2.5MB big text file,
not being able to distinguish between expected failures and the actual ones.
If I try to do
$mvn install > blah.txt
OR
$mvn surefire-report:report > blah.txt
I get the following error (on cygwin)
| : No such file or directoryn/mvn: line 103: cd:
/home/Kabir/sourcecontrol/microcontainer-mvn/aop-mc-int
| java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher
| Exception in thread "main"
|
$ ant whatever > blah.txt
did work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039994#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...