svn commit: r330199 - /tomcat/sandbox/java/org/apache/tomcat/util/buf/ByteChunk.java

2005-11-01 Thread costin
Author: costin Date: Tue Nov 1 22:39:17 2005 New Revision: 330199 URL: http://svn.apache.org/viewcvs?rev=330199&view=rev Log: Well, NIO ByteBuffer is the most horrible interface in java. Whoever invented the flip() interface - and a buffer where you can't know where it starts and where it ends an

DO NOT REPLY [Bug 37327] New: - AttributeNotFoundException: Cannot find attribute className

2005-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37326] - No error reported when has non-existent target

2005-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37326] New: - No error reported when has non-existent target

2005-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [VOTE] JK 1.2.15

2005-11-01 Thread William A. Rowe, Jr.
Linux, Win32 test out fine. Solaris/HP builds fine (not tested just yet), while AIX 1.3 still refuses to build properly, but that's not a new issue. +1 to release as stable - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

DO NOT REPLY [Bug 37322] New: - format bug: sprintf() twice on top of each other

2005-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r329853 - /tomcat/sandbox/java/org/apache/tomcat/util/buf/ByteChunk.java

2005-11-01 Thread Costin Manolache
Sorry, eclipse autocompletion tricks... There is no crypto in byte buffer - no idea how it got there, but I have the imports folded. The code doesn't work anyway - the ByteBuffer has some very flippy behavior, I'm still trying to figure out the best workaround. ( position and limit have different

DO NOT REPLY [Bug 37320] - Failing to resolve a (previously resolved) tag during page compilation

2005-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37320] New: - Failing to resolve a (previously resolved) tag during page compilation

2005-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36847] - [Patch] ZipException when using "tag" in deploy ant task

2005-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Persistent "xmlValidation" Problem

2005-11-01 Thread Jeanfrancois Arcand
Hi, Bob Bronson wrote: Hello, Sorry, to bother the developer group with this question but I posted twice on the user group and received zero replies. I was hoping one of you could offer some quick advice on this question. - I'm using TC 5.5.12. Please look at

DO NOT REPLY [Bug 37319] New: - catalina.bat doesn't work

2005-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Building Tomcat native connector on Windows

2005-11-01 Thread Fenlason, Josh
I'm trying to build the native connector with APR on Windows and I'm running into some linking issues. The apr and lib apr projects build fine, but it bombs out while linking the libtcnative project. I'm trying to build the tomcat-native-1.1.0 from Tomcat 5.5.12. Is APR 1.2.2 the correct version

Re: svn commit: r329853 - /tomcat/sandbox/java/org/apache/tomcat/util/buf/ByteChunk.java

2005-11-01 Thread Peter Rossbach
Hey, means the package import "sun.security.krb5.**" that we can't use ByteChunk at other JVm's like jrockit? I don't see the usage? :-) Peter http://svn.apache.org/viewcvs/tomcat/sandbox/java/org/apache/tomcat/util/buf/ByteChunk.java?rev=329853&r1=329852&r2=329853&view=diff ===