vmassol     01/09/16 08:38:24

  Modified:    docs/framework/xdocs todo.xml
  Log:
  reorganized todo list and moved some low priority items to version 1.x where x > 2
  
  Revision  Changes    Path
  1.55      +22 -20    jakarta-cactus/docs/framework/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/todo.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- todo.xml  2001/09/16 14:46:23     1.54
  +++ todo.xml  2001/09/16 15:38:24     1.55
  @@ -41,26 +41,6 @@
         </action>
       </category>
   
  -    <category title="Build Process">
  -      <p>
  -        All tasks that are related to building Cactus in general.
  -      </p>
  -      <action>
  -        Add the Ant scripts for JBoss 2.x w/Tomcat provided by Jeffrey Madynski
  -        ([EMAIL PROTECTED]) on the jakarta-commons mailing list (Subject
  -        "[cactus] Using Cactus with JBoss-2.2.1 with Embedded Tomcat"). The
  -        scripts need to be reworked so that the deployed test war is deployed
  -        within the <code>target</code> output directory and not to where
  -        JBoss/Tomcat is installed.
  -      </action>
  -      <action assigned-to="Vincent Massol">
  -        Add Ant scripts to support WebLogic 6.0.
  -      </action>
  -      <action>
  -        Finalize support for Enhydra 3.1.1. Verify it works and correct if not.
  -      </action>
  -    </category>
  -
       <category title="Design/Code">
         <action assigned-to="Jari Worsley, Nicholas Lesiecki">
           Continue support for JSP Taglib. Possibly add some heper classes to
  @@ -84,6 +64,28 @@
           java beans used in the JSP to unit test, set these java beans in the
           testXXX() method of a cactus test and then assert the result of the
           JSP executing in the endXXX() method.
  +      </action>
  +    </category>
  +
  +    <category title="Build Process">
  +      <p>
  +        All tasks that are related to building Cactus in general.
  +      </p>
  +      <action>
  +        Add Ant scripts to support WebLogic 6.0.
  +      </action>
  +      <action>
  +        Finalize support for Enhydra 3.1.1. There are some errors upon
  +        starting the enhydra server and the <code>testOut()</code> method
  +        is failing. Need help from Enhydra experts to go forward.
  +      </action>
  +      <action>
  +        Add the Ant scripts for JBoss 2.x w/Tomcat provided by Jeffrey Madynski
  +        ([EMAIL PROTECTED]) on the jakarta-commons mailing list (Subject
  +        "[cactus] Using Cactus with JBoss-2.2.1 with Embedded Tomcat"). The
  +        scripts need to be reworked so that the deployed test war is deployed
  +        within the <code>target</code> output directory and not to where
  +        JBoss/Tomcat is installed.
         </action>
       </category>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to