rdonkin     2002/12/30 11:17:00

  Modified:    betwixt/xdocs todo.xml
  Log:
  Updated to do list with completed task and moved a fixed task into the completed 
section
  
  Revision  Changes    Path
  1.20      +12 -12    jakarta-commons/betwixt/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/todo.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- todo.xml  30 Dec 2002 18:24:56 -0000      1.19
  +++ todo.xml  30 Dec 2002 19:17:00 -0000      1.20
  @@ -22,9 +22,6 @@
                   This code can also be used for more test cases.
               </li>
               <li>
  -                <strong>Add description of digester-related limitation to 
FAQ</strong>
  -            </li>
  -            <li>
                   <strong>Create DTD for .betwixt files.</strong>
               </li>
               <li>
  @@ -45,12 +42,6 @@
                   Make sure release works with maven (done) and scarab.
               </li>
               <li>
  -                <strong>fixed</strong>
  -                <strong>Upgrade To Latest Dependencies</strong>
  -                Check that betwixt works with the latest versions of the dependent 
  -                Replace all references to deprecated methods. 
  -            </li>
  -            <li>
                   <strong>Investigate Swing XML'ization Issues</strong>
                   Investigate and document. <em>(MVDB will probably need to handle 
this.)</em>
               </li>
  @@ -191,7 +182,9 @@
       <subsection name='Completed (Since Last Release)'>
           <ul>
               <li>
  -               <b>Fixed</b>Using \n as default and now shows a warning when an 
invalid space character is used.<br/> Adding a check to only accept valid characters 
as lineEndings, so parsers actually won't choke on the output xml.
  +                    Using \n as default and now shows a warning when an invalid 
space character is used.<br/> 
  +                    Adding a check to only accept valid characters as lineEndings, 
so parsers actually 
  +                    won't choke on the output xml.
                  BeanWriter should have a setEndOfLine() method to allow configurable 
EOL strings, defaulting to "\n"
               </li>
               <li>
  @@ -199,10 +192,17 @@
                  rather that outputting textual XML like BeanWriter does.
                  This will allow Betwixt to work nicely in XML pipelining 
environments like Cocoon and Jelly.
               </li>
  -            <li>
  -               <b>Fixed.</b> digester.peek() was giving warning. Now checking if it 
still has something to peek.
  +            <li>  digester.peek() was giving warning. Now checking if it still has 
something to peek.
                  Currently betwixt causes digester to output a warning '[WARN] 
Digester - -Empty stack (returning null)'.
                  We should patch the way betwixt uses digester to avoid this warning 
message.
  +            </li>
  +            <li>
  +                <strong>Add description of digester-related limitation to 
FAQ</strong>
  +            </li>
  +            <li>
  +                <strong>Upgrade To Latest Dependencies</strong>
  +                Check that betwixt works with the latest versions of the dependent 
  +                Replace all references to deprecated methods. 
               </li>
           </ul>
       </subsection>
  
  
  

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

Reply via email to