Re: 5.5.21 build failed

2007-02-07 Thread Filip Hanik - Dev Lists

Thanks Mark.
Filip
Mark Thomas wrote:

Mark Thomas wrote:
  

Filip Hanik - Dev Lists wrote:


oops, wasn't clear enough.
I don't have the bandwidth to track down this issue right now, if
someone wants to go in and fix the build dependencies so that the
AprEndpoint class indeed is in the classpath when the AJP connector gets
compiled
  

Looks like it could be my patch for TC4 to enable it to build with JDK
1.3 although I would have expected Gump to have started to complain by
now. I'll take a look.



This was indeed the problem. My bad - sorry. This should now be fixed.

Mark

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 5.5.21 build failed

2007-02-06 Thread Filip Hanik - Dev Lists

oops, wasn't clear enough.
I don't have the bandwidth to track down this issue right now, if 
someone wants to go in and fix the build dependencies so that the 
AprEndpoint class indeed is in the classpath when the AJP connector gets 
compiled


Filip

Filip Hanik - Dev Lists wrote:

Once fixed, I'll retag and rerun the build.

jkjava-tc5:
   [javac] org\apache\coyote\ajp\AjpAprProcessor.java added as 
org/apache/coyote/ajp/AjpAprProcessor.class doesn't exist.
   [javac] org\apache\coyote\ajp\AjpAprProtocol.java added as 
org/apache/coyote/ajp/AjpAprProtocol.class doesn't exist.
   [javac] org\apache\coyote\ajp\AjpMessage.java omitted as 
org/apache/coyote/ajp/AjpMessage.class is up to date.
   [javac] org\apache\coyote\ajp\Constants.java omitted as 
org/apache/coyote/ajp/Constants.class is up to date.
   [javac] org\apache\coyote\ajp\LocalStrings.properties skipped - 
don't know how to handle it
   [javac] org\apache\jk\config\ApacheConfig.java added as 
org/apache/jk/config/ApacheConfig.class doesn't exist.
   [javac] org\apache\jk\config\BaseJkConfig.java added as 
org/apache/jk/config/BaseJkConfig.class doesn't exist.
   [javac] org\apache\jk\config\GeneratorApache2.java omitted as 
org/apache/jk/config/GeneratorApache2.class is up to date.
   [javac] org\apache\jk\config\GeneratorJk1.java omitted as 
org/apache/jk/config/GeneratorJk1.class is up to date.
   [javac] org\apache\jk\config\GeneratorJk2.java omitted as 
org/apache/jk/config/GeneratorJk2.class is up to date.
   [javac] org\apache\jk\config\IISConfig.java added as 
org/apache/jk/config/IISConfig.class doesn't exist.
   [javac] org\apache\jk\config\NSConfig.java added as 
org/apache/jk/config/NSConfig.class doesn't exist.
   [javac] org\apache\jk\config\WebXml2Jk.java omitted as 
org/apache/jk/config/WebXml2Jk.class is up to date.
   [javac] Compiling 6 source files to 
C:\development\tomcat\tc5build\tc5.5.x\build\build\classes

   [javac] Using modern compiler
dropping 
C:\development\tomcat\tc5build\tc5.5.x\connectors\jk\${jaxp.home}\jaxp.jar 
from path as it doesn't exist
dropping 
C:\development\tomcat\tc5build\tc5.5.x\connectors\jk\${jaxp.home}\crimson.jar 
from path as it doesn't exist
dropping 
C:\development\tomcat\tc5build\tc5.5.x\connectors\jk\${xerces2.home}\xml-apis.jar 
from path as it doesn't exist
dropping 
C:\development\tomcat\tc5build\tc5.5.x\connectors\jk\${xml-parser-apis.jar} 
from path as it doesn't exist
dropping 
C:\development\tomcat\tc5build\tc5.5.x\connectors\util\build\classes 
from path as it doesn't exist
dropping 
C:\development\tomcat\tc5build\tc5.5.x\connectors\util\build\lib\tomcat-util.jar 
from path as it doesn't exist
dropping 
C:\development\tomcat\tc5build\tc5.5.x\container\build\server\lib\catalina.jar 
from path as it doesn't exist

   [javac] Compilation arguments:
   [javac] '-d'
   [javac] 'C:\development\tomcat\tc5build\tc5.5.x\build\build\classes'
   [javac] '-classpath'
   [javac] 
'C:\development\tomcat\tc5build\tc5.5.x\build\build\classes;C:\development\tomcat\tc5build\includes\servlet-api-2.4\lib\servlet-api.jar;C:\development\tomcat\tc5build\includes\commons-logging-1.0.4\commons-logging.jar;C:\development\tomcat\tc5build\includes\commons-modeler-2.0\commons-modeler-2.0.jar;C:\development\tomcat\tc5build\includes\mx4j-3.0.1\lib\mx4j.jar;C:\development\tomcat\tc5build\tc5.5.x\build\build\server\lib\tomcat-coyote.jar;C:\development\java\apache-ant-1.6.5\lib\ant-launcher.jar;C:\development\tomcat\tc5build\tc5.5.x\build;C:\Program 

Re: 5.5.21 build failed

2007-02-06 Thread Mark Thomas
Filip Hanik - Dev Lists wrote:
 oops, wasn't clear enough.
 I don't have the bandwidth to track down this issue right now, if
 someone wants to go in and fix the build dependencies so that the
 AprEndpoint class indeed is in the classpath when the AJP connector gets
 compiled

Looks like it could be my patch for TC4 to enable it to build with JDK
1.3 although I would have expected Gump to have started to complain by
now. I'll take a look.

