You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Konstantin Kolinko <kn...@gmail.com> on 2009/07/06 01:15:10 UTC

Re: [GUMP@vmgump]: Project tomcat-catalina (in module jakarta-tomcat-4.0) failed

2009/7/5 Stefan Bodewig <bo...@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 general@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [GUMP@vmgump]: Project tomcat-catalina (in module jakarta-tomcat-4.0) failed

Posted by Stefan Bodewig <bo...@apache.org>.
On 2009-07-06, Konstantin Kolinko <kn...@gmail.com> wrote:

> According to Gump metadata
> (http://svn.apache.org/repos/asf/gump/metadata/project/jakarta-servletapi-4.xml),
> the sources for the servletapi build were taken from
> tomcat/servletapi/branches/other/servlet2.3-jsp1.2-tc4.x/ASF

> That address is wrong. - It should point to
> tomcat/archive/tc4.1.x/trunk/servletapi

Thanks for the analysis.

This should be fixed with the next Gump build (after the currently
active one).

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [GUMP@vmgump]: Project tomcat-catalina (in module jakarta-tomcat-4.0) failed

Posted by Konstantin Kolinko <kn...@gmail.com>.
2009/7/6 Konstantin Kolinko <kn...@gmail.com>:
> 2009/7/5 Stefan Bodewig <bo...@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 general@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.
>
According to Gump metadata
(http://svn.apache.org/repos/asf/gump/metadata/project/jakarta-servletapi-4.xml),
the sources for the servletapi build were taken from
tomcat/servletapi/branches/other/servlet2.3-jsp1.2-tc4.x/ASF

That address is wrong. - It should point to
tomcat/archive/tc4.1.x/trunk/servletapi
(see http://svn.apache.org/viewvc?view=rev&revision=788407)

(The old https://svn.apache.org/repos/asf/tomcat/current/tc4.1.x had
the following in its svn:externals:
servletapi https://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x
)

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org