You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Craig Johannsen <cj...@shaw.ca> on 2004/09/29 07:39:04 UTC

Jetty module build fails

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.

Cheers,
Craig


Re: Jetty module build fails

Posted by Craig Johannsen <cj...@shaw.ca>.
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.
>>
>>    
>>
>
>Just snagged the latest jar and posted it.  Give it a shot now.
>
>-David
>
>  
>

Re: Jetty module build fails

Posted by David Blevins <da...@visi.com>.
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.
> 

Just snagged the latest jar and posted it.  Give it a shot now.

-David