svn commit: r429751 - /jakarta/commons/sandbox/proxy/trunk/project.properties

2006-08-08 Thread bayard
Author: bayard Date: Tue Aug 8 10:46:54 2006 New Revision: 429751 URL: http://svn.apache.org/viewvc?rev=429751view=rev Log: Moved to a source param of 1.2 to help compiling on JDK 1.5 Modified: jakarta/commons/sandbox/proxy/trunk/project.properties Modified: jakarta/commons/sandbox/proxy

svn commit: r429752 - in /jakarta/commons/sandbox/proxy/trunk/src/test/org/apache/commons/proxy: provider/TestRmiProvider.java util/rmi/RmiEchoImpl.java

2006-08-08 Thread bayard
Author: bayard Date: Tue Aug 8 10:47:28 2006 New Revision: 429752 URL: http://svn.apache.org/viewvc?rev=429752view=rev Log: Modified the RMI test to use 13099 as a port and not 1099. 1099 is the default, so there's always a chance that it might be in use on the machine its running

svn commit: r429391 - in /jakarta/commons/proper/cli/trunk/xdocs: index.xml issue-tracking.xml

2006-08-07 Thread bayard
Author: bayard Date: Mon Aug 7 10:09:33 2006 New Revision: 429391 URL: http://svn.apache.org/viewvc?rev=429391view=rev Log: Applying James Ring's commons-dev posted patch for the issue tracking page; we moved from Bugzilla to JIRA Modified: jakarta/commons/proper/cli/trunk/xdocs/index.xml

svn commit: r429433 - in /jakarta/commons/sandbox/finder/trunk: project.xml src/java/org/apache/commons/finder/Finder.java src/java/org/apache/commons/finder/filters/EmptyFilter.java

2006-08-07 Thread bayard
Author: bayard Date: Mon Aug 7 12:08:27 2006 New Revision: 429433 URL: http://svn.apache.org/viewvc?rev=429433view=rev Log: Moving the dependency from IO 1.2 to IO 1.3-SNAPSHOT (do a maven jar:install in commons-io). Can't move to the nightlies as they're not there (io is failing, need

svn commit: r428643 - /jakarta/commons/proper/lang/trunk/xdocs/tasks.xml

2006-08-04 Thread bayard
Author: bayard Date: Thu Aug 3 23:33:47 2006 New Revision: 428643 URL: http://svn.apache.org/viewvc?rev=428643view=rev Log: Removing the money/currency todo - I can't see us having that in Lang Modified: jakarta/commons/proper/lang/trunk/xdocs/tasks.xml Modified: jakarta/commons/proper

svn commit: r428644 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrSubstitutor.java

2006-08-04 Thread bayard
Author: bayard Date: Thu Aug 3 23:35:51 2006 New Revision: 428644 URL: http://svn.apache.org/viewvc?rev=428644view=rev Log: Line was longer than 120 chars - shortening Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrSubstitutor.java Modified: jakarta

svn commit: r428646 - in /jakarta/commons/proper/lang/trunk: checkstyle.properties maven.xml xdocs/tasks.xml

2006-08-04 Thread bayard
Author: bayard Date: Thu Aug 3 23:44:59 2006 New Revision: 428646 URL: http://svn.apache.org/viewvc?rev=428646view=rev Log: Removing the checkstyle.properties class. There are no checkstyle warnings, and removing the .properties file doesn't make any warnings appear, so it's safe (ish

svn commit: r428647 - /jakarta/commons/proper/lang/trunk/xdocs/tasks.xml

2006-08-04 Thread bayard
Author: bayard Date: Thu Aug 3 23:46:04 2006 New Revision: 428647 URL: http://svn.apache.org/viewvc?rev=428647view=rev Log: Tokenizer has been created, and DateRange/Duration are unlikely to get created. Modified: jakarta/commons/proper/lang/trunk/xdocs/tasks.xml Modified: jakarta/commons

svn commit: r428648 - in /jakarta/commons/proper/lang/trunk: project.properties xdocs/developerguide.xml

2006-08-04 Thread bayard
Author: bayard Date: Thu Aug 3 23:49:04 2006 New Revision: 428648 URL: http://svn.apache.org/viewvc?rev=428648view=rev Log: Removed clover bits that were left over from the switch to cobertura Modified: jakarta/commons/proper/lang/trunk/project.properties jakarta/commons/proper/lang

svn commit: r428651 - /jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt

2006-08-04 Thread bayard
Author: bayard Date: Fri Aug 4 00:05:24 2006 New Revision: 428651 URL: http://svn.apache.org/viewvc?rev=428651view=rev Log: Dropped the 2.1 bugfixes and new features. Moved bugzilla ids to jira ids Modified: jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt Modified: jakarta/commons

svn commit: r428802 - /jakarta/commons/proper/fileupload/trunk/xdocs/using.xml

2006-08-04 Thread bayard
Author: bayard Date: Fri Aug 4 11:00:13 2006 New Revision: 428802 URL: http://svn.apache.org/viewvc?rev=428802view=rev Log: Mention at the top of the user guide that FileUpload depends on Commons IO - as wished for in FILEUPLOAD-114 Modified: jakarta/commons/proper/fileupload/trunk/xdocs

svn commit: r428804 - /jakarta/commons/proper/fileupload/trunk/xdocs/using.xml

2006-08-04 Thread bayard
Author: bayard Date: Fri Aug 4 11:04:36 2006 New Revision: 428804 URL: http://svn.apache.org/viewvc?rev=428804view=rev Log: isMultipartContent is not available in ServletFileUpload - just FileUploadBase. So fixing the user guide as wished for in #FILEUPLOAD-114 Modified: jakarta/commons

