cvs commit: jakarta-commons-sandbox/io/xdocs navigation.xml

2004-01-29 Thread scolebourne
scolebourne2004/01/29 15:22:49

  Modified:io   project.xml
   io/xdocs navigation.xml
  Added:   io   project.properties
   io/xdocs/style project.css
  Log:
  Update website to newer commons style
  
  Revision  ChangesPath
  1.19  +42 -94jakarta-commons-sandbox/io/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/io/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml   16 Jan 2004 17:05:21 -  1.18
  +++ project.xml   29 Jan 2004 23:22:48 -  1.19
  @@ -1,82 +1,36 @@
   ?xml version=1.0?
  -project
  -
  -pomVersion3/pomVersion
  -
  -idcommons-io/id
  -nameio/name
  -groupIdjakarta-commons/groupId
  -
  -currentVersionSNAPSHOT/currentVersion
  -
  -organization
  -nameApache Software Foundation/name
  -urlhttp://www.apache.org/url
  -logohttp://jakarta.apache.org/commons/images/jakarta-logo-blue.gif/logo
  -/organization
   
  -inceptionYear2002/inceptionYear
  -packageorg.apache.commons.io/package
  -logo/images/logo.gif/logo
  -
  -!-- Gump integration --
  -gumpRepositoryIdjakarta-io/gumpRepositoryId
  -
  -description
  +project
  +  extend../project.xml/extend
  +  nameIO/name
  +  idcommons-io/id
  +
  +  organization
  +nameApache Software Foundation/name
  +urlhttp://www.apache.org/url
  +logohttp://jakarta.apache.org/images/jakarta-logo.gif/logo
  +  /organization
  +  logo!--/images/logo.png--/logo
  +  
  +  currentVersionSNAPSHOT/currentVersion
  +  inceptionYear2002/inceptionYear
  +  shortDescriptionCommons IO/shortDescription
  +  description
   Commons.IO is a package of Java utility classes for java.io's
   hierarchy.  Classes in this package are considered to be so standard
   and of such high reuse as to justify existence in java.io.
  -/description
  -
  -shortDescriptionJava Common IO Components/shortDescription
  +  /description
  +  urlhttp://jakarta.apache.org/commons/sandbox/io//url
   
  -urlhttp://jakarta.apache.org/commons/sandbox/io//url
  +  siteAddressjakarta.apache.org/siteAddress
  +  siteDirectory/www/jakarta.apache.org/commons/sandbox/io//siteDirectory
   
  -issueTrackingUrl
  -http://issues.apache.org/bugzilla/
  -/issueTrackingUrl
  -
  -siteAddressjakarta.apache.org/siteAddress
  -siteDirectory/www/jakarta.apache.org/commons/sandbox/io//siteDirectory
  -
  -distributionDirectory
  -/www/jakarta.apache.org/builds/jakarta-commons-sandbox/io/
  -/distributionDirectory
  -
  -repository
  -connection
  -scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/io
  -/connection
  -
  -urlhttp://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io//url
  -/repository
  -
  -mailingLists
  -mailingList
  -nameCommons User List/name
  -
  -subscribe
  -[EMAIL PROTECTED]
  -/subscribe
  -
  -unsubscribe
  -[EMAIL PROTECTED]
  -/unsubscribe
  -
  -archive
  -http://nagoya.apache.org:8080/eyebrowse/[EMAIL PROTECTED]
  -/archive
  -/mailingList
  -
  -mailingList
  -nameCommons Developer List/name
  -subscribe[EMAIL PROTECTED]/subscribe
  -unsubscribe[EMAIL PROTECTED]/unsubscribe
  -archive
  -http://nagoya.apache.org:8080/eyebrowse/[EMAIL PROTECTED]
  -/archive
  -/mailingList
  -/mailingLists
  +  repository
  +connection
  +  scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/io
  +/connection
  +urlhttp://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io//url
  +  /repository
   
   developers
   developer
  @@ -122,7 +76,6 @@
   developer
   nameStephen Colebourne/name
   idscolebourne/id
  -email[EMAIL PROTECTED]/email
   organizationSITA ATS/organization
   roles
   roleJava Developer/role
  @@ -203,26 +156,21 @@
   /resources
   /build
   
  -reports
  -reportmaven-javadoc-plugin/report
  -reportmaven-junit-report-plugin/report
  -reportmaven-jxr-plugin/report
  -
  -reportmaven-checkstyle-plugin/report
  -reportmaven-clover-plugin/report
  -reportmaven-linkcheck-plugin/report
  -reportmaven-pmd-plugin/report
  -
  -reportmaven-changes-plugin/report
  -reportmaven-changelog-plugin/report
  -reportmaven-developer-activity-plugin/report
  -reportmaven-file-activity-plugin/report
  -
  -!--
  -TODO: This plugin just 

cvs commit: jakarta-commons-sandbox/io/xdocs navigation.xml

2003-10-20 Thread matth
matth   2003/10/20 21:37:15

  Modified:io/src/java/org/apache/commons/io/input package.html
   io/src/java/org/apache/commons/io/output package.html
   io/xdocs navigation.xml
  Log:
  Added self to STATUS, fixed bad HTML in package descriptions, updated navigation to 
include commons links.
  
  Revision  ChangesPath
  1.2   +7 -1  
jakarta-commons-sandbox/io/src/java/org/apache/commons/io/input/package.html
  
  Index: package.html
  ===
  RCS file: 
