Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
red hat linux 9.0, kernel 2.4.2
Description
java:compile:
[touch] Creating /home/karan/geronimo/modules/jetty/target/xmlbeans/tstamp
[depend] Deleted 0 out of date files in 0 seconds
[echo] Compiling to /home/karan/geronimo/modules/jetty/target/classes
[javac] Compiling 50 source files to /home/karan/geronimo/modules/jetty/targ
et/classes
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pContext.java:103: cannot resolve symbol
symbol : method setConfiguration (org.apache.geronimo.jetty.JettyXMLConfigurati
on)
location: class org.apache.geronimo.jetty.JettyWebAppContext
setConfiguration(new JettyXMLConfiguration(this));
^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pJACCContext.java:116: cannot resolve symbol
symbol : method setConfiguration (org.apache.geronimo.jetty.JettyXMLConfigurati
on)
location: class org.apache.geronimo.jetty.JettyWebAppJACCContext
setConfiguration(new JettyXMLConfiguration(this));
^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pJACCContext.java:390: cannot resolve symbol
symbol : method getConfiguration ()
location: class org.apache.geronimo.jetty.JettyWebAppJACCContext
((JettyXMLConfiguration) this.getConfiguration()).configure(policyCo
nfiguration, securityConfig);
^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyXMLCo nfiguration.java:71: cannot resolve symbol
symbol : constructor XMLConfiguration (org.apache.geronimo.jetty.JettyWebAppCon text)
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
BUILD FAILED
File...... /home/karan/geronimo/maven.xml
Element... maven:reactor
Line...... 238
Column.... 27
Unable to obtain goal [default] – /home/karan/.maven/cache/maven-java-plugin-1. 4/plugin.jelly:53:48: <ant:javac> Compile failed; see the compiler error output for details.
Total time: 15 minutes 4 seconds
Finished at: Wed Sep 29 10:24:53 EDT 2004
[karan@j2ee geronimo]$ kernel