svn commit: r428857 - /jakarta/commons/proper/vfs/trunk/pom.xml

2006-08-04 Thread bayard
Author: bayard Date: Fri Aug 4 12:47:46 2006 New Revision: 428857 URL: http://svn.apache.org/viewvc?rev=428857view=rev Log: Adding Vincent Massol's pom file from #VFS-70. Some changes - the groupId is org.apache.commons and not org.apache.commons.vfs and I've removed the announce section

svn commit: r428947 - /jakarta/commons/trunks-sandbox/src/site/site.xml

2006-08-04 Thread bayard
Author: bayard Date: Fri Aug 4 20:07:23 2006 New Revision: 428947 URL: http://svn.apache.org/viewvc?rev=428947view=rev Log: Added WS Commons to the list Modified: jakarta/commons/trunks-sandbox/src/site/site.xml Modified: jakarta/commons/trunks-sandbox/src/site/site.xml URL: http

svn commit: r428948 - /jakarta/commons/sandbox/compress/trunk/pom.xml

2006-08-04 Thread bayard
Author: bayard Date: Fri Aug 4 20:24:09 2006 New Revision: 428948 URL: http://svn.apache.org/viewvc?rev=428948view=rev Log: Fixing the parent-pom version Modified: jakarta/commons/sandbox/compress/trunk/pom.xml Modified: jakarta/commons/sandbox/compress/trunk/pom.xml URL: http

svn commit: r428949 - /jakarta/commons/sandbox/csv/trunk/pom.xml

2006-08-04 Thread bayard
Author: bayard Date: Fri Aug 4 20:28:55 2006 New Revision: 428949 URL: http://svn.apache.org/viewvc?rev=428949view=rev Log: Fixing the parent-pom version Modified: jakarta/commons/sandbox/csv/trunk/pom.xml Modified: jakarta/commons/sandbox/csv/trunk/pom.xml URL: http://svn.apache.org

svn commit: r428255 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/TransformerMap.java

2006-08-03 Thread bayard
Author: bayard Date: Wed Aug 2 23:19:28 2006 New Revision: 428255 URL: http://svn.apache.org/viewvc?rev=428255view=rev Log: Fixing typo as pointed out by Remi Arntzen on commons-dev Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/TransformerMap.java

svn commit: r428258 - in /jakarta/commons/proper/attributes/trunk: compiler/manifest.mf compiler/project.xml plugin/manifest.mf plugin/project.xml project.xml unittest/project.xml

2006-08-03 Thread bayard
Author: bayard Date: Wed Aug 2 23:31:00 2006 New Revision: 428258 URL: http://svn.apache.org/viewvc?rev=428258view=rev Log: Moved from 2.2-rc1 to 2.2 Modified: jakarta/commons/proper/attributes/trunk/compiler/manifest.mf jakarta/commons/proper/attributes/trunk/compiler/project.xml

svn commit: r428636 - /jakarta/commons/proper/lang/trunk/xdocs/index.xml

2006-08-03 Thread bayard
Author: bayard Date: Thu Aug 3 22:59:33 2006 New Revision: 428636 URL: http://svn.apache.org/viewvc?rev=428636view=rev Log: Switching from 2.1 to 2.2 Modified: jakarta/commons/proper/lang/trunk/xdocs/index.xml Modified: jakarta/commons/proper/lang/trunk/xdocs/index.xml URL: http

svn commit: r427459 - in /jakarta/commons/proper/attributes/trunk: api/manifest.mf build.xml compiler/manifest.mf

2006-08-01 Thread bayard
Author: bayard Date: Mon Jul 31 23:17:13 2006 New Revision: 427459 URL: http://svn.apache.org/viewvc?rev=427459view=rev Log: Added manifests for api and compiler Added: jakarta/commons/proper/attributes/trunk/api/manifest.mf (with props) jakarta/commons/proper/attributes/trunk/compiler

svn commit: r427461 - in /jakarta/commons/proper/attributes/trunk: api/manifest.mf compiler/manifest.mf

2006-08-01 Thread bayard
Author: bayard Date: Mon Jul 31 23:17:47 2006 New Revision: 427461 URL: http://svn.apache.org/viewvc?rev=427461view=rev Log: 2.2-rc2 to 2.2 Modified: jakarta/commons/proper/attributes/trunk/api/manifest.mf jakarta/commons/proper/attributes/trunk/compiler/manifest.mf Modified: jakarta

svn commit: r427470 - in /jakarta/commons/sandbox/csv/trunk/src: java/org/apache/commons/csv/CSVParser.java test/org/apache/commons/csv/CSVParserTest.java

2006-08-01 Thread bayard
Author: bayard Date: Mon Jul 31 23:50:08 2006 New Revision: 427470 URL: http://svn.apache.org/viewvc?rev=427470view=rev Log: Fixing bug reported byu Markus Rogg in #SANDBOX-153. Whitespace was being treated specially when it was not the delimiter. Unit test and patch applied. Modified

svn commit: r425265 - in /jakarta/commons/proper/attributes/trunk: RELEASE.txt RELEASE_NOTES.txt

2006-07-24 Thread bayard
Author: bayard Date: Mon Jul 24 20:14:59 2006 New Revision: 425265 URL: http://svn.apache.org/viewvc?rev=425265view=rev Log: Renaming the release notes in accordance with other components Added: jakarta/commons/proper/attributes/trunk/RELEASE_NOTES.txt - copied unchanged from r425263

svn commit: r424901 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text: StrSubstitutor.java VariableFormatter.java

