Re: Ant rant

2000-11-12 Thread Sam Ruby/Raleigh/IBM
Nick Bauman wrote: > > Has anyone gotten Jikes to work with ant? ant -Dbuild.compiler=jikes target - Sam Ruby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Handler.java

2000-11-04 Thread Sam Ruby/Raleigh/IBM
> public void service(Request req, Response res) > throws IOException, ServletException > { > + synchronized(this) { >if( ! initialized ) { >try { > init(); > @@ -271,6 +272,7 @@ > return; >} >} > + } This looks significant from

Re: Tomcat 3.3 / 4.0 confusion, rant and plan...

2000-11-04 Thread Sam Ruby/Raleigh/IBM
Pier P. Fumagalli wrote: > > If you want to go on and make a 3.3, do it, but if you want to > implement Servlet 2.3 in that release, you'll get my -1... Whether I personally agree with 3.x design or not, as an ASF member myself, I believe that it is important to protect Costin's right to pursue i

Re: Tomcat 3.3 / 4.0 confusion, rant and plan...

2000-11-04 Thread Sam Ruby/Raleigh/IBM
Craig R. McClanahan wrote: > >> Are you saying what I hope you're saying, that you're stepping in >> as release manager for 3.2 to make sure it gets released quickly? > >I don't care who does the actual release (I will if Sam can't and >everyone else is OK with that), but I want to stop having to

Re: Tomcat 3.2 release?

2000-10-23 Thread Sam Ruby/Raleigh/IBM
Graham Wright wrote: > > We are about to enter the final test phase of a > project which we would like to run against a > release version of 3.2. > > Is there any information on when the release > will be built? I'm building it now I saw the report where a change was made that precluded runni