|
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1 | 2 | <html> |
2 | 3 | <head> |
3 | | -<title>Status File for Jakarta Commons "IO" Component</title> |
| 4 | + <title>Status File for Jakarta Commons "IO" Component</title> |
4 | 5 | </head> |
5 | | -<body bgcolor="white"> |
6 | | - |
7 | | - |
8 | | -<div align="center"> |
| 6 | + <body bgcolor="white"> |
| 7 | + |
| 8 | +<div align="center"> |
9 | 9 | <h1>The Jakarta Commons <em>IO</em> Component</h1> |
10 | | -$Id: STATUS.html,v 1.2 2002/06/22 06:52:23 dion Exp $<br /> |
11 | | -<a href="#Introduction">[Introduction]</a> |
12 | | -<a href="#Dependencies">[Dependencies]</a> |
13 | | -<a href="#Release Info">[Release Info]</a> |
14 | | -<a href="#Committers">[Committers]</a> |
15 | | -<a href="#Action Items">[Action Items]</a> |
16 | | -<br /><br /> |
17 | | -</div> |
18 | | - |
19 | | - |
20 | | -<a name="Introduction"></a> |
| 10 | + $Id: STATUS.html,v 1.3 2002/07/08 22:11:19 nicolaken Exp $<br> |
| 11 | + <a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a> |
| 12 | +<a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a> |
| 13 | +<a href="#Action%20Items">[Action Items]</a> <br> |
| 14 | +<br> |
| 15 | + </div> |
| 16 | + <a name="Introduction"></a> |
21 | 17 | <h3>1. INTRODUCTION</h3> |
22 | | - |
23 | | -<p>The <em>IO</em> Component contains a set of Java classes that provide |
24 | | -I/O functionality above and beyond what the JDK provides out of the box. |
25 | | -The following classes are included:</p> |
26 | | -<ul> |
27 | | -<li><strong>TBD</strong> - TBD.</li> |
28 | | -</ul> |
29 | | - |
30 | | - |
31 | | -<a name="Dependencies"></a> |
| 18 | + |
| 19 | +<p>The <em>IO</em> Component contains a set of Java classes that provide I/O |
| 20 | +functionality above and beyond what the JDK provides out of the box. </p> |
| 21 | + |
32 | 22 | <h3>2. DEPENDENCIES</h3> |
33 | | - |
34 | | -<p>The <em>IO</em> component is dependent upon the following external |
35 | | -components for development and use:</p> |
| 23 | + |
| 24 | +<p>The <em>IO</em> component is dependent upon the following external components |
| 25 | +for development and use:</p> |
| 26 | + |
36 | 27 | <ul> |
37 | | -<li><a href="http://java.sun.com/j2se">Java Development Kit</a> |
38 | | - (Version 1.2 or later)</li> |
39 | | -<li><a href="http://www.junit.org">JUnit Testing Framework</a> |
40 | | - (Version 3.7 or later) - for unit tests only, not required |
41 | | - for deployment</li> |
| 28 | + <li><a href="http://java.sun.com/j2se">Java Development Kit</a> (Version |
| 29 | +1.2 or later)</li> |
| 30 | + <li><a href="http://www.junit.org">JUnit Testing Framework</a> (Version |
| 31 | +3.7 or later) - for unit tests only, not required for deployment</li> |
| 32 | + |
42 | 33 | </ul> |
43 | | - |
44 | | - |
45 | | -<a name="Release Info"></a> |
| 34 | + <a name="Release Info"></a> |
46 | 35 | <h3>3. RELEASE INFO</h3> |
47 | | - |
| 36 | + |
48 | 37 | <p>Current Release: IO is yet to be released. We hope it will be RSN.</p> |
49 | | - |
50 | | -<p>Planned Next Release: Real Soon Now :) See the |
51 | | -<a href="#Action Items">Action Items</a> list for tasks that need to be |
52 | | -completed prior to this release.</p> |
53 | | - |
54 | | - |
55 | | -<a name="Committers"></a> |
| 38 | + |
| 39 | +<p>Planned Next Release: Real Soon Now :) See the <a |
| 40 | + href="#Action%20Items">Action Items</a> list for tasks that need to be completed |
| 41 | +prior to this release.</p> |
| 42 | + <a name="Committers"></a> |
56 | 43 | <h3>4. COMMITTERS</h3> |
57 | | - |
58 | | -<p>The following individuals are the primary developers and maintainers of this |
59 | | -component. Developers who plan to use <em>IO</em> in their own |
60 | | -projects are encouraged to collaborate on the future development of this |
61 | | -component to ensure that it continues to meet a variety of needs.</p> |
| 44 | + |
| 45 | +<p>The following individuals are the primary developers and maintainers of |
| 46 | +this component. Developers who plan to use <em>IO</em> in their own projects |
| 47 | +are encouraged to collaborate on the future development of this component |
| 48 | +to ensure that it continues to meet a variety of needs.</p> |
| 49 | + |
62 | 50 | <ul> |
63 | | -<li><a href="mailto:sanders@apache.org">Scott Sanders</a></li> |
64 | | -<li><a href="mailto:dion@apache.org">dIon Gillard</a></li> |
65 | | -<li>Fancy volunteering? We need you!</li> |
| 51 | + <li><a href="mailto:sanders@apache.org">Scott Sanders</a></li> |
| 52 | + <li><a href="mailto:dion@apache.org">dIon Gillard</a></li> |
| 53 | + <li><a href="maito:nicolaken@apache.org">Nicola Ken Barozzi</a><br> |
| 54 | + </li> |
| 55 | + <li>Fancy volunteering? We need you!</li> |
| 56 | + |
66 | 57 | </ul> |
67 | | - |
68 | | - |
69 | | -<a name="Action Items"></a> |
| 58 | + <a name="Action Items"></a> |
70 | 59 | <h3>5. ACTION ITEMS</h3> |
71 | | - |
72 | | -<p>The following action items need to be completed prior to a Version 1.3 |
| 60 | + |
| 61 | +<p>The following action items need to be completed prior to a Version 1.3 |
73 | 62 | release of this component:</p> |
74 | | - |
| 63 | + |
75 | 64 | <table border="1"> |
76 | | - |
77 | | - <tr> |
78 | | - <th width="80%">Action Item</th> |
79 | | - <th width="20%">Volunteer</th> |
80 | | - </tr> |
81 | | - |
82 | | - <tr> |
83 | | - <td><strong>Integration</strong>. Seek and integrate various i/o related classes.</td> |
84 | | - <td align="center">Everyone</td> |
85 | | - </tr> |
86 | | - |
87 | | - <tr> |
88 | | - <td><strong>Install / Use Documentation</strong>. Create simple |
89 | | - installation and User's Guide documentation for this component.</td> |
90 | | - <td align="center">everyone</td> |
91 | | - </tr> |
92 | | - |
| 65 | + <tbody> |
| 66 | + <tr> |
| 67 | + <th width="80%">Action Item</th> |
| 68 | + <th width="20%">Volunteer</th> |
| 69 | + </tr> |
| 70 | + <tr> |
| 71 | + <td><strong>Integration</strong>. Seek and integrate various i/o related |
| 72 | +classes.</td> |
| 73 | + <td align="center">Everyone</td> |
| 74 | + </tr> |
| 75 | + <tr> |
| 76 | + <td><strong>Install / Use Documentation</strong>. Create simple |
| 77 | + installation and User's Guide documentation for this component.</td> |
| 78 | + <td align="center">everyone</td> |
| 79 | + </tr> |
| 80 | + |
| 81 | + </tbody> |
93 | 82 | </table> |
94 | | - |
| 83 | + <br> |
95 | 84 | </body> |
96 | 85 | </html> |
0 commit comments