2006-07-23 Thread bayard
Author: bayard Date: Sun Jul 23 21:49:58 2006 New Revision: 424901 URL: http://svn.apache.org/viewvc?rev=424901view=rev Log: Missing ) in javadoc Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrSubstitutor.java jakarta/commons/proper/lang/trunk/src

svn commit: r424903 - /jakarta/commons/proper/attributes/tags/CA_2_2_RC2/

2006-07-23 Thread bayard
Author: bayard Date: Sun Jul 23 22:11:16 2006 New Revision: 424903 URL: http://svn.apache.org/viewvc?rev=424903view=rev Log: Preparing the 2.2 rc2 release with fixed dist files Added: jakarta/commons/proper/attributes/tags/CA_2_2_RC2/ - copied from r424902, jakarta/commons/proper

svn commit: r424906 - in /jakarta/commons/proper/attributes/tags/CA_2_2_RC2: build.xml project.xml

2006-07-23 Thread bayard
Author: bayard Date: Sun Jul 23 22:17:23 2006 New Revision: 424906 URL: http://svn.apache.org/viewvc?rev=424906view=rev Log: Version set to 2.2-rc2 Modified: jakarta/commons/proper/attributes/tags/CA_2_2_RC2/build.xml jakarta/commons/proper/attributes/tags/CA_2_2_RC2/project.xml

svn commit: r424530 - /jakarta/commons/proper/attributes/trunk/maven.xml

2006-07-22 Thread bayard
Author: bayard Date: Sat Jul 22 00:18:34 2006 New Revision: 424530 URL: http://svn.apache.org/viewvc?rev=424530view=rev Log: Adjusted the tar.gz/zip files so they are prefixed with the project name Modified: jakarta/commons/proper/attributes/trunk/maven.xml Modified: jakarta/commons/proper

svn commit: r424198 - in /jakarta/commons/sandbox/finder/trunk: project.xml src/java/org/apache/commons/finder/filters/NameFilter.java

2006-07-21 Thread bayard
Author: bayard Date: Thu Jul 20 23:39:58 2006 New Revision: 424198 URL: http://svn.apache.org/viewvc?rev=424198view=rev Log: Returned the IO dependency after chatting with Niall. Better to wait until we have are closer to a release to decide how this should relate to IO. Also added Niall's name

svn commit: r424199 - /jakarta/commons/sandbox/finder/trunk/src/java/org/apache/commons/finder/filters/NameFilter.java

2006-07-21 Thread bayard
Author: bayard Date: Thu Jul 20 23:43:53 2006 New Revision: 424199 URL: http://svn.apache.org/viewvc?rev=424199view=rev Log: Changed the matchOnSystem to ignoreCase - that fits the INAME/IPATH functionality in unix find (and stops the test failing on *nix). Also removed two variables that were

svn commit: r424206 - in /jakarta/commons/sandbox/finder/trunk/src/test: find-data/size/file org/apache/commons/finder/FileFinderTest.java

2006-07-21 Thread bayard
Author: bayard Date: Fri Jul 21 00:01:00 2006 New Revision: 424206 URL: http://svn.apache.org/viewvc?rev=424206view=rev Log: Switching the size test from a 1k test to a 4k test. On *nix the directory returns when doing 1k, on Windows it sounds like it doesn't. Of course Windows directories

svn commit: r424447 - in /jakarta/commons/proper/modeler/trunk: KEYS KEYS.txt

2006-07-21 Thread bayard
Author: bayard Date: Fri Jul 21 13:33:36 2006 New Revision: 424447 URL: http://svn.apache.org/viewvc?rev=424447view=rev Log: Renamed the KEYS.txt file to match the other components that have a KEYS file. Only 9 of these, which means we have a bunch of KEYS that are not in svn Added: jakarta

svn commit: r424448 - in /jakarta/commons/proper/attributes/trunk: README.html maven.xml

2006-07-21 Thread bayard
Author: bayard Date: Fri Jul 21 13:38:18 2006 New Revision: 424448 URL: http://svn.apache.org/viewvc?rev=424448view=rev Log: Switched from tgz to tar.gz as that matches the general style of other components Modified: jakarta/commons/proper/attributes/trunk/README.html jakarta/commons

svn commit: r423801 - /jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml

2006-07-20 Thread bayard
Author: bayard Date: Wed Jul 19 23:37:45 2006 New Revision: 423801 URL: http://svn.apache.org/viewvc?rev=423801view=rev Log: Improving front page a bit Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml Modified: jakarta/commons/proper/attributes/trunk/site/xdocs

svn commit: r423802 - /jakarta/commons/proper/attributes/trunk/site/xdocs/faq.xml

2006-07-20 Thread bayard
Author: bayard Date: Wed Jul 19 23:40:35 2006 New Revision: 423802 URL: http://svn.apache.org/viewvc?rev=423802view=rev Log: Added FAQ entry on C-A having reached end of life Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/faq.xml Modified: jakarta/commons/proper/attributes

svn commit: r423803 - in /jakarta/commons/proper/attributes/trunk: compiler/project.xml plugin/project.xml project.xml unittest/project.xml

2006-07-20 Thread bayard
Author: bayard Date: Wed Jul 19 23:41:52 2006 New Revision: 423803 URL: http://svn.apache.org/viewvc?rev=423803view=rev Log: switched version numbers to 2.2-rc1 for a trial release Modified: jakarta/commons/proper/attributes/trunk/compiler/project.xml jakarta/commons/proper/attributes

svn commit: r423804 - /jakarta/commons/proper/attributes/tags/CA_2_1_RC1/trunk/

