[jboss-dev-forums] [Design of JBoss Build System] - Re: NPE unless clean done first
pgier
do-not-reply at jboss.com
Mon Dec 17 00:24:56 EST 2007
Usually the only time I see things like this is if I do an svn update and then a mvn install without cleaning. I'm guessing some of the classes that should be recompiled are not, and a clean usually fixes it. Maybe there is a bug in the compiler plugin that does not correctly determine out of date classes.
In your case, maybe one of the tests was removed or renamed? And now surefire can't find something it's looking for? That's all I can think of that could cause an error like that.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113264#4113264
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113264
More information about the jboss-dev-forums
mailing list