[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Idiot's guide to setting up mc build in Eclipse?
kabir.khan@jboss.com
do-not-reply at jboss.com
Mon Apr 23 16:00:15 EDT 2007
"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#4039994
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039994
More information about the jboss-dev-forums
mailing list