2006-07-20 Thread bayard
Author: bayard Date: Wed Jul 19 23:42:45 2006 New Revision: 423804 URL: http://svn.apache.org/viewvc?rev=423804view=rev Log: preparing for an rc1 Added: jakarta/commons/proper/attributes/tags/CA_2_1_RC1/trunk/ - copied from r423803, jakarta/commons/proper/attributes/trunk

svn commit: r423805 - /jakarta/commons/proper/attributes/tags/CA_2_2_RC1/

2006-07-20 Thread bayard
Author: bayard Date: Wed Jul 19 23:43:26 2006 New Revision: 423805 URL: http://svn.apache.org/viewvc?rev=423805view=rev Log: preparing for an rc1 Added: jakarta/commons/proper/attributes/tags/CA_2_2_RC1/ - copied from r423804, jakarta/commons/proper/attributes/trunk

svn commit: r423806 - /jakarta/commons/proper/attributes/tags/CA_2_1_RC1/trunk/

2006-07-20 Thread bayard
Author: bayard Date: Wed Jul 19 23:44:35 2006 New Revision: 423806 URL: http://svn.apache.org/viewvc?rev=423806view=rev Log: Bad copy Removed: jakarta/commons/proper/attributes/tags/CA_2_1_RC1/trunk/ - To unsubscribe, e

svn commit: r424192 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/time/DateUtils.java test/org/apache/commons/lang/time/DateUtilsTest.java

2006-07-20 Thread bayard
Author: bayard Date: Thu Jul 20 22:47:07 2006 New Revision: 424192 URL: http://svn.apache.org/viewvc?rev=424192view=rev Log: Adding Niall's fix for LANG-59 - an edge case in date truncation - and his enhancement for the unit test that was there. Modified: jakarta/commons/proper/lang

svn commit: r423725 - in /jakarta/commons/sandbox/finder/trunk/src/java/org/apache/commons: finder/ io/find/

2006-07-19 Thread bayard
Author: bayard Date: Wed Jul 19 19:47:59 2006 New Revision: 423725 URL: http://svn.apache.org/viewvc?rev=423725view=rev Log: Moved org.apache.commons.io.find to org.apache.commons.finder Added: jakarta/commons/sandbox/finder/trunk/src/java/org/apache/commons/finder/ - copied from

svn commit: r423726 - in /jakarta/commons/sandbox/finder/trunk/src/test/org/apache/commons: finder/ io/find/

2006-07-19 Thread bayard
Author: bayard Date: Wed Jul 19 19:49:02 2006 New Revision: 423726 URL: http://svn.apache.org/viewvc?rev=423726view=rev Log: Moved org.apache.commons.io.find to org.apache.commons.finder Added: jakarta/commons/sandbox/finder/trunk/src/test/org/apache/commons/finder/ - copied from

svn commit: r423727 - in /jakarta/commons/sandbox/finder/trunk/src: java/org/apache/commons/finder/ java/org/apache/commons/io/ test/org/apache/commons/finder/ test/org/apache/commons/io/

2006-07-19 Thread bayard
Author: bayard Date: Wed Jul 19 19:49:46 2006 New Revision: 423727 URL: http://svn.apache.org/viewvc?rev=423727view=rev Log: Removed dead io dirs. Fixed package in java files following moves Removed: jakarta/commons/sandbox/finder/trunk/src/java/org/apache/commons/io/ jakarta/commons

svn commit: r423752 - in /jakarta/commons/sandbox/csv/trunk: ./ xdocs/ xdocs/style/

2006-07-19 Thread bayard
Author: bayard Date: Wed Jul 19 21:26:20 2006 New Revision: 423752 URL: http://svn.apache.org/viewvc?rev=423752view=rev Log: Applying all of Niall's nice work for finder back over to csv (from which finder was copied) Added: jakarta/commons/sandbox/csv/trunk/maven.xml (with props

svn commit: r423789 - /jakarta/commons/proper/modeler/trunk/xdocs/index.xml

2006-07-19 Thread bayard
Author: bayard Date: Wed Jul 19 22:58:06 2006 New Revision: 423789 URL: http://svn.apache.org/viewvc?rev=423789view=rev Log: Switched javadoc adhoc link to a relative url - minor, but I figure there'll be another build anyway Modified: jakarta/commons/proper/modeler/trunk/xdocs/index.xml

svn commit: r423790 - /jakarta/commons/proper/modeler/trunk/xdocs/downloads.xml

2006-07-19 Thread bayard
Author: bayard Date: Wed Jul 19 22:58:25 2006 New Revision: 423790 URL: http://svn.apache.org/viewvc?rev=423790view=rev Log: Added link for 2.0 with undetermined release date Modified: jakarta/commons/proper/modeler/trunk/xdocs/downloads.xml Modified: jakarta/commons/proper/modeler/trunk

svn commit: r422994 - in /jakarta/commons/proper/commons-build/trunk: menus/sandbox-items.ent parts/sandbox-table.ent

2006-07-18 Thread bayard
Author: bayard Date: Tue Jul 18 00:16:24 2006 New Revision: 422994 URL: http://svn.apache.org/viewvc?rev=422994view=rev Log: Added Finder component Modified: jakarta/commons/proper/commons-build/trunk/menus/sandbox-items.ent jakarta/commons/proper/commons-build/trunk/parts/sandbox

svn commit: r423007 - /jakarta/commons/sandbox/finder/trunk/project.xml

2006-07-18 Thread bayard
Author: bayard Date: Tue Jul 18 01:10:41 2006 New Revision: 423007 URL: http://svn.apache.org/viewvc?rev=423007view=rev Log: Fix name of project. Doh. Modified: jakarta/commons/sandbox/finder/trunk/project.xml Modified: jakarta/commons/sandbox/finder/trunk/project.xml URL: http

