[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Maven build broken again - Microcontainer
adrian@jboss.org
do-not-reply at jboss.com
Thu Jan 24 19:39:35 EST 2008
I managed to hack the pom to remove the jdocbook requirement locally.
This let me build the project.
I need to figure out how to build it properly.
I also fixed the eclipse classpaths since it looks like we don't need
oswego concurrent anymore (thanks to Alex fixing JBossXB)
but it broke all the .classpath files when Maven didn't download it :-)
I'm also still seeing these spurious NPEs.
This error actually represents a ClassNotFoundException
in a testcase, but its not very informative unless you do a
clean build when it shows the real the error in the compilation stage.
Where's the maven equivalent of the up-to-date task that ant
has to remove obsolete/stale classes?
| [INFO] ------------------------------------------------------------------------
| [ERROR] FATAL ERROR
| [INFO] ------------------------------------------------------------------------
| [INFO] null
| [INFO] ------------------------------------------------------------------------
| [DEBUG] Trace
| java.lang.NullPointerException
| at org.apache.maven.plugin.surefire.SurefirePlugin.constructSurefireBooter(SurefirePlugin.java:594)
| at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:391)
| at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123282#4123282
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123282
More information about the jboss-dev-forums
mailing list