2009/7/5 Stefan Bodewig <bode...@apache.org>: > To whom it may engage... > > This is an automated request, but not an unsolicited one. For > more information please visit http://gump.apache.org/nagged.html, > and/or contact the folk at gene...@gump.apache.org. > > Project tomcat-catalina has an issue affecting its community integration. > This issue affects 3 projects, > and has been outstanding for 3 runs. > The current state of this project is 'Failed', with reason 'Build Failed'. > For reference only, the following projects are affected by this: > - jakarta-tomcat-4.0 : Servlet 2.3 and JSP 1.2 Reference Implementation > - jakarta-tomcat-coyote-tomcat4 : Connectors to various web servers > - tomcat-catalina : Servlet 2.3 and JSP 1.2 Reference Implementation > > > Full details are available at: > > http://vmgump.apache.org/gump/public/jakarta-tomcat-4.0/tomcat-catalina/index.html > > (...) > [javac] symbol : class HttpSessionAttributeListener > [javac] location: class org.apache.catalina.session.StandardSession > [javac] if (!(listeners[i] instanceof > HttpSessionAttributeListener)) > [javac] ^ > [javac] > /srv/gump/public/workspace/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session/StandardSession.java:1142: > cannot find symbol >(...)
If one looks at http://vmgump.apache.org/gump/public-jars/jakarta-servletapi-4/jars/ there are the following versions of servletapi.jar: [ ] servletapi-gump-02072009.jar 02-Jul-2009 01:40 76K [ ] servletapi-gump-03072009.jar 03-Jul-2009 02:01 71K [ ] servletapi-gump-05072009.jar 05-Jul-2009 04:22 71K Note, that the file of 2009-07-02 has different size. The differences are: 1) META-INF/MANIFEST.MF The old one contains Specification-Title: and Implementation-Title: etc. headers 2) The new ones do not contain the following three classes: - javax.servlet.jsp.tagext.ValidationMessage - javax.servlet.http.HttpSessionAttributeListener - javax.servlet.ServletContextAttributeListener but do contain the following two classes instead: - javax.servlet.http.HttpSessionAttributesListener - javax.servlet.ServletContextAttributesListener The class names are *Attribute* in the old jar, *Attributes* in the new jars. Thus the compilation errors that we are observing. 3) The new ones do not contain *_fr,properties and *_ja.properties files. The servlet.jar from TC 4.1.40 matches the old one of July 2nd. I wonder, what happened with Gump configuration. Have not dug further yet. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org