svn commit: r423273 - in /jakarta/commons/proper/commons-build/trunk: nightly_proper_ant_list.txt nightly_proper_maven_list.txt

2006-07-18 Thread bayard
Author: bayard Date: Tue Jul 18 15:45:12 2006 New Revision: 423273 URL: http://svn.apache.org/viewvc?rev=423273view=rev Log: Moved VFS from Ant to Maven to see if it'll deploy to the repository Modified: jakarta/commons/proper/commons-build/trunk/nightly_proper_ant_list.txt jakarta

svn commit: r422958 - /jakarta/commons/proper/commons-build/trunk/nightly_sandbox_maven_list.txt

2006-07-17 Thread bayard
Author: bayard Date: Mon Jul 17 21:22:18 2006 New Revision: 422958 URL: http://svn.apache.org/viewvc?rev=422958view=rev Log: Start doing nightly builds of finder Modified: jakarta/commons/proper/commons-build/trunk/nightly_sandbox_maven_list.txt Modified: jakarta/commons/proper/commons

svn commit: r422392 - /jakarta/commons/proper/modeler/trunk/xdocs/issue-tracking.xml

2006-07-16 Thread bayard
Author: bayard Date: Sun Jul 16 00:25:39 2006 New Revision: 422392 URL: http://svn.apache.org/viewvc?rev=422392view=rev Log: Fixing grammar Modified: jakarta/commons/proper/modeler/trunk/xdocs/issue-tracking.xml Modified: jakarta/commons/proper/modeler/trunk/xdocs/issue-tracking.xml URL

svn commit: r422393 - /jakarta/commons/proper/modeler/trunk/xdocs/downloads.xml

2006-07-16 Thread bayard
Author: bayard Date: Sun Jul 16 00:29:16 2006 New Revision: 422393 URL: http://svn.apache.org/viewvc?rev=422393view=rev Log: Linking directly to svn urls and not via viewcvs Modified: jakarta/commons/proper/modeler/trunk/xdocs/downloads.xml Modified: jakarta/commons/proper/modeler/trunk

svn commit: r422394 - /jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml

2006-07-16 Thread bayard
Author: bayard Date: Sun Jul 16 00:38:05 2006 New Revision: 422394 URL: http://svn.apache.org/viewvc?rev=422394view=rev Log: Added download bit so people don't all go running off to get the jars from ibiblio. Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml Modified

svn commit: r422396 - in /jakarta/commons/proper: betwixt/trunk/xdocs/ dbcp/trunk/xdocs/ dbutils/trunk/xdocs/ jexl/trunk/xdocs/ launcher/trunk/xdocs/ math/trunk/xdocs/ pool/trunk/xdocs/ primitives/tru

2006-07-16 Thread bayard
Author: bayard Date: Sun Jul 16 00:45:31 2006 New Revision: 422396 URL: http://svn.apache.org/viewvc?rev=422396view=rev Log: Changing cvs.apache.org to people.apache.org. None of these locations appear to point to an svn or cvs url Modified: jakarta/commons/proper/betwixt/trunk/xdocs

svn commit: r422397 - in /jakarta/commons/proper: betwixt/trunk/ email/trunk/ jelly/trunk/ jelly/trunk/jelly-tags/ math/trunk/ vfs/trunk/

2006-07-16 Thread bayard
Author: bayard Date: Sun Jul 16 00:48:38 2006 New Revision: 422397 URL: http://svn.apache.org/viewvc?rev=422397view=rev Log: Changing cvs.apache.org to people.apache.org. None of these locations appear to point to an svn or cvs url Modified: jakarta/commons/proper/betwixt/trunk

svn commit: r422328 - in /jakarta/commons/proper/lang/trunk: RELEASE-NOTES-2.0.txt RELEASE-NOTES-2.1.txt

2006-07-15 Thread bayard
Author: bayard Date: Sat Jul 15 18:14:52 2006 New Revision: 422328 URL: http://svn.apache.org/viewvc?rev=422328view=rev Log: Removing old release notes. Removed: jakarta/commons/proper/lang/trunk/RELEASE-NOTES-2.0.txt jakarta/commons/proper/lang/trunk/RELEASE-NOTES-2.1.txt

svn commit: r422348 - /jakarta/commons/sandbox/finder/

2006-07-15 Thread bayard
Author: bayard Date: Sat Jul 15 20:47:47 2006 New Revision: 422348 URL: http://svn.apache.org/viewvc?rev=422348view=rev Log: Preparing to make a finder component in sandbox Added: jakarta/commons/sandbox/finder

svn commit: r422349 - /jakarta/commons/sandbox/finder/trunk/

2006-07-15 Thread bayard
Author: bayard Date: Sat Jul 15 20:47:50 2006 New Revision: 422349 URL: http://svn.apache.org/viewvc?rev=422349view=rev Log: Preparing to make a finder component in sandbox Added: jakarta/commons/sandbox/finder/trunk

svn commit: r422350 - /jakarta/commons/sandbox/finder/trunk/src/

2006-07-15 Thread bayard
Author: bayard Date: Sat Jul 15 20:47:54 2006 New Revision: 422350 URL: http://svn.apache.org/viewvc?rev=422350view=rev Log: Preparing to make a finder component in sandbox Added: jakarta/commons/sandbox/finder/trunk/src

svn commit: r422351 - /jakarta/commons/sandbox/finder/trunk/src/

2006-07-15 Thread bayard
Author: bayard Date: Sat Jul 15 20:48:50 2006 New Revision: 422351 URL: http://svn.apache.org/viewvc?rev=422351view=rev Log: One too many Removed: jakarta/commons/sandbox/finder/trunk/src/ - To unsubscribe, e-mail: [EMAIL

