Not sure if this is a Geronimo or Tuscany list question but I'll start here first. I'm trying to compile the Geronimo Tuscany plugin. I checked out
http://svn.apache.org/repos/asf/geronimo/plugins/tuscany/ When I run mvn I get.... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] ------------------------------------------------------------------------ [INFO] Geronimo Tuscany Integration parent ................... SUCCESS [3.562s] [INFO] Geronimo Plugins :: Tuscany ........................... SUCCESS [11.750s] [INFO] Geronimo Plugins :: Tuscany Servlet Host for Geronimo Tomcat FAILED [3.6 72s] [INFO] Geronimo Plugins :: Tuscany Implementation Web Runtime for Geronimo SUCC ESS [16.094s] [INFO] Geronimo Plugins :: Tuscany Implementation EJB Runtime for Geronimo SUCC ESS [3.031s] [INFO] Geronimo Plugins :: Tuscany Plugin for Geronimo Tomcat SKIPPED (dependen cy build failed or was skipped) [INFO] Geronimo Plugins :: Tuscany Servlet Host for Geronimo Jetty FAILED [25.9 06s] [INFO] Geronimo Plugins :: Tuscany Plugin for Geronimo Jetty . SKIPPED (dependen cy build failed or was skipped) [INFO] ------------------------------------------------------------------------ [INFO] Error for project: Geronimo Plugins :: Tuscany Servlet Host for Geronimo Tomcat (during install) [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure C:\simon\geronimo\tuscany\trunk\geronimo-tuscany-http-tomcat\src\main\java\org\a pache\geronimo\tuscany\http\tomcat\GeronimoServletHost.java:[65,7] org.apache.ge ronimo.tuscany.http.tomcat.GeronimoServletHost is not abstract and does not over ride abstract method addServletMapping(java.lang.String,javax.servlet.Servlet,or g.apache.tuscany.sca.host.http.SecurityContext) in org.apache.tuscany.sca.host.h ttp.ServletHost C:\simon\geronimo\tuscany\trunk\geronimo-tuscany-http-tomcat\src\main\java\org\a pache\geronimo\tuscany\http\tomcat\GeronimoServletHost.java:[65,7] org.apache.ge ronimo.tuscany.http.tomcat.GeronimoServletHost is not abstract and does not over ride abstract method addServletMapping(java.lang.String,javax.servlet.Servlet,or g.apache.tuscany.sca.host.http.SecurityContext) in org.apache.tuscany.sca.host.h ttp.ServletHost [INFO] ------------------------------------------------------------------------ [INFO] Error for project: Geronimo Plugins :: Tuscany Servlet Host for Geronimo Jetty (during install) [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure C:\simon\geronimo\tuscany\trunk\geronimo-tuscany-http-jetty\src\main\java\org\ap ache\geronimo\tuscany\http\jetty\GeronimoServletHost.java:[85,7] org.apache.gero nimo.tuscany.http.jetty.GeronimoServletHost is not abstract and does not overrid e abstract method addServletMapping(java.lang.String,javax.servlet.Servlet,org.a pache.tuscany.sca.host.http.SecurityContext) in org.apache.tuscany.sca.host.http .ServletHost C:\simon\geronimo\tuscany\trunk\geronimo-tuscany-http-jetty\src\main\java\org\ap ache\geronimo\tuscany\http\jetty\GeronimoServletHost.java:[85,7] org.apache.gero nimo.tuscany.http.jetty.GeronimoServletHost is not abstract and does not overrid e abstract method addServletMapping(java.lang.String,javax.servlet.Servlet,org.a pache.tuscany.sca.host.http.SecurityContext) in org.apache.tuscany.sca.host.http .ServletHost First of all am I trying the compile the right code? Simon
