Skip to content

Commit 002483f

Browse files
committed
Update status
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140388 13f79535-47bb-0310-9956-ffa450edef68
1 parent 08d4248 commit 002483f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

STATUS.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<div align="center">
99
<h1>The Jakarta Commons <em>IO</em> Component</h1>
10-
$Id: STATUS.html,v 1.10 2003/07/27 17:08:54 jeremias Exp $<br>
10+
$Id: STATUS.html,v 1.11 2003/08/21 19:11:44 jeremias Exp $<br>
1111
<a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a>
1212
<a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a>
1313
<a href="#Action%20Items">[Action Items]</a> <br>
@@ -82,15 +82,16 @@ <h3>5. ACTION ITEMS</h3>
8282
ByteArrayOutputStream which should improve performance considerably.</li>
8383
<li>IOUtils: Remove the deprecated bufferedCopy method. IO is not released
8484
so we should be able to do that - DONE</li>
85-
<li>FileUtils: Add isFileNewer() method from Alban Peignier:
86-
http://nagoya.apache.org/eyebrowse/BrowseList?listName=commons-dev@jakarta.apache.org&by=thread&from=348688</li>
8785
<li>FileUtils: This class is a big mess ATM. We need to clean it up.</li>
86+
<li>Split IOUtils into IOUtils and CopyUtils - DONE (Matthew Hawthorne)</li>
8887
<li>More TestCases!!!</li>
8988
<li>More Javadocs!!!</li>
9089
</ul>
9190
<h5>5.1 NEW CODE</h5>
9291
<ul>
9392
<li>ProxyOutput/InputStream. These are predictable Filter-streams. Need to see if FilterWriter/Reader are predictable - DONE</li>
93+
<li>FileUtils: Add isFileNewer() method from Alban Peignier:
94+
http://nagoya.apache.org/eyebrowse/BrowseList?listName=commons-dev@jakarta.apache.org&by=thread&from=348688 - DONE</li>
9495
<li>A CsvReader/Writer set of classes in a csv sub-package</li>
9596
<li>FilePoller for telling when a file changes. Look in Tomcat, or GenJava[bayard]</li>
9697
<li>JoinReader/ConcatReader. One in GenJava, one submitted to Bayard</li>

0 commit comments

Comments
 (0)