History of Changes

Last update : May 2 2001

Home
  • Jakarta Commons


  • About
  • News
  • Features
  • Goals
  • Changes
  • Todo
  • Contributors
  • Contributing
  • License


  • Downloads
  • Downloads


  • User Guides
  • Architecture
  • Installation
  • Installing Ant
  • Installing Sample
  • Configuration
  • Writing Test Case
  • Servlet Sample
  • Ant integration
  • Servlet Engines
  • API Reference


  • Support
  • CVS
  • Bug database
  • Mailing lists
  • FAQ


  • Last 15 days web site changes

    These are the changes that happened to the Cactus web site for the past 15 days since the last site update (excluding the todo and changes pages which are modified too often) :

    2001-05-02  index  added news item for the release of version 1.0 of Cactus 
    2001-05-02  scope  changed scope date for the diagram 
    2001-04-29  contributing  new contributing web page that explains the different ways of contributing to Cactus 
    2001-04-29  license  new license page 
    2001-04-28  index  new news item explaining the modification done to the changes page 
    2001-04-22  sample_servlet  improved comments to explain better where to find additional information about servlet testing 
    2001-04-20  index  added news for release 1.0 beta 2 

    Cactus changes

    Cactus 1.0 (released on May 2 2001)

  • fix Applied patch from Arun Katkere in order to prevent the "connexion reset by peer" error message that may appear in Tomcat when the connection is broken without reading the requested URL by the custom Ant tasks to start and stop a server. (VMA) Thanks to Arun Katkere.
  • add Added a contributing section that explains how to contribute to Cactus. (VMA)
  • add Added a license page on the Cactus web site that explains that Cactus is under the APL license. (VMA)
  • add Added a new target called deploy-site that automatically deploy the generated web site to it's home page on the Jakarta server. This will be very useful when integrated with GUMP nightly builds so that the web site is always up to date. (VMA)
  • update Added a "assigned to" description for items assigned to someone on the todo page + lists all the developers already assigned to tasks. (VMA)
  • update Make the ChangeLogTask work even when not connected to the Internet (i.e. use previous cvslog.xml file or generate an empty one if non already exists). (VMA)
  • add Modified the Changes page so that users can see at a glance the list of pages that have been modified recently on the Cactus web site. (VMA)
  • add Display the last updated date on the Cactus web site, in the left menu (VMA)

  • Cactus 1.0b2 (released on April 20 2001)

  • update Some minor refactoring of code (added AbstractTestCase, modified AbstractHttpClient, JspHttpClient, ServletHttpClient). (VMA)
  • add Add handling of multivalued HTTP headers (same header name with different values) in ServletTestRequest. (VMA) Thanks to Hoani Cross.
  • update Made the methods setUp() and tearDown() protected on the server side so that it is consistent with JUnit. (VMA)
  • update Modified the Ant runservertest task so that it also works when a servlet engine is already up and running and when a server is already stopped prior. This is to support intensive debugging mode when we don't want to start/stop the server all the time. (VMA) Thanks to Philip Aston.
  • add Added a "Cactus scope and status" page on the web site that explains the current scope and status of Cactus. (VMA)
  • add Added a "Cactus goals" page on the web site that gives rough goals and guidelines for the future of Cactus. (VMA)
  • update Improved build process so that it nows works even if junit, stylebook, .. jars are not in the CLASSPATH prior to running the build. (VMA) Thanks to Jeff Turner.

  • Cactus 1.0b1 (released on April 9 2001)

  • update Updated the Cactus distribution so that everything is contained into one single file (doc + jars + sample). The sources are available separately in a second file. (VMA)
  • add Added a section on the main web site page to explain the reason for the Cactus name. (VMA)
  • update Tested with JUnit 3.6. (VMA)
  • update Changed the web site skin to be the Jakarta skin and not the Apache XML skin. This is because Cactus is now part of the Jakarta Commons project. (VMA)
  • update Updated the web site installation section to better explain the required steps to install Cactus. Namely, it covers installing Ant and installing the Cactus Sample application. (VMA)
  • remove Removed the deliverable dependencies jar. Instead, provides a zipped installation of Ant containing the needed jars for tasks used by Cactus and Cactus Sample build files. (VMA)
  • update Removed the misc/ directory and JBuilder files from CVS and source distribution. (VMA)
  • update Renamed the project from J2EEUnit to Cactus. Although it was a difficult decision to make, it had to be done as J2EE is a Sun trademark. Renamed all occurrences of J2EEUnit to Cactus and changed package names (from j2eeunit.* to org.apache.commons.castor.*. (VMA)
  • fix The sample application sources now contains all needed configuration files (the manifest and web.xml files were missing in the previous release). (VMA)
  • update Donated the project to the Apache Software Foundation. Changed license from GPL to APL. Moved packages from j2eeunit.* to org.apache.commons.j2eeunit.* and changed copyrights (VMA)




  • Copyright © 2000-2001 The Apache Software Foundation. All Rights Reserved.