You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by je...@apache.org on 2003/08/21 21:11:44 UTC

cvs commit: jakarta-commons-sandbox/io STATUS.html

jeremias    2003/08/21 12:11:44

  Modified:    io       STATUS.html
  Log:
  Update status
  
  Revision  Changes    Path
  1.11      +4 -3      jakarta-commons-sandbox/io/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/io/STATUS.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- STATUS.html	27 Jul 2003 17:08:54 -0000	1.10
  +++ STATUS.html	21 Aug 2003 19:11:44 -0000	1.11
  @@ -82,15 +82,16 @@
       ByteArrayOutputStream which should improve performance considerably.</li>
     <li>IOUtils: Remove the deprecated bufferedCopy method. IO is not released
       so we should be able to do that - DONE</li>
  -  <li>FileUtils: Add isFileNewer() method from Alban Peignier:
  -    http://nagoya.apache.org/eyebrowse/BrowseList?listName=commons-dev@jakarta.apache.org&by=thread&from=348688</li>
     <li>FileUtils: This class is a big mess ATM. We need to clean it up.</li>
  +  <li>Split IOUtils into IOUtils and CopyUtils - DONE (Matthew Hawthorne)</li>
     <li>More TestCases!!!</li>
     <li>More Javadocs!!!</li>
   </ul>
   <h5>5.1  NEW CODE</h5>
   <ul>
     <li>ProxyOutput/InputStream. These are predictable Filter-streams. Need to see if FilterWriter/Reader are predictable - DONE</li>
  +  <li>FileUtils: Add isFileNewer() method from Alban Peignier:
  +    http://nagoya.apache.org/eyebrowse/BrowseList?listName=commons-dev@jakarta.apache.org&by=thread&from=348688 - DONE</li>
     <li>A CsvReader/Writer set of classes in a csv sub-package</li>
     <li>FilePoller for telling when a file changes. Look in Tomcat, or GenJava[bayard]</li>
     <li>JoinReader/ConcatReader. One in GenJava, one submitted to Bayard</li>