Mark


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 5.5.21 build failed

2007-02-06 Thread Mark Thomas
Mark Thomas wrote:
 Filip Hanik - Dev Lists wrote:
 oops, wasn't clear enough.
 I don't have the bandwidth to track down this issue right now, if
 someone wants to go in and fix the build dependencies so that the
 AprEndpoint class indeed is in the classpath when the AJP connector gets
 compiled
 
 Looks like it could be my patch for TC4 to enable it to build with JDK
 1.3 although I would have expected Gump to have started to complain by
 now. I'll take a look.

This was indeed the problem. My bad - sorry. This should now be fixed.

Mark

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 5.5.21?

2007-01-31 Thread George Sexton



Filip Hanik - Dev Lists wrote:

IMHO, it is due, last version was september 30th...!
  

thanks for your opinion :)
we'll get the ball rolling. I have a move pending, we are going from 
Texas to Colorado, so I'll try to squeeze this in there as well


Filip
You've picked a bad year. We've had 57 inches of snow so far this 
winter. Where are you moving to?


--
George Sexton
MH Software, Inc.
Voice: +1 303 438 9585
URL:   http://www.mhsoftware.com/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 5.5.21?

2007-01-31 Thread Filip Hanik - Dev Lists

George Sexton wrote:



Filip Hanik - Dev Lists wrote:

IMHO, it is due, last version was september 30th...!
  

thanks for your opinion :)
we'll get the ball rolling. I have a move pending, we are going from 
Texas to Colorado, so I'll try to squeeze this in there as well


Filip
You've picked a bad year. We've had 57 inches of snow so far this 
winter. Where are you moving to?
I'd say that's a good year, awesome skiing, and even better, imagine 
river rafting in the summer after that much snow

:)

we're moving to Castle Rock, wanna be close to a large city (Denver) but 
not live in one.

Filip


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 5.5.21?

2007-01-30 Thread Quartz
Hi,

+1 vote for that.

I'm desperately waiting for the fix on the setHeader(name, null) regression
(cannot clear 1 header as before by calling httpresponse.setHeader(name, null)).

IMHO, it is due, last version was september 30th...!
Thanks.



 

We won't tell. Get more on shows you hate to love 
(and love to hate): Yahoo! TV's Guilty Pleasures list.
http://tv.yahoo.com/collections/265 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 5.5.21?

2007-01-30 Thread Filip Hanik - Dev Lists


Quartz wrote:

Hi,

+1 vote for that.

I'm desperately waiting for the fix on the setHeader(name, null) regression
(cannot clear 1 header as before by calling httpresponse.setHeader(name, null)).

IMHO, it is due, last version was september 30th...!
  

thanks for your opinion :)
we'll get the ball rolling. I have a move pending, we are going from 
Texas to Colorado, so I'll try to squeeze this in there as well


Filip

Thanks.



 

We won't tell. Get more on shows you hate to love 
(and love to hate): Yahoo! TV's Guilty Pleasures list.
http://tv.yahoo.com/collections/265 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 5.5.21?

2007-01-29 Thread Sven Köhler
One fix of interest that I am aware of in 5.5.21 is the AJP flush 
packets fix.


Me too!

I'd like to see a 5.5.21 release too.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 5.5.21?

2007-01-23 Thread Filip Hanik - Dev Lists
did you get the patch you submitted working? for the single sign on 
replication?


Filip

Peter Rossbach wrote:

+1 to build a release 5.5.21

Regards
Peter



Am 21.01.2007 um 17:43 schrieb Jess Holle:

I would assume that by this time there is a sufficient collection of 
fixes to 5.5.20 that may well argue for a 5.5.21 release.


I know the Tomcat development community has been largely focused on 
6.0 releases, but as one who will have to freeze upon a 5.5.x release 
in the near future, I'm searching for some visibility into the 
likelihood of a 5.5.21 in the near future.


One fix of interest that I am aware of in 5.5.21 is the AJP flush 
packets fix.  We can certainly patch that into our Tomcat, but I'd 
rather be able to move to a 5.5.21 with any other collected fixes as 
well -- and avoid discrepancies between our Tomcat and standard 
releases except where necessary.


--
Jess Holle

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.3/642 - Release Date: 1/20/2007 10:31 
PM
  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: 5.5.21?

2007-01-21 Thread Peter Rossbach

+1 to build a release 5.5.21

Regards
Peter



Am 21.01.2007 um 17:43 schrieb Jess Holle:

I would assume that by this time there is a sufficient collection  
of fixes to 5.5.20 that may well argue for a 5.5.21 release.


I know the Tomcat development community has been largely focused on  
6.0 releases, but as one who will have to freeze upon a 5.5.x  
release in the near future, I'm searching for some visibility into  
the likelihood of a 5.5.21 in the near future.


One fix of interest that I am aware of in 5.5.21 is the AJP flush  
packets fix.  We can certainly patch that into our Tomcat, but I'd  
rather be able to move to a 5.5.21 with any other collected fixes  
as well -- and avoid discrepancies between our Tomcat and standard  
releases except where necessary.


--
Jess Holle

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Re: 5.5.21?

2007-01-21 Thread Wendy Smoak

On 1/21/07, Jess Holle [EMAIL PROTECTED] wrote:


One fix of interest that I am aware of in 5.5.21 is the AJP flush
packets fix.  We can certainly patch that into our Tomcat, but I'd
rather be able to move to a 5.5.21 with any other collected fixes as
well -- and avoid discrepancies between our Tomcat and standard releases
except where necessary.


I'd like to see a 5.5.21 for the 'missing MailSessionFactory class' fix.

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]