You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ak...@locus.apache.org on 2000/01/06 22:04:27 UTC

cvs commit: jakarta-tomcat TODO

akv         00/01/06 13:04:27

  Modified:    .        TODO
  Log:
  Added more TODOs for 3.1
  
  Revision  Changes    Path
  1.5       +9 -5      jakarta-tomcat/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/TODO,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TODO	1999/12/09 03:14:59	1.4
  +++ TODO	2000/01/06 21:04:27	1.5
  @@ -1,6 +1,6 @@
  -$Id: TODO,v 1.4 1999/12/09 03:14:59 craigmcc Exp $
  +$Id: TODO,v 1.5 2000/01/06 21:04:27 akv Exp $
   
  -This is the living To-Do list for Tomcat
  +This is the living To-Do list for Tomcat 3.1
   
     * Tomcat core
   
  @@ -22,7 +22,7 @@
         HTML. Need to fix it. 
        
       * Implement command line compilation of JSP to servlets. Make this
  -      an Ant task. 
  +      an Ant task, if possible. 
   
       * Plug in support for other Java compilers in the JSP engine. 
   
  @@ -36,6 +36,8 @@
         for all the resource (errors, warnings) names and clean things
         up in the code too. (The earlier the better... its already too
         late :) 
  +  
  +    * Implement logging (steal code from JServ, where possible).
   
     * Integration with Apache
   
  @@ -59,8 +61,10 @@
   
       * Add stress tests
   
  -    * Add some JSP product tests -- there are none right now
  -
       * Add performance tests -- maybe work with JMeter on this
   
  +  * Release builds
  +
  +    * Fix Solaris PKG, Linux RPMs.
   
  +    * Add HOW-TO-RELEASE document.