RE: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-13 Thread Morrison, John

 -Original Message-
 From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
 
 On Wed, 12 Sep 2001, jean-frederic clere wrote:
 
  Hi,
 
  How was the issue with sun.tools.javac.Main solved?
 
 
 It is going to be deferred to a future release.  Here's the reasoning:
 
 * The Merlin (i.e. JDK 1.4) folks originally planned to simply
   remove the old compiler entry point.  But they have changed
   plans, and now it is merely deprecated.  The old compiler *will*
   work in the 1.4 final release, so the time pressure is off.
 
 * The new entry point can indeed be programmed to (like Ant does,
   for example), but it has a crippling disadvantage for a servlet
   container - it only writes error messages to System.out, so you
   have to synchronize and do at most one compile at a time.  This
   is not a good thing, and I'd rather see us take some time to
   look at alternative approaches.

Nice of them - esp considering that they added a log capability into the
base distribution...

  Cheers
 
  Jean-frederic
 
 
 Craig

J.


===
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF



Re: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-12 Thread jean-frederic clere

Hi,

How was the issue with sun.tools.javac.Main solved?

Cheers

Jean-frederic

[EMAIL PROTECTED] wrote:
 
 craigmcc01/09/11 22:25:58
 
   Modified:.RELEASE-PLAN-4.0.txt
   Log:
   Up to the minute status.
 
   Revision  ChangesPath
   1.13  +15 -10jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
 
   Index: RELEASE-PLAN-4.0.txt
   ===
   RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
   retrieving revision 1.12
   retrieving revision 1.13
   diff -u -r1.12 -r1.13
   --- RELEASE-PLAN-4.0.txt  2001/09/12 00:53:06 1.12
   +++ RELEASE-PLAN-4.0.txt  2001/09/12 05:25:58 1.13
   @@ -1,4 +1,4 @@
   -$Id: RELEASE-PLAN-4.0.txt,v 1.12 2001/09/12 00:53:06 craigmcc Exp $
   +$Id: RELEASE-PLAN-4.0.txt,v 1.13 2001/09/12 05:25:58 craigmcc Exp $
 
  Release Plan for Apache Tomcat 4.0
  ==
   @@ -46,8 +46,12 @@
Bugs That Must Be Addressed Before Final Release:

 
   -Connectors  1788mod_webapp errors on Win2k
   +Catalina3511Line too long (currently WORKSFORME, awaiting reproducible
   +failure case)
 
   +Catalina3515Process hanging after stopping Tomcat (awaiting
   +reproducible failure case)
   +
Connectors  2997Webapp connector should recover when Tomcat is restarted
 
Connectors  3476Cannot use other than default context when using mod_webapp
   @@ -57,31 +61,32 @@
Connectors  3509Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
(likely to be the same issue as 1788)
 
   -Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
   +Connectors  3510With WARP request.getScheme() returns http instead of https
   +
   +Connectors  3534File Upload doesn't work with Apache, mod_webapp, Tomcat 4
 
   -Jasper  3127jsp:directive.include/ not supported
   +Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
 
   -Jasper  3235JSPC command line compiler does not support taglibs
   +Jasper  3127jsp:directive.include/ not supported (currently
   +WORKSFORME, awaiting reproducible failure case)
 
Jasper  3350Using XML syntax causes content rearrangement
 
   -Jasper  3398Jasper does not support primitive types for tag variables
   +Jasper  3529JSPC can't handle taglibs in RC1 (dup of 3235,
   +includes a proposed patch)
 
 
Nice To Have Fixes Before Final Release:
---
 
Catalina3114Spanish translations of LocalString.properties files
   +(Japanese translations have also been provided)
 
Catalina3194Javadoc errors during build
 
Jasper  3055jsp:plugin tag ignores the name attribute
 
Jasper  3195Javadoc errors during build
   -
   -Jasper  3340sun.tools.javac.Main has been deprecated in JDK 1.4-beta-2
   -
   -Jasper  3433Bad performance on JspWriterImpl.java
 
Servletapi  3196Javadoc errors during build
 
 
 




Re: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-12 Thread Craig R. McClanahan



On Wed, 12 Sep 2001, jean-frederic clere wrote:

 Date: Wed, 12 Sep 2001 14:39:51 +0200
 From: jean-frederic clere [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

 Hi,

 How was the issue with sun.tools.javac.Main solved?


It is going to be deferred to a future release.  Here's the reasoning:

* The Merlin (i.e. JDK 1.4) folks originally planned to simply
  remove the old compiler entry point.  But they have changed
  plans, and now it is merely deprecated.  The old compiler *will*
  work in the 1.4 final release, so the time pressure is off.

* The new entry point can indeed be programmed to (like Ant does,
  for example), but it has a crippling disadvantage for a servlet
  container - it only writes error messages to System.out, so you
  have to synchronize and do at most one compile at a time.  This
  is not a good thing, and I'd rather see us take some time to
  look at alternative approaches.

 Cheers

 Jean-frederic


Craig


 [EMAIL PROTECTED] wrote:
 
  craigmcc01/09/11 22:25:58
 
Modified:.RELEASE-PLAN-4.0.txt
Log:
Up to the minute status.
 
Revision  ChangesPath
1.13  +15 -10jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
 
Index: RELEASE-PLAN-4.0.txt
===
RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- RELEASE-PLAN-4.0.txt  2001/09/12 00:53:06 1.12
+++ RELEASE-PLAN-4.0.txt  2001/09/12 05:25:58 1.13
@@ -1,4 +1,4 @@
-$Id: RELEASE-PLAN-4.0.txt,v 1.12 2001/09/12 00:53:06 craigmcc Exp $
+$Id: RELEASE-PLAN-4.0.txt,v 1.13 2001/09/12 05:25:58 craigmcc Exp $
 
   Release Plan for Apache Tomcat 4.0
   ==
@@ -46,8 +46,12 @@
 Bugs That Must Be Addressed Before Final Release:
 
 
-Connectors  1788mod_webapp errors on Win2k
+Catalina3511Line too long (currently WORKSFORME, awaiting reproducible
+failure case)
 
+Catalina3515Process hanging after stopping Tomcat (awaiting
+reproducible failure case)
+
 Connectors  2997Webapp connector should recover when Tomcat is restarted
 
 Connectors  3476Cannot use other than default context when using mod_webapp
@@ -57,31 +61,32 @@
 Connectors  3509Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
 (likely to be the same issue as 1788)
 
-Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
+Connectors  3510With WARP request.getScheme() returns http instead of https
+
+Connectors  3534File Upload doesn't work with Apache, mod_webapp, Tomcat 4
 
-Jasper  3127jsp:directive.include/ not supported
+Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
 
-Jasper  3235JSPC command line compiler does not support taglibs
+Jasper  3127jsp:directive.include/ not supported (currently
+WORKSFORME, awaiting reproducible failure case)
 
 Jasper  3350Using XML syntax causes content rearrangement
 
-Jasper  3398Jasper does not support primitive types for tag variables
+Jasper  3529JSPC can't handle taglibs in RC1 (dup of 3235,
+includes a proposed patch)
 
 
 Nice To Have Fixes Before Final Release:
 ---
 
 Catalina3114Spanish translations of LocalString.properties files
+(Japanese translations have also been provided)
 
 Catalina3194Javadoc errors during build
 
 Jasper  3055jsp:plugin tag ignores the name attribute
 
 Jasper  3195Javadoc errors during build
-
-Jasper  3340sun.tools.javac.Main has been deprecated in JDK 1.4-beta-2
-
-Jasper  3433Bad performance on JspWriterImpl.java
 
 Servletapi  3196Javadoc errors during build