|
I’ve been trying to compile Geronimo, but with a clean
cvs copy and a clean repository, the command maven
build fails with the following errors: Thanks for your help, Matt [javac] Compiling 22 source files
to /home/geronimo/incubator-geronimo/modules/web/target/classes /home/geronimo/incubator-geronimo/modules/web/src/java/org/apache/geronimo/web/AbstractWebContainer.java:134:
cannot resolve symbol symbol : class AbstractWebContainerMBean location: class org.apache.geronimo.web.AbstractWebContainer implements WebContainer, AbstractWebContainerMBean, MBeanRegistration
{ ^ /home/geronimo/incubator-geronimo/modules/web/src/java/org/apache/geronimo/web/jetty/JettyWebApplication.java:25:
cannot resolve symbol symbol : class JettyWebApplicationMBean location: class org.apache.geronimo.web.jetty.JettyWebApplication public class JettyWebApplication extends AbstractWebApplication
implements JettyWebApplicationMBean {
^ /home/geronimo/incubator-geronimo/modules/web/target/xdoclet/jmx/org/apache/geronimo/web/jetty/JettyWebContainerMBean.java:69:
cannot resolve symbol symbol : class AbstractWebContainerMBean location: package
web extends
org.apache.geronimo.web.AbstractWebContainerMBean ^ 3 errors BUILD FAILED File...... file:/home/geronimo/incubator-geronimo/ Element... maven:reactor Line...... 134 Column.... 27 Unable to obtain goal [default] --
file:/root/.maven/plugins/maven-java-plugin-1.3/:34:48: <ant:javac> Compile failed; see the compiler error
output for details. Total time: 3 minutes 30 seconds Finished at: Sun Nov 16 07:51:04 PST 2003 -- Matt Kurjanowicz [EMAIL PROTECTED] |
