|
Thanks, David. That fixed the import errors, but there are some others
I've included here: ================================================================ java:compile: [depend] Deleted 0 out of date files in 0 seconds [echo] Compiling to /home/craigj/geronimo/modules/jetty/target/classes [javac] Compiling 50 source files to /home/craigj/geronimo/modules/jetty/target/classes /home/craigj/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAppContext.java:103: cannot resolve symbol symbol : method setConfiguration (org.apache.geronimo.jetty.JettyXMLConfiguration) location: class org.apache.geronimo.jetty.JettyWebAppContext setConfiguration(new JettyXMLConfiguration(this)); ^ /home/craigj/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAppJACCContext.java:116: cannot resolve symbol symbol : method setConfiguration (org.apache.geronimo.jetty.JettyXMLConfiguration) location: class org.apache.geronimo.jetty.JettyWebAppJACCContext setConfiguration(new JettyXMLConfiguration(this)); ^ /home/craigj/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAppJACCContext.java:390: cannot resolve symbol symbol : method getConfiguration () location: class org.apache.geronimo.jetty.JettyWebAppJACCContext ((JettyXMLConfiguration) this.getConfiguration()).configure(policyConfiguration, securityConfig); ^ /home/craigj/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyXMLConfiguration.java:71: cannot resolve symbol symbol : constructor XMLConfiguration (org.apache.geronimo.jetty.JettyWebAppContext) location: class org.mortbay.jetty.servlet.XMLConfiguration super(context); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -deprecation for details. 4 errors ================================================================ David Blevins wrote: On Tue, Sep 28, 2004 at 10:39:04PM -0700, Craig Johannsen wrote:Maven is downloading a 0 byte org.mortbay.jetty-5.0.1-SNAPSHOT.jar, which is causing org.mortbay imports to fail. No doubt, someone knows how to fix this. |
- Jetty module build fails Craig Johannsen
- Re: Jetty module build fails David Blevins
- Craig Johannsen
