[GUMP] Build Failure - jakarta-tomcat-5

2003-03-02 Thread bobh
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-03-02/jakarta-tomcat-5.html Buildfile: build.xml prepare-release: [mkdir] Created dir:

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 MapperListener.java

2003-03-02 Thread remm
remm2003/03/02 08:11:58 Modified:coyote/src/java/org/apache/coyote/tomcat5 MapperListener.java Log: - Log register/unregister contexts and wrappers as debug. Revision ChangesPath 1.6 +7 -6

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java

2003-03-02 Thread remm
remm2003/03/02 08:16:47 Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java Log: - Properly restore path after failing to map welcome files. Revision ChangesPath 1.7 +7 -2

Re: [4.1.21] Stability rating

2003-03-02 Thread Hans Bergsten
Remy Maucherat wrote: Costin Manolache wrote: Remy Maucherat wrote: ballot [ ] Alpha [ ] Beta [X] Stable (GA) /ballot Please vote (after testing the release, if possible ;). It works for me. It would be nice to fix the jspc bugs tough. I fixed a small regression in modeler(HEAD) so it can be

cvs commit: jakarta-tomcat-5 build.properties.default

2003-03-02 Thread remm
remm2003/03/02 10:49:33 Modified:.build.properties.default Log: - Update to digester 1.4.1. Revision ChangesPath 1.72 +3 -3 jakarta-tomcat-5/build.properties.default Index: build.properties.default

DO NOT REPLY [Bug 17572] New: - Tomcat manager Ant tasks should support failonerror attribute

2003-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17572. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [4.1.21] Stability rating

2003-03-02 Thread Costin Manolache
Hans Bergsten wrote: Good. For JspC, I think there are more urgent problems than the tag related problem, such as the mangling issues which just got fixed in Tomcat 5. That's why I didn't bother trying to apply whatever patch was needed for tags, knowing it would still be broken. Well, if

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_config_file.c

2003-03-02 Thread costin
costin 2003/03/02 12:46:33 Modified:jk/native2/common jk_config_file.c Log: Save to the same file Revision ChangesPath 1.9 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_config_file.c Index: jk_config_file.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_status.c

2003-03-02 Thread costin
costin 2003/03/02 12:48:56 Modified:jk/native2/common jk_worker_status.c Log: The entries in the scoreboard will be presented as beans. A bit hacky, but works without too much overhead. Revision ChangesPath 1.38 +156 -4

Re: [4.1.21] Stability rating

2003-03-02 Thread Hans Bergsten
Costin Manolache wrote: Hans Bergsten wrote: Good. For JspC, I think there are more urgent problems than the tag related problem, such as the mangling issues which just got fixed in Tomcat 5. That's why I didn't bother trying to apply whatever patch was needed for tags, knowing it would still be

Re: [4.1.21] Stability rating

2003-03-02 Thread Costin Manolache
Hans Bergsten wrote: You are a tomcat committer just like Remy or everyone else. Commit the fix - and if someone has a problem with it he can -1 and propose a better solution. Yes, I am, but it's been years since I committed anything and my environment is not set up for it. I simply don't

DO NOT REPLY [Bug 17578] New: - Jasper2 can't change browser's charset

2003-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17578. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[PATCH] jakarta-servletapi-5: Latest JSP 2.0 updates

2003-03-02 Thread Mark Roth
/jsr152/src/share/javax/servlet/jsp/JspContext.java: - Added throws clause for NullPointerException for null name parameter to the following methods: findAttribute( name ) removeAttribute( name ) removeAttribute( name, scope ) getAttributesScope(

DO NOT REPLY [Bug 17579] New: - port in jk_channel_socket_private should be int instead of short

2003-03-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17579. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler TagLibraryInfoImpl.java

2003-03-02 Thread amyroh
amyroh 2003/03/02 23:51:18 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch TagLibraryInfoImpl.java Log: Apply a patch for bugzilla 14302. This fixes a bug in TagLibraryInfoImpl that currently makes JspC totally useless when the

Re: [4.1.21] Stability rating

2003-03-02 Thread Amy Roh
Hans Bergsten wrote: Remy Maucherat wrote: ballot [X] Alpha [ ] Beta [ ] Stable (GA) /ballot The TagLibraryInfoImpl patch attached to bug 14302 is still not applied, so JSPC fails with an NPE for any web app that contains a tag library packaged as a JAR file (with the TLD in the JAR file). I