You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2001/02/19 22:29:47 UTC

cvs commit: jakarta-struts/src/doc todo-1.0.xml todo-1.1.xml

craigmcc    01/02/19 13:29:46

  Modified:    src/doc  todo-1.0.xml todo-1.1.xml
  Log:
  Remove the 1.0 docs that Ted is finishing up, and add entries for the unit
  test modules to the 1.1 list.
  
  Revision  Changes    Path
  1.10      +0 -18     jakarta-struts/src/doc/todo-1.0.xml
  
  Index: todo-1.0.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/todo-1.0.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- todo-1.0.xml	2001/02/11 01:14:39	1.9
  +++ todo-1.0.xml	2001/02/19 21:29:42	1.10
  @@ -29,14 +29,6 @@
         which do not have direct relationships with code bases.</p>
       </info>
   
  -    <task name="Platform Specific Installation Notes">
  -      <info>
  -        <p>Document specific installation instructions, problems, and/or
  -        user experiences on a variety of application server and servlet
  -        container platforms.</p>
  -      </info>
  -    </task>
  -
     </task-list>
   
   
  @@ -56,16 +48,6 @@
         <p>This is the core controller servlet, with support for the developer's
         action and form bean classes, plus the supporting data structures.</p>
       </info>
  -
  -    <task name="Developer Guide">
  -      <info>
  -        <p>Create developer guide documentation for this package, in
  -        file "package.html".</p>
  -      </info>
  -      <assigned>
  -	    Ted Husted
  -	  </assigned>
  -   </task>
   
       <task name="Deprecation Warnings">
         <info>
  
  
  
  1.11      +70 -0     jakarta-struts/src/doc/todo-1.1.xml
  
  Index: todo-1.1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/doc/todo-1.1.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- todo-1.1.xml	2001/02/14 19:01:28	1.10
  +++ todo-1.1.xml	2001/02/19 21:29:43	1.11
  @@ -508,6 +508,76 @@
     </task-list>
   
   
  +  <task-list name="Unit Test Suites" href="Unit Tests">
  +
  +    <info>
  +      <p>Unit test components compatible with the JUnit and J2EEUnit testing
  +      frameworks, to test and validate internal APIs of the Struts framework.
  +      Volunteers will typically agree to develop tests for an entire package
  +      within the Java source code of Struts.
  +      </p>
  +    </info>
  +
  +    <task name="Action">
  +      <info>
  +        <p>Unit tests for the <code>org.apache.struts.action</code> package.</p>
  +      </info>
  +      <assigned>
  +        <a href="mailto:Robert@freetocreate.org">Rob Leland</a>
  +      </assigned>
  +    </task>
  +
  +    <task name="Actions">
  +      <info>
  +        <p>Unit tests for the <code>org.apache.struts.actions</code> package.</p>
  +      </info>
  +    </task>
  +
  +    <task name="Digester">
  +      <info>
  +        <p>Unit tests for the <code>org.apache.struts.digester</code> package.</p>
  +      </info>
  +    </task>
  +
  +    <task name="Taglib.Bean">
  +      <info>
  +        <p>Unit tests for the <code>org.apache.struts.taglib.bean</code> package.</p>
  +      </info>
  +    </task>
  +
  +    <task name="Taglib.Html">
  +      <info>
  +        <p>Unit tests for the <code>org.apache.struts.taglib.html</code> package.</p>
  +      </info>
  +    </task>
  +
  +    <task name="Taglib.Logic">
  +      <info>
  +        <p>Unit tests for the <code>org.apache.struts.taglib.logic</code> package.</p>
  +      </info>
  +    </task>
  +
  +    <task name="Taglib.Template">
  +      <info>
  +        <p>Unit tests for the <code>org.apache.struts.taglib.template</code> package.</p>
  +      </info>
  +    </task>
  +
  +    <task name="Upload">
  +      <info>
  +        <p>Unit tests for the <code>org.apache.struts.taglib.upload</code> package.</p>
  +      </info>
  +    </task>
  +
  +    <task name="Util">
  +      <info>
  +        <p>Unit tests for the <code>org.apache.struts.util</code> package.</p>
  +      </info>
  +    </task>
  +
  +  </task-list>
  +
  +
     <task-list name="Additional Possibilities" href="Additional">
   
       <info>