You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/04/23 09:58:46 UTC

cvs commit: jakarta-commons/latka/src/xdocs tasks.xml

dion        02/04/23 00:58:46

  Added:       latka/src/xdocs tasks.xml
  Log:
  Extracted from status doc.
  file name is a standard maven one.
  
  Revision  Changes    Path
  1.1                  jakarta-commons/latka/src/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8" ?>
  
  <!-- Created by dion on 23 April 2002, 17:18 -->
  
  <document>
      <properties>
          <title>Tasks for Jakarta Commons "Latka" Application</title>
          <author email="dion@multitask.com.au">dIon Gillard</author>
          <author email="commons-dev@jakarta.apache.org">
              Commons Documentation Team</author>
      </properties>
      <body>
          <section name="Todo items">
              <ul>
                  <li>Add a universal mechanism for negating validators. 
                  Currently regexp and xpath validators implement negation
                  internally as a special <literal moreinfo="none">cond</literal>
                  attribute. This adds somewhat to the internal complexity. It 
                  would be better to have the framework handle negation by being
                  able to wrap tests in a &lt;not/&gt; element.</li>
                  <li>Make the inclusion of individual validators optional at
                  build time.</li>
                  <li>Set up Latka to use the proxy support of later
                  <a href="http://jakarta.apache.org/commons/httpclient/">
                  HttpClient</a> builds</li>
                  <li>Write unit tests for each validator, with a mock object 
                  implementing the Response interface</li>
                  <li>Create better documentation, especially the 
                  <a href="users-guide.html">User's Guide</a> and 
                  <a href="developers-guide.html">Developer's Guide</a></li>
                  <li>Ensure coding standards are consistent across the 
                  project's codebase, using 
                  <a href="http://checkstyle.sourceforge.net/">CheckStyle</a></li>
                  <li>Add XMLValidate tasks to the build file so that any XML
                  doc with a DTD is checked before used</li>
                  <li>Look at the design of the validators and see if the
                  commmons-validator could somehow be used instead</li>
              </ul>
          </section>
      </body>
  </document>
  
  

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