svn commit: r422352 - in /jakarta/commons: proper/io/branches/finder-reminder/ sandbox/finder/trunk/src/

2006-07-15 Thread bayard
Author: bayard Date: Sat Jul 15 20:49:31 2006 New Revision: 422352 URL: http://svn.apache.org/viewvc?rev=422352view=rev Log: Moving the Finder code of Commons IO into its own component Added: jakarta/commons/sandbox/finder/trunk/src/ - copied from r422351, jakarta/commons/proper/io

svn commit: r422353 - /jakarta/commons/trunks-sandbox/

2006-07-15 Thread bayard
Author: bayard Date: Sat Jul 15 20:51:08 2006 New Revision: 422353 URL: http://svn.apache.org/viewvc?rev=422353view=rev Log: Adding finder to the sandbox externals list Modified: jakarta/commons/trunks-sandbox/ (props changed) Propchange: jakarta/commons/trunks-sandbox

svn commit: r422354 - in /jakarta/commons/sandbox/finder/trunk: LICENSE.txt NOTICE.txt project.properties project.xml xdocs/ xdocs/index.xml

2006-07-15 Thread bayard
Author: bayard Date: Sat Jul 15 20:53:36 2006 New Revision: 422354 URL: http://svn.apache.org/viewvc?rev=422354view=rev Log: Copied over csv files to get started, need editing Added: jakarta/commons/sandbox/finder/trunk/LICENSE.txt - copied unchanged from r422353, jakarta/commons

svn commit: r422356 - in /jakarta/commons/sandbox/finder/trunk: checkstyle.xml project.xml xdocs/index.xml

2006-07-15 Thread bayard
Author: bayard Date: Sat Jul 15 20:56:11 2006 New Revision: 422356 URL: http://svn.apache.org/viewvc?rev=422356view=rev Log: Made things relevant to finder and not csv and added a checkstyle from csv Added: jakarta/commons/sandbox/finder/trunk/checkstyle.xml - copied unchanged from

svn commit: r422359 - /jakarta/commons/sandbox/finder/trunk/project.xml

2006-07-15 Thread bayard
Author: bayard Date: Sat Jul 15 21:00:22 2006 New Revision: 422359 URL: http://svn.apache.org/viewvc?rev=422359view=rev Log: Add commons-io dependency for the wildcardMatch method Modified: jakarta/commons/sandbox/finder/trunk/project.xml Modified: jakarta/commons/sandbox/finder/trunk

svn commit: r422362 - /jakarta/commons/sandbox/id/trunk/src/test/org/apache/commons/id/uuid/UUIDTest.java

2006-07-15 Thread bayard
Author: bayard Date: Sat Jul 15 21:04:44 2006 New Revision: 422362 URL: http://svn.apache.org/viewvc?rev=422362view=rev Log: Renaming cvs.apache.org to people.apache.org. It doesn't look like it hurts the test in any way and getting cvs.apache.org out of our stuff is good as the domain name

svn commit: r422364 - in /jakarta/commons: sandbox/compress/trunk/ sandbox/csv/trunk/ sandbox/csv/trunk/xdocs/ sandbox/finder/trunk/ sandbox/finder/trunk/xdocs/ sandbox/i18n/trunk/ sandbox/i18n/trunk/

2006-07-15 Thread bayard
Author: bayard Date: Sat Jul 15 21:08:27 2006 New Revision: 422364 URL: http://svn.apache.org/viewvc?rev=422364view=rev Log: Changing cvs.apache.org to people.apache.org. None of these locations appear to point to an svn or cvs url Modified: jakarta/commons/sandbox/compress/trunk

svn commit: r421819 - /jakarta/commons/proper/attributes/trunk/site/xdocs/navigation.xml

2006-07-14 Thread bayard
Author: bayard Date: Thu Jul 13 23:58:51 2006 New Revision: 421819 URL: http://svn.apache.org/viewvc?rev=421819view=rev Log: Added link to download page Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/navigation.xml Modified: jakarta/commons/proper/attributes/trunk/site/xdocs

svn commit: r421532 - in /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io: input/CountingInputStream.java output/CountingOutputStream.java

2006-07-13 Thread bayard
Author: bayard Date: Thu Jul 13 00:54:43 2006 New Revision: 421532 URL: http://svn.apache.org/viewvc?rev=421532view=rev Log: now deprecated Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/CountingInputStream.java jakarta/commons/proper/io/trunk/src/java

svn commit: r421150 - /jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI12Test.java

2006-07-12 Thread bayard
Author: bayard Date: Tue Jul 11 23:06:07 2006 New Revision: 421150 URL: http://svn.apache.org/viewvc?rev=421150view=rev Log: Unit test created by Andrew Shirley (see CLI-12) added to show that the issue does not crop up in the CLI 2 API. Added: jakarta/commons/proper/cli/trunk/src/test

svn commit: r421154 - /jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI12Test.java

2006-07-12 Thread bayard
Author: bayard Date: Tue Jul 11 23:09:02 2006 New Revision: 421154 URL: http://svn.apache.org/viewvc?rev=421154view=rev Log: Fix copyright year. Though I think we'll stop doing this pretty soon Modified: jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI12Test.java

svn commit: r421163 - /jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/bug/BugCLI80Test.java

2006-07-12 Thread bayard
Author: bayard Date: Tue Jul 11 23:21:58 2006 New Revision: 421163 URL: http://svn.apache.org/viewvc?rev=421163view=rev Log: Unit test created by Andrew Shirley (see CLI-80) added to show that the issue of allowing repeated options does not crop up in the CLI 2 API. Added: jakarta/commons

