svn commit: r618207 - in /commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/converters/ArrayConverter.java test/org/apache/commons/beanutils/converters/ArrayConverterTestCase.java

2008-02-04 Thread niallp
Author: niallp Date: Mon Feb 4 00:55:29 2008 New Revision: 618207 URL: http://svn.apache.org/viewvc?rev=618207view=rev Log: Fix for BEANUTILS-302 - NPE in ArrayConverter when converting a string with underscores to a string array - reported by Martin Bartlett Modified:

svn commit: r618201 - /commons/proper/math/trunk/xdocs/userguide/stat.xml

2008-02-04 Thread luc
Author: luc Date: Mon Feb 4 00:43:53 2008 New Revision: 618201 URL: http://svn.apache.org/viewvc?rev=618201view=rev Log: fixed typo Modified: commons/proper/math/trunk/xdocs/userguide/stat.xml Modified: commons/proper/math/trunk/xdocs/userguide/stat.xml URL:

svn commit: r618221 - in /commons/sandbox/monitoring/trunk/src: main/java/org/apache/commons/monitoring/ main/java/org/apache/commons/monitoring/impl/ main/java/org/apache/commons/monitoring/listeners

2008-02-04 Thread nicolas
Author: nicolas Date: Mon Feb 4 02:03:23 2008 New Revision: 618221 URL: http://svn.apache.org/viewvc?rev=618221view=rev Log: secondary monitors : attach to live monitors, watch monitored activity and detach (base for history graphs and other time-based features) Added:

svn commit: r618223 - in /commons/sandbox/monitoring/trunk/src: main/java/org/apache/commons/monitoring/ main/java/org/apache/commons/monitoring/impl/ test/java/org/apache/commons/monitoring/ test/jav

2008-02-04 Thread nicolas
Author: nicolas Date: Mon Feb 4 02:14:57 2008 New Revision: 618223 URL: http://svn.apache.org/viewvc?rev=618223view=rev Log: reverted change to use System.nanotime() as documented in http://wiki.apache.org/commons/Monitoring/Precision Modified:

svn commit: r618348 - in /commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates: download-page-template.xml issue-tracking-template.xml

2008-02-04 Thread niallp
Author: niallp Date: Mon Feb 4 09:55:32 2008 New Revision: 618348 URL: http://svn.apache.org/viewvc?rev=618348view=rev Log: Replace hyphens in template - causes page generation to fail Modified:

svn commit: r618323 - in /commons/sandbox/commons-build-plugin/src/site: site.xml xdoc/development.xml xdoc/download-page-mojo.xml xdoc/generate-xdocs-build.xml xdoc/generate-xdocs-mojo.xml xdoc/index

2008-02-04 Thread niallp
Author: niallp Date: Mon Feb 4 08:55:12 2008 New Revision: 618323 URL: http://svn.apache.org/viewvc?rev=618323view=rev Log: Update the site/docs for recent changes Added: commons/sandbox/commons-build-plugin/src/site/xdoc/download-page-mojo.xml (with props)

svn commit: r618352 - in /commons/sandbox/commons-build-plugin/src/main: resources/commons-xdoc-templates/no-download-page-template.xml scripts/generate-xdocs.build.xml

2008-02-04 Thread niallp
Author: niallp Date: Mon Feb 4 10:05:39 2008 New Revision: 618352 URL: http://svn.apache.org/viewvc?rev=618352view=rev Log: Generate a No downloads available page if the release version is not set Added:

svn commit: r618419 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java

2008-02-04 Thread ggregory
Author: ggregory Date: Mon Feb 4 12:20:41 2008 New Revision: 618419 URL: http://svn.apache.org/viewvc?rev=618419view=rev Log: [CODEC-61] Base64.EncodeBase64() throws NegativeArraySizeException on large files. Throws IllegalArgumentException when the input array needs an output array bigger

svn commit: r618434 - in /commons/sandbox/commons-build-plugin/src: main/resources/commons-xdoc-templates/no-download-page-template.xml site/xdoc/generate-xdocs-build.xml

2008-02-04 Thread niallp
Author: niallp Date: Mon Feb 4 13:03:50 2008 New Revision: 618434 URL: http://svn.apache.org/viewvc?rev=618434view=rev Log: Update docs for no download page and correct template name Modified:

svn commit: r618482 - /commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml

2008-02-04 Thread niallp
Author: niallp Date: Mon Feb 4 14:58:22 2008 New Revision: 618482 URL: http://svn.apache.org/viewvc?rev=618482view=rev Log: Replace hard-coded chain references with filtered parameters Modified:

svn commit: r618494 - in /commons/sandbox/commons-build-plugin: pom.xml src/site/xdoc/development.xml src/site/xdoc/index.xml

2008-02-04 Thread niallp
Author: niallp Date: Mon Feb 4 15:55:30 2008 New Revision: 618494 URL: http://svn.apache.org/viewvc?rev=618494view=rev Log: Add scm section to pom and minor site improvements Modified: commons/sandbox/commons-build-plugin/pom.xml

svn commit: r618501 - in /commons/sandbox/monitoring/trunk: PROPOSAL.html pom.xml src/site/site.xml

2008-02-04 Thread niallp
Author: niallp Date: Mon Feb 4 16:35:17 2008 New Revision: 618501 URL: http://svn.apache.org/viewvc?rev=618501view=rev Log: Add a description to pom (for the summary page), fix the logo location and add license header to proposal Modified: commons/sandbox/monitoring/trunk/PROPOSAL.html

svn commit: r618503 - /commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/no-download-page-template.xml

2008-02-04 Thread niallp
Author: niallp Date: Mon Feb 4 16:54:11 2008 New Revision: 618503 URL: http://svn.apache.org/viewvc?rev=618503view=rev Log: Minor update to template Modified: commons/sandbox/commons-build-plugin/src/main/resources/commons-xdoc-templates/no-download-page-template.xml Modified:

svn commit: r618514 - /commons/proper/commons-parent/trunk/pom.xml

2008-02-04 Thread niallp
Author: niallp Date: Mon Feb 4 18:10:11 2008 New Revision: 618514 URL: http://svn.apache.org/viewvc?rev=618514view=rev Log: Add phase to -sources.jar and -javadoc.jar generation (looks like this resolves the issue I had with Commons IO where the date/time on the jars in the binary distro were

svn commit: r618522 - /commons/proper/attributes/trunk/site/xdocs/style/project.css

2008-02-04 Thread niallp
Author: niallp Date: Mon Feb 4 19:00:15 2008 New Revision: 618522 URL: http://svn.apache.org/viewvc?rev=618522view=rev Log: Remove jakarta reference Modified: commons/proper/attributes/trunk/site/xdocs/style/project.css Modified: commons/proper/attributes/trunk/site/xdocs/style/project.css