/home/cvs/jakarta-commons-sandbox/io/src/java/org/apache/commons/io/input/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html  17 Oct 2003 20:15:46 -  1.1
  +++ package.html  21 Oct 2003 04:37:15 -  1.2
  @@ -1,2 +1,8 @@
  -Implementations of input classes, such as |InputStream| and |Reader|.
  +html
  +body
  +Implementations of input classes, such as
  +codeInputStream/code and
  +codeReader/code.
  +/body
  +/html
   
  
  
  
  1.2   +7 -1  
jakarta-commons-sandbox/io/src/java/org/apache/commons/io/output/package.html
  
  Index: package.html
  ===
  RCS file: 
/home/cvs/jakarta-commons-sandbox/io/src/java/org/apache/commons/io/output/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html  17 Oct 2003 20:15:46 -  1.1
  +++ package.html  21 Oct 2003 04:37:15 -  1.2
  @@ -1,2 +1,8 @@
  -Implementations of output classes, such as |OutputStream| and |Writer|.
  +html
  +body
  +Implementations of output classes, such as
  +codeOutputStream/code and
  +codeWriter/code.
  +/body
  +/html
   
  
  
  
  1.2   +14 -3 jakarta-commons-sandbox/io/xdocs/navigation.xml
  
  Index: navigation.xml
  ===
  RCS file: /home/cvs/jakarta-commons-sandbox/io/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml21 Sep 2003 17:57:00 -  1.1
  +++ navigation.xml21 Oct 2003 04:37:15 -  1.2
  @@ -1,15 +1,26 @@
   ?xml version=1.0?
   
  -project name=commons-io href=
  +!DOCTYPE project [
  +!ENTITY commons-nav SYSTEM ../../incl_nav.xml
  +]
   
  -titlecommons-io/title
  +project name=IO
  +
  +titleIO/title
  +
  +organizationLogo href=/images/jakarta-logo-blue.gif
  +Jakarta
  +   /organizationLogo
   
   body
   
  -menu name=Navigation
  +menu name=Commons IO
   item name=Tasks href=tasks.html/
   /menu
   
  +commons-nav;
  +
   /body
   
   /project
  +
  
  
  

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



cvs commit: jakarta-commons-sandbox/io/xdocs navigation.xml tasks.xml

2003-09-21 Thread matth
matth   2003/09/21 10:57:01

  Added:   io/xdocs navigation.xml tasks.xml
  Log:
  Copied TODOs from STATUS.html to xdocs/tasks.xml and added link in navigation.  
Added self as committer.  Updated maven reports and updated project.xml to pass 
pom:validate
  
  Revision  ChangesPath
  1.1  jakarta-commons-sandbox/io/xdocs/navigation.xml
  
  Index: navigation.xml
  ===
  ?xml version=1.0?
  
  project name=commons-io href=
  
  titlecommons-io/title
  
  body
  
  menu name=Navigation
  item name=Tasks href=tasks.html/
  /menu
  
  /body
  
  /project
  
  
  
  1.1  jakarta-commons-sandbox/io/xdocs/tasks.xml
  
  Index: tasks.xml
  ===
  ?xml version=1.0?
  
  document
  
  body
  section name=Action Items
  
  p
  The following action items need to be completed prior to a Version 
1.0
  release of this component:
  /p
  
  ul
  liCompress - Move the compress sub-package out of IO - READY/li
  liRename FileUtilTest to FileUtilsTest - DONE/li
  liRename *Util.java for *Utils.java for consistency - DONE/li
  liExtract code from IOUtils to CopyUtils? /li
  liRemove StreamUtils as all its methods are in IOUtils - DONE/li
  
  liIOUtils: Remove the toByteArray() variants with the bufferSize
  parameter. Reasoning can be found at
  http://www.mail-archive.com/[EMAIL PROTECTED]/msg19703.html/li
  
  liIOUtils: Change toByteArray() methods to use the new
  ByteArrayOutputStream which should improve performance 
considerably./li
  
  liIOUtils: Remove the deprecated bufferedCopy method. IO is not 
released
  so we should be able to do that - DONE/li
  
  liFileUtils: This class is a big mess ATM. We need to clean it 
up./li
  liSplit IOUtils into IOUtils and CopyUtils - DONE (Matthew 
Hawthorne)/li
  liMore TestCases!!!/li
  liMore Javadocs!!!/li
  /ul
  /section
  
  section name=New Code
  ul
liProxyOutput/InputStream. These are predictable Filter-streams. 
Need to see if FilterWriter/Reader are predictable - DONE/li
li
  FileUtils: Add isFileNewer() method from Alban Peignier:
  ![CDATA[
  http://nagoya.apache.org/eyebrowse/[EMAIL 
PROTECTED]by=threadfrom=348688 - DONE
 ]]
/li
  
liA CsvReader/Writer set of classes in a csv sub-package/li
liFilePoller for telling when a file changes. Look in Tomcat, or 
GenJava[bayard]/li
liJoinReader/ConcatReader. One in GenJava, one submitted to 
Bayard/li
liFormattedWriter, when it writes out values it uses Format objects 
to output them. /li
liFixedWidthReader. Reads in files with a known width, ie) mainframe 
like. /li
liFinder system. Generic code to find things in things. So 
FileFinder, ClassFinder, ZipFinder. Probably too big for IO/li
liAdd an additional ByteArrayOutputStream variant that saves content
  in memory just as the original but starts to write to a temp file 
when
  a given number of bytes is surpassed. This is to reduce the memory
  usage for big things./li
  /ul
  /section
  
  section name=Misc.
  ul
  li
  strongIntegration/strong.  Seek and integrate various i/o related
  classes.
  /li
  
  li
  strongInstall / Use Documentation/strong.  Create simple
  installation and User's Guide documentation for this component.
  /li
 /ul
 /section
  
  /body
  
  /document
  
  
  

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