svn commit: r421183 - in /jakarta/commons/proper/attributes/trunk: api/project.xml compiler/project.xml plugin/project.xml project.xml unittest/project.xml

2006-07-12 Thread bayard
Author: bayard Date: Wed Jul 12 01:04:13 2006 New Revision: 421183 URL: http://svn.apache.org/viewvc?rev=421183view=rev Log: Moved back to the commons-attributes groupId instead of the future org.apache.commons groupId Modified: jakarta/commons/proper/attributes/trunk/api/project.xml

svn commit: r420425 - /jakarta/commons/proper/attributes/trunk/unittest/project.xml

2006-07-09 Thread bayard
Author: bayard Date: Sun Jul 9 21:56:43 2006 New Revision: 420425 URL: http://svn.apache.org/viewvc?rev=420425view=rev Log: groupId has changed for the main jars now to org.apache.commons. Fixing in the tests. Modified: jakarta/commons/proper/attributes/trunk/unittest/project.xml

svn commit: r419469 - in /jakarta/commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils: MockResultSet.java MockResultSetMetaData.java

2006-07-06 Thread bayard
Author: bayard Date: Wed Jul 5 23:56:56 2006 New Revision: 419469 URL: http://svn.apache.org/viewvc?rev=419469view=rev Log: Changed mocks to throw UnsupportedOperationException for unimplemented methods instead of being stubbed out as requested in DBUTILS-7 Modified: jakarta/commons

svn commit: r419651 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java

2006-07-06 Thread bayard
Author: bayard Date: Thu Jul 6 11:43:02 2006 New Revision: 419651 URL: http://svn.apache.org/viewvc?rev=419651view=rev Log: Applying javadoc fixes from Michael Heuer for the stripXxx methods as mentioned in LANG-270 Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons

svn commit: r419176 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DurationFormatUtils.java

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:33:33 2006 New Revision: 419176 URL: http://svn.apache.org/viewvc?rev=419176view=rev Log: Added hashCode method for inner Token class as recommended by PMD Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time

svn commit: r419177 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:36:02 2006 New Revision: 419177 URL: http://svn.apache.org/viewvc?rev=419177view=rev Log: Fixed a bit of javadoc with bad xhtml Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/ArrayUtils.java Modified: jakarta/commons/proper

svn commit: r419131 - /jakarta/commons/proper/commons-build/trunk/nightly_sandbox_maven_list.txt

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 18:32:39 2006 New Revision: 419131 URL: http://svn.apache.org/viewvc?rev=419131view=rev Log: Adding CSV to the nightly builds Modified: jakarta/commons/proper/commons-build/trunk/nightly_sandbox_maven_list.txt Modified: jakarta/commons/proper/commons-build

svn commit: r419181 - /jakarta/commons/sandbox/csv/trunk/project.xml

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:41:35 2006 New Revision: 419181 URL: http://svn.apache.org/viewvc?rev=419181view=rev Log: added Jakarta link (copy from Lang) Modified: jakarta/commons/sandbox/csv/trunk/project.xml Modified: jakarta/commons/sandbox/csv/trunk/project.xml URL: http

svn commit: r419178 - /jakarta/commons/sandbox/csv/trunk/project.xml

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:38:07 2006 New Revision: 419178 URL: http://svn.apache.org/viewvc?rev=419178view=rev Log: Added mailing list details Modified: jakarta/commons/sandbox/csv/trunk/project.xml Modified: jakarta/commons/sandbox/csv/trunk/project.xml URL: http://svn.apache.org

svn commit: r419174 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: ./ builder/ text/ time/

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:14:13 2006 New Revision: 419174 URL: http://svn.apache.org/viewvc?rev=419174view=rev Log: Minor style fixes suggested by checkstyle Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java jakarta/commons

svn commit: r419122 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/ArrayUtils.java test/org/apache/commons/lang/ArrayUtilsTest.java

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 17:04:28 2006 New Revision: 419122 URL: http://svn.apache.org/viewvc?rev=419122view=rev Log: Adding the missing char/Character methods in ArrayUtils, as pointed out (and patched) by Andres Almiray in LANG-267 Modified: jakarta/commons/proper/lang/trunk/src

svn commit: r419185 - /jakarta/commons/sandbox/csv/trunk/xdocs/index.xml

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:51:37 2006 New Revision: 419185 URL: http://svn.apache.org/viewvc?rev=419185view=rev Log: Improved front page Modified: jakarta/commons/sandbox/csv/trunk/xdocs/index.xml Modified: jakarta/commons/sandbox/csv/trunk/xdocs/index.xml URL: http

svn commit: r419183 - in /jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv: CSVParser.java CSVPrinter.java

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:43:18 2006 New Revision: 419183 URL: http://svn.apache.org/viewvc?rev=419183view=rev Log: Unused imports Modified: jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVParser.java jakarta/commons/sandbox/csv/trunk/src/java/org/apache

svn commit: r419184 - /jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVStrategy.java

2006-07-05 Thread bayard
Author: bayard Date: Tue Jul 4 23:45:05 2006 New Revision: 419184 URL: http://svn.apache.org/viewvc?rev=419184view=rev Log: @return is meaningless in a constructor Modified: jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVStrategy.java Modified: jakarta/commons

svn commit: r418831 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java

2006-07-03 Thread bayard
Author: bayard Date: Mon Jul 3 12:11:02 2006 New Revision: 418831 URL: http://svn.apache.org/viewvc?rev=418831view=rev Log: Added note in javadoc of issue reported in LANG-66 Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java Modified

svn commit: r418833 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringEscapeUtils.java

