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]
> 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
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
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
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