You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/01/28 19:39:55 UTC

cvs commit: jakarta-commons/betwixt/xdocs overview.xml tasks.xml

rdonkin     2003/01/28 10:39:54

  Modified:    betwixt/xdocs Tag: BETWIXT_1_0_ALPHA_1_RELEASE_BRANCH
                        overview.xml tasks.xml
  Log:
  Some last minute corrections to the java docs.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.2.2  +1 -1      jakarta-commons/betwixt/xdocs/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/overview.xml,v
  retrieving revision 1.11.2.1
  retrieving revision 1.11.2.2
  diff -u -r1.11.2.1 -r1.11.2.2
  --- overview.xml	25 Jan 2003 20:15:21 -0000	1.11.2.1
  +++ overview.xml	28 Jan 2003 18:39:54 -0000	1.11.2.2
  @@ -28,7 +28,7 @@
       public String[] getEmailAddresses();
   }]]></source>
       
  -    <p>This could be mapped to XML as these various ways</p>
  +    <p>This could be mapped to XML in various ways. A couple of examples of these different ways follow.</p>
   
   
   <subsection name="Example 1">
  
  
  
  1.3.2.2   +0 -51     jakarta-commons/betwixt/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/tasks.xml,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- tasks.xml	25 Jan 2003 20:15:21 -0000	1.3.2.1
  +++ tasks.xml	28 Jan 2003 18:39:54 -0000	1.3.2.2
  @@ -171,57 +171,6 @@
           </li>
          </ul>
       </subsection>
  -    
  -    <subsection name='Completed (Since Last Release)'>
  -        <ul>
  -            <li>
  -                    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>
  -		  Create a SAXWriter class in the io package that takes a bean and writes to a SAX ContentHandler
  -		  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>  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>
  -            <li>
  -                <strong>Add read and write examples</strong>
  -                Add simple read and write examples to getting started section.
  -            </li>
  -            <li>
  -                <strong>Add strategy documentation. </strong>
  -                This needs to be added to the main documentation.
  -                Example code needs to be created.
  -                This code can also be used for more test cases.
  -            </li>
  -            <li>
  -                <strong>Add XMLRegistry documentation. </strong>
  -                Add documentation about XMLRegistry to main documentation.
  -            </li>
  -            <li>
  -                <strong>Add XMLIntrospector Setting Documentation. </strong>
  -                Add documentation about the XMLIntrospector settings to main documentation.
  -                Make sure that warnings are added about consequences of changing settings.
  -            </li>
  -            <li>
  -                <strong>Improve Java Docs. </strong>
  -                Go through java docs, add any which are missing, correct any mistakes etc.
  -            </li>
  -        </ul>
  -    </subsection>
       </section>
     </body>
   </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>