brekke      2003/03/30 21:25:18

  Modified:    net/xdocs navigation.xml tasks.xml
  Added:       net/xdocs changes.xml
  Removed:     net/xdocs release-notes.xml
  Log:
  Resurrected the changes document since the maven plugin is again working.
  Added the to-do list back into the navigation and fixed up the list.
  
  Revision  Changes    Path
  1.7       +2 -1      jakarta-commons/net/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/xdocs/navigation.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- navigation.xml    19 Feb 2003 05:35:52 -0000      1.6
  +++ navigation.xml    31 Mar 2003 05:25:18 -0000      1.7
  @@ -7,9 +7,10 @@
       <menu name="Documentation">
         <item name="Migration How-to"      href="/migration.html"/>
         <item name="Download"              href="/download.html"/>
  -      <item name="Release Notes"         href="/release-notes.html"/>
  +      <item name="Release Notes"         href="/changes-report.html"/>
       </menu>
       <menu name="Development">
  +      <item name="To-Do List" href="/tasks.html"/>
         <item name="Coding Specifications" href="/code-standards.html"/>
         <item name="Original Proposal"     href="/proposal.html"/>
       </menu>
  
  
  
  1.5       +0 -21     jakarta-commons/net/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/xdocs/tasks.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tasks.xml 26 Jan 2003 05:25:46 -0000      1.4
  +++ tasks.xml 31 Mar 2003 05:25:18 -0000      1.5
  @@ -20,27 +20,6 @@
               commons projects.
             </li>
             <li>
  -            DefaultFTPFileLister doesn't work with every FTP server. 
  -            Some Microsoft and VMS FTP servers foil it. It is also 
  -            wasteful of memory in that it parses the listing into a
  -            complete set of FTPFile instances when it could store the 
  -            listing and just parse the listing on demand through an 
  -            iterator. An FTPFileListParser implementation should be 
  -            created that is backed by the original listing and iterates 
  -            through it using a regular expression. Regular expressions 
  -            could be installed based on FTP server system id's, so when 
  -            a user runs across an unsupported server, he can register a 
  -            regular expression rather than create a completely new 
  -            hand-parsed FTPFileLister implementation. ( Partially implemented
  -            by Steve Cohen )
  -            This partial implementation has some problems since it assumes
  -            that the ftp server is returning one line for each entry.
  -            Some ftp servers return two lines for each entry which makes the
  -            current implementation unusable with those ftp servers.  One
  -            possible solution is to use the regular expression to parse the 
  -            entries instead of assuming each line is one entry. 
  -          </li>
  -          <li>
               Make buffer size settable for FTP data transfers using 
               retrieveFile(). retrieveFile() uses Util.copyStream and a 
               1024 byte buffer which is too small for some applications 
  
  
  
  1.5       +21 -17    jakarta-commons/net/xdocs/changes.xml
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to