remm        01/10/04 12:24:12

  Modified:    webapps  Tag: tomcat_40_branch build.xml
  Log:
  - Merge a variety of fixes and small feature additions which have been made
    and debugged in the HEAD branch, including:
    - Removal of Jasper loader (merged with the shared loader).
    - Fixes a lot of spec complaince issue regarding the commit state of the
      response when using forwards, sendError or sendRedirect.
    - Fixes cache consistency issues for static resource serving.
    - Adds content caching for static resources (that's linked to the bugfix
      mentioned just above).
    - Merge enhanced error reporting and error page dispatching (which will be
      able to display error pages for most errors returned from the pipeline -
      like the 401 and 403 returned by the authenticator).
    - Merge the fixes for all the other more recent bugfixes that have been
      fixed in the HEAD branch.
    - Passes all tester and Watchdog tests.
    - Merge a variety of small enhancements to the build scripts which have been
      made in the HEAD branch.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.17.2.1  +3 -3      jakarta-tomcat-4.0/webapps/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.17.2.1
  diff -u -r1.17 -r1.17.2.1
  --- build.xml 2001/09/16 04:58:28     1.17
  +++ build.xml 2001/10/04 19:24:11     1.17.2.1
  @@ -10,9 +10,9 @@
     <property file="${user.home}/build.properties"/>
   
     <property name="build.compiler"  value="classic"/>
  -  <property name="webapps.build"   value="build"/>
  -  <property name="webapps.deploy"  value="../build"/>
  -  <property name="webapps.dist"    value="dist"/>
  +  <property name="webapps.build"   value="${basedir}/build"/>
  +  <property name="webapps.deploy"  value="${basedir}/../build"/>
  +  <property name="webapps.dist"    value="${basedir}/dist"/>
   
   
     <!-- =================== BUILD: Create Directories ====================== -->
  
  
  


Reply via email to