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:
> >
> > craigmcc    01/09/11 22:25:58
> >
> >   Modified:    .        RELEASE-PLAN-4.0.txt
> >   Log:
> >   Up to the minute status.
> >
> >   Revision  Changes    Path
> >   1.13      +15 -10    jakarta-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  1788    mod_webapp errors on Win2k
> >   +Catalina    3511    Line too long (currently WORKSFORME, awaiting reproducible
> >   +                    failure case)
> >
> >   +Catalina    3515    Process hanging after stopping Tomcat (awaiting
> >   +                    reproducible failure case)
> >   +
> >    Connectors  2997    Webapp connector should recover when Tomcat is restarted
> >
> >    Connectors  3476    Cannot use other than default context when using mod_webapp
> >   @@ -57,31 +61,32 @@
> >    Connectors  3509    Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
> >                        (likely to be the same issue as 1788)
> >
> >   -Jasper      3079    NullPointerException in JakartaCommentGenerator.generateEnd
> >   +Connectors  3510    With WARP request.getScheme() returns http instead of https
> >   +
> >   +Connectors  3534    File Upload doesn't work with Apache, mod_webapp, Tomcat 4
> >
> >   -Jasper      3127    <jsp:directive.include/> not supported
> >   +Jasper      3079    NullPointerException in JakartaCommentGenerator.generateEnd
> >
> >   -Jasper      3235    JSPC command line compiler does not support taglibs
> >   +Jasper      3127    <jsp:directive.include/> not supported (currently
> >   +                    WORKSFORME, awaiting reproducible failure case)
> >
> >    Jasper      3350    Using XML syntax causes content rearrangement
> >
> >   -Jasper      3398    Jasper does not support primitive types for tag variables
> >   +Jasper      3529    JSPC can't handle taglibs in RC1 (dup of 3235,
> >   +                    includes a proposed patch)
> >
> >
> >    Nice To Have Fixes Before Final Release:
> >    ---------------------------------------
> >
> >    Catalina    3114    Spanish translations of LocalString.properties files
> >   +                    (Japanese translations have also been provided)
> >
> >    Catalina    3194    Javadoc errors during build
> >
> >    Jasper      3055    <jsp:plugin> tag ignores the name attribute
> >
> >    Jasper      3195    Javadoc errors during build
> >   -
> >   -Jasper      3340    sun.tools.javac.Main has been deprecated in JDK 1.4-beta-2
> >   -
> >   -Jasper      3433    Bad performance on JspWriterImpl.java
> >
> >    Servletapi  3196    Javadoc errors during build
> >
> >
> >
> >
>

Reply via email to