2006-07-03 Thread bayard
Author: bayard Date: Mon Jul 3 12:19:51 2006 New Revision: 418833 URL: http://svn.apache.org/viewvc?rev=418833view=rev Log: Fixed escaping of backslash-u in javadoc notes for issue reported in LANG-66 Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang

svn commit: r418834 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsTest.java

2006-07-03 Thread bayard
Author: bayard Date: Mon Jul 3 12:21:14 2006 New Revision: 418834 URL: http://svn.apache.org/viewvc?rev=418834view=rev Log: Adding unit test for LANG-59. Sometimes passes, sometimes fails Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsTest.java

svn commit: r418918 - /jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DurationFormatUtilsTest.java

2006-07-03 Thread bayard
Author: bayard Date: Mon Jul 3 22:38:56 2006 New Revision: 418918 URL: http://svn.apache.org/viewvc?rev=418918view=rev Log: Removing trace statement Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DurationFormatUtilsTest.java Modified: jakarta/commons

svn commit: r417319 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/RandomStringUtils.java test/org/apache/commons/lang/RandomStringUtilsTest.java

2006-06-26 Thread bayard
Author: bayard Date: Mon Jun 26 17:28:43 2006 New Revision: 417319 URL: http://svn.apache.org/viewvc?rev=417319view=rev Log: Adding a test and a fix for LANG-100. This is a bug in which the randomly created String can sometimes be illegal unicode; because the code does not consider when

svn commit: r417050 - /jakarta/commons/proper/cli/branches/unlabeled-1.1.2/

2006-06-25 Thread bayard
Author: bayard Date: Sun Jun 25 13:16:11 2006 New Revision: 417050 URL: http://svn.apache.org/viewvc?rev=417050view=rev Log: Removing cvs2svn migration flotsam Removed: jakarta/commons/proper/cli/branches/unlabeled-1.1.2

svn commit: r417051 - /jakarta/commons/proper/cli/branches/unlabeled-1.13.2/

2006-06-25 Thread bayard
Author: bayard Date: Sun Jun 25 13:16:43 2006 New Revision: 417051 URL: http://svn.apache.org/viewvc?rev=417051view=rev Log: Removing cvs2svn migration flotsam Removed: jakarta/commons/proper/cli/branches/unlabeled-1.13.2

svn commit: r417052 - /jakarta/commons/proper/cli/branches/unlabeled-1.15.2/

2006-06-25 Thread bayard
Author: bayard Date: Sun Jun 25 13:16:53 2006 New Revision: 417052 URL: http://svn.apache.org/viewvc?rev=417052view=rev Log: Removing cvs2svn migration flotsam Removed: jakarta/commons/proper/cli/branches/unlabeled-1.15.2

svn commit: r417053 - /jakarta/commons/proper/cli/branches/unlabeled-1.17.2/

2006-06-25 Thread bayard
Author: bayard Date: Sun Jun 25 13:17:06 2006 New Revision: 417053 URL: http://svn.apache.org/viewvc?rev=417053view=rev Log: Removing cvs2svn migration flotsam Removed: jakarta/commons/proper/cli/branches/unlabeled-1.17.2

svn commit: r417054 - /jakarta/commons/proper/cli/branches/unlabeled-1.19.2/

2006-06-25 Thread bayard
Author: bayard Date: Sun Jun 25 13:17:15 2006 New Revision: 417054 URL: http://svn.apache.org/viewvc?rev=417054view=rev Log: Removing cvs2svn migration flotsam Removed: jakarta/commons/proper/cli/branches/unlabeled-1.19.2

svn commit: r417055 - /jakarta/commons/proper/cli/branches/unlabeled-1.20.2/

2006-06-25 Thread bayard
Author: bayard Date: Sun Jun 25 13:17:27 2006 New Revision: 417055 URL: http://svn.apache.org/viewvc?rev=417055view=rev Log: Removing cvs2svn migration flotsam Removed: jakarta/commons/proper/cli/branches/unlabeled-1.20.2

svn commit: r417056 - /jakarta/commons/proper/cli/branches/unlabeled-1.3.2/

2006-06-25 Thread bayard
Author: bayard Date: Sun Jun 25 13:17:34 2006 New Revision: 417056 URL: http://svn.apache.org/viewvc?rev=417056view=rev Log: Removing cvs2svn migration flotsam Removed: jakarta/commons/proper/cli/branches/unlabeled-1.3.2

svn commit: r417057 - /jakarta/commons/proper/cli/branches/unlabeled-1.4.2/

2006-06-25 Thread bayard
Author: bayard Date: Sun Jun 25 13:17:41 2006 New Revision: 417057 URL: http://svn.apache.org/viewvc?rev=417057view=rev Log: Removing cvs2svn migration flotsam Removed: jakarta/commons/proper/cli/branches/unlabeled-1.4.2

svn commit: r417058 - /jakarta/commons/proper/cli/branches/unlabeled-1.5.2/

2006-06-25 Thread bayard
Author: bayard Date: Sun Jun 25 13:17:49 2006 New Revision: 417058 URL: http://svn.apache.org/viewvc?rev=417058view=rev Log: Removing cvs2svn migration flotsam Removed: jakarta/commons/proper/cli/branches/unlabeled-1.5.2

svn commit: r417059 - /jakarta/commons/proper/cli/branches/unlabeled-1.6.2/

2006-06-25 Thread bayard
Author: bayard Date: Sun Jun 25 13:18:05 2006 New Revision: 417059 URL: http://svn.apache.org/viewvc?rev=417059view=rev Log: Removing cvs2svn migration flotsam Removed: jakarta/commons/proper/cli/branches/unlabeled-1.6.2

<    2   3   4   5   6   7   8   9   10   11   >