svn commit: r889142 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/parser/Parser.jjt

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 08:51:55 2009 New Revision: 889142 URL: http://svn.apache.org/viewvc?rev=889142view=rev Log: changed parser so that 'in' is only a keyword in a 'foreach' expression; made (principal) keywords explicit in parser Modified:

svn commit: r889153 - /commons/sandbox/runtime/trunk/src/site/xdoc/index.xml

2009-12-10 Thread mturk
Author: mturk Date: Thu Dec 10 09:26:03 2009 New Revision: 889153 URL: http://svn.apache.org/viewvc?rev=889153view=rev Log: Update front page Modified: commons/sandbox/runtime/trunk/src/site/xdoc/index.xml Modified: commons/sandbox/runtime/trunk/src/site/xdoc/index.xml URL:

svn commit: r889159 - /commons/sandbox/runtime/trunk/src/site/xdoc/index.xml

2009-12-10 Thread mturk
Author: mturk Date: Thu Dec 10 09:39:48 2009 New Revision: 889159 URL: http://svn.apache.org/viewvc?rev=889159view=rev Log: Update front page Modified: commons/sandbox/runtime/trunk/src/site/xdoc/index.xml Modified: commons/sandbox/runtime/trunk/src/site/xdoc/index.xml URL:

svn commit: r889161 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/parser/Parser.jjt

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 09:43:46 2009 New Revision: 889161 URL: http://svn.apache.org/viewvc?rev=889161view=rev Log: made essential separators explicit in grammar Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/parser/Parser.jjt Modified:

svn commit: r889198 - /commons/proper/lang/trunk/pom.xml

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 11:31:27 2009 New Revision: 889198 URL: http://svn.apache.org/viewvc?rev=889198view=rev Log: Changing groupId (LANG-562) Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL:

svn commit: r889202 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/ java/org/apache/commons/lang3/ test/org/apache/commons/lang/ test/org/apache/commons/lang3/

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 11:33:51 2009 New Revision: 889202 URL: http://svn.apache.org/viewvc?rev=889202view=rev Log: Changing directory name from lang to lang3. Build will fail (probably) until Java code is changed in subsequent commit. LANG-563 Added:

svn commit: r889212 - in /commons/proper/jelly/branches/MAVEN-2-BRANCH: ./ jelly-tags/ant/ jelly-tags/antlr/ jelly-tags/avalon/ jelly-tags/bean/ jelly-tags/beanshell/ jelly-tags/betwixt/ jelly-tags/bs

2009-12-10 Thread niallp
Author: niallp Date: Thu Dec 10 11:51:24 2009 New Revision: 889212 URL: http://svn.apache.org/viewvc?rev=889212view=rev Log: Jelly Tag Doc generation - use JavaDoc Doclet in maven-jellydoc-plugin (via m2 profile) to generate xml for tag libararies - add build-tagdoc.xml ant file to convert

svn commit: r889215 [3/3] - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/ java/org/apache/commons/lang3/builder/ java/org/apache/commons/lang3/concurrent/ java/org/apache/commons/l

2009-12-10 Thread bayard
Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang3/time/DurationFormatUtilsTest.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang3/time/DurationFormatUtilsTest.java?rev=889215r1=889214r2=889215view=diff

svn commit: r889219 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/exception/ java/org/apache/commons/lang3/time/ pending/ test/org/apache/commons/lang3/ test/org/apache/commons/la

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:02:50 2009 New Revision: 889219 URL: http://svn.apache.org/viewvc?rev=889219view=rev Log: Fixing @links to point to new lang3 package. LANG-563 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/ContextedException.java

svn commit: r889222 - in /commons/proper/lang/trunk/src/test/org/apache/commons/lang3: builder/HashCodeBuilderTest.java time/DurationFormatUtilsTest.java

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:04:56 2009 New Revision: 889222 URL: http://svn.apache.org/viewvc?rev=889222view=rev Log: Moving back from lang3 to lang for the exception stack traces in these test documentation comments as they indicate historical cases. LANG-563 Modified:

svn commit: r889223 - in /commons/proper/jexl/trunk: ./ src/main/java/org/apache/commons/jexl2/ src/main/java/org/apache/commons/jexl2/internal/ src/main/java/org/apache/commons/jexl2/internal/introsp

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 12:05:22 2009 New Revision: 889223 URL: http://svn.apache.org/viewvc?rev=889223view=rev Log: renamed o.a.c.jexl2.util.* to o.a.c.jexl2.internal.* to better separate public api from internals Added:

svn commit: r889225 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang3/StringUtilsTest.java

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:06:34 2009 New Revision: 889225 URL: http://svn.apache.org/viewvc?rev=889225view=rev Log: Removing package name from comment - unnecessary. LANG-563 Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang3/StringUtilsTest.java Modified:

svn commit: r889227 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/package.html

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:08:23 2009 New Revision: 889227 URL: http://svn.apache.org/viewvc?rev=889227view=rev Log: Fixing package name. LANG-563 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/package.html Modified:

svn commit: r889228 - /commons/proper/lang/trunk/findbugs-exclude-filter.xml

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:09:00 2009 New Revision: 889228 URL: http://svn.apache.org/viewvc?rev=889228view=rev Log: lang - lang3 (LANG-563) Modified: commons/proper/lang/trunk/findbugs-exclude-filter.xml Modified: commons/proper/lang/trunk/findbugs-exclude-filter.xml URL:

svn commit: r889229 - /commons/proper/jexl/trunk/jexl2-compat/src/main/java/org/apache/commons/jexl/package.html

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 12:10:00 2009 New Revision: 889229 URL: http://svn.apache.org/viewvc?rev=889229view=rev Log: updated comment Modified: commons/proper/jexl/trunk/jexl2-compat/src/main/java/org/apache/commons/jexl/package.html Modified:

svn commit: r889231 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/util/

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 12:14:24 2009 New Revision: 889231 URL: http://svn.apache.org/viewvc?rev=889231view=rev Log: removed util remnant Removed: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/util/

svn commit: r889235 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/Validate.java

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:28:15 2009 New Revision: 889235 URL: http://svn.apache.org/viewvc?rev=889235view=rev Log: Making noNullElements methods take Iterable types rather than Collection types. LANG-548 Modified:

svn commit: r889236 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/text/StrBuilder.java

2009-12-10 Thread bayard
Author: bayard Date: Thu Dec 10 12:28:50 2009 New Revision: 889236 URL: http://svn.apache.org/viewvc?rev=889236view=rev Log: Changing appendAll and appendWithSeparators methods to take Iterable instead of Collection. LANG-548 Modified:

svn commit: r889255 - /commons/proper/jelly/branches/MAVEN-2-BRANCH/build-tagdoc.xml

2009-12-10 Thread niallp
Author: niallp Date: Thu Dec 10 13:24:40 2009 New Revision: 889255 URL: http://svn.apache.org/viewvc?rev=889255view=rev Log: Add comments about generating the Jelly Tag documentation Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/build-tagdoc.xml Modified:

svn commit: r889263 - /commons/proper/jexl/trunk/pom.xml

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 13:56:54 2009 New Revision: 889263 URL: http://svn.apache.org/viewvc?rev=889263view=rev Log: checking svn authorization Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL:

svn commit: r889265 - /commons/proper/jexl/trunk/pom.xml

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 14:02:29 2009 New Revision: 889265 URL: http://svn.apache.org/viewvc?rev=889265view=rev Log: [maven-release-plugin] prepare release COMMONS_JEXL_2_0-RC4 Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL:

svn commit: r889266 - /commons/proper/jexl/tags/COMMONS_JEXL_2_0-RC4/

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 14:05:00 2009 New Revision: 889266 URL: http://svn.apache.org/viewvc?rev=889266view=rev Log: [maven-scm] copy for tag COMMONS_JEXL_2_0-RC4 Added: commons/proper/jexl/tags/COMMONS_JEXL_2_0-RC4/ - copied from r889265, commons/proper/jexl/trunk/

svn commit: r889267 - /commons/proper/jexl/trunk/pom.xml

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 14:05:17 2009 New Revision: 889267 URL: http://svn.apache.org/viewvc?rev=889267view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL:

svn commit: r889281 - /commons/proper/jexl/trunk/pom.xml

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 15:00:09 2009 New Revision: 889281 URL: http://svn.apache.org/viewvc?rev=889281view=rev Log: attempt to workaround MRELEASE-424 Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL:

svn commit: r889283 - /commons/proper/jexl/trunk/pom.xml

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 15:12:21 2009 New Revision: 889283 URL: http://svn.apache.org/viewvc?rev=889283view=rev Log: [maven-release-plugin] prepare release COMMONS_JEXL_2_0-RC4 Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL:

svn commit: r889285 - /commons/proper/jexl/tags/COMMONS_JEXL_2_0-RC4/trunk/

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 15:13:11 2009 New Revision: 889285 URL: http://svn.apache.org/viewvc?rev=889285view=rev Log: [maven-scm] copy for tag COMMONS_JEXL_2_0-RC4 Added: commons/proper/jexl/tags/COMMONS_JEXL_2_0-RC4/trunk/ - copied from r889284, commons/proper/jexl/trunk/

svn commit: r889286 - /commons/proper/jexl/trunk/pom.xml

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 15:13:33 2009 New Revision: 889286 URL: http://svn.apache.org/viewvc?rev=889286view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL:

svn commit: r889304 - /commons/proper/jexl/trunk/pom.xml

2009-12-10 Thread sebb
Author: sebb Date: Thu Dec 10 15:48:11 2009 New Revision: 889304 URL: http://svn.apache.org/viewvc?rev=889304view=rev Log: Use BSF3 GA release Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL:

svn commit: r889309 - in /commons/proper/jexl/trunk: pom.xml xdocs/index.xml

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 16:17:01 2009 New Revision: 889309 URL: http://svn.apache.org/viewvc?rev=889309view=rev Log: documentation links fixes Modified: commons/proper/jexl/trunk/pom.xml commons/proper/jexl/trunk/xdocs/index.xml Modified: commons/proper/jexl/trunk/pom.xml URL:

svn commit: r889313 - in /commons/proper/jexl/trunk: pom.xml xdocs/index.xml

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 16:30:31 2009 New Revision: 889313 URL: http://svn.apache.org/viewvc?rev=889313view=rev Log: documentation fixes; bsf beta3 as dependency Modified: commons/proper/jexl/trunk/pom.xml commons/proper/jexl/trunk/xdocs/index.xml Modified:

svn commit: r889318 - /commons/proper/jexl/trunk/pom.xml

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 16:37:02 2009 New Revision: 889318 URL: http://svn.apache.org/viewvc?rev=889318view=rev Log: [maven-release-plugin] prepare release COMMONS_JEXL_2_0-RC4 Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL:

svn commit: r889325 - /commons/proper/jexl/tags/COMMONS_JEXL_2_0-RC4/

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 16:45:38 2009 New Revision: 889325 URL: http://svn.apache.org/viewvc?rev=889325view=rev Log: republishing needed Removed: commons/proper/jexl/tags/COMMONS_JEXL_2_0-RC4/

svn commit: r889326 - /commons/proper/jexl/tags/COMMONS_JEXL_2_0-RC4/

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 16:46:11 2009 New Revision: 889326 URL: http://svn.apache.org/viewvc?rev=889326view=rev Log: [maven-scm] copy for tag COMMONS_JEXL_2_0-RC4 Added: commons/proper/jexl/tags/COMMONS_JEXL_2_0-RC4/ - copied from r889325, commons/proper/jexl/trunk/

svn commit: r889328 - /commons/proper/jexl/trunk/pom.xml

2009-12-10 Thread henrib
Author: henrib Date: Thu Dec 10 16:47:11 2009 New Revision: 889328 URL: http://svn.apache.org/viewvc?rev=889328view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL:

svn commit: r889334 - /commons/sandbox/test-maven/multi-module/trunk/pom.xml

2009-12-10 Thread niallp
Author: niallp Date: Thu Dec 10 16:58:05 2009 New Revision: 889334 URL: http://svn.apache.org/viewvc?rev=889334view=rev Log: Remove profile copied in by mistake and correct scm link Modified: commons/sandbox/test-maven/multi-module/trunk/pom.xml Modified:

svn commit: r889356 [1/3] - in /commons/sandbox/runtime/trunk/src/main/native/modules/util/sqlite: sqlite3.c sqlite3.h sqlite3ext.h

2009-12-10 Thread mturk
Author: mturk Date: Thu Dec 10 18:27:28 2009 New Revision: 889356 URL: http://svn.apache.org/viewvc?rev=889356view=rev Log: Update SQLite source to 3.6.21 Modified: commons/sandbox/runtime/trunk/src/main/native/modules/util/sqlite/sqlite3.c

svn commit: r889356 [3/3] - in /commons/sandbox/runtime/trunk/src/main/native/modules/util/sqlite: sqlite3.c sqlite3.h sqlite3ext.h

2009-12-10 Thread mturk
Modified: commons/sandbox/runtime/trunk/src/main/native/modules/util/sqlite/sqlite3.h URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/modules/util/sqlite/sqlite3.h?rev=889356r1=889355r2=889356view=diff

svn commit: r889516 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear: AbstractRealVector.java OpenMapRealVector.java

2009-12-10 Thread billbarker
Author: billbarker Date: Fri Dec 11 06:38:20 2009 New Revision: 889516 URL: http://svn.apache.org/viewvc?rev=889516view=rev Log: Initial fixes to the iterators. This fixes the default sparseIterator problem where a RealVector only contains zero elements, and add a sparseIterator to the

svn commit: r889520 - in /commons/proper/daemon/trunk/src/native/nt/procrun: apps/prunsrv/prunsrv.c include/registry.h src/registry.c

2009-12-10 Thread mturk
Author: mturk Date: Fri Dec 11 07:26:49 2009 New Revision: 889520 URL: http://svn.apache.org/viewvc?rev=889520view=rev Log: Apply the patch from Jesse Morris (DAEMON-131) Modified: commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunsrv/prunsrv.c

svn commit: r889522 - in /commons/proper/daemon/trunk/src/native/nt/procrun/apps: prunmgr/prunmgr.h prunmgr/prunmgr.rc prunsrv/prunsrv.h prunsrv/prunsrv.rc

2009-12-10 Thread mturk
Author: mturk Date: Fri Dec 11 07:30:53 2009 New Revision: 889522 URL: http://svn.apache.org/viewvc?rev=889522view=rev Log: Bump the version to 2.0.6 Modified: commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.h

svn commit: r889523 - /commons/proper/daemon/tags/COMMONS_DAEMON_2_0_6/

2009-12-10 Thread mturk
Author: mturk Date: Fri Dec 11 07:39:03 2009 New Revision: 889523 URL: http://svn.apache.org/viewvc?rev=889523view=rev Log: Tag 2.0.6 Added: commons/proper/daemon/tags/COMMONS_DAEMON_2_0_6/ - copied from r889522, commons/proper/daemon/trunk/