svn commit: r449370 - /jakarta/commons/proper/lang/branches/LANG_2_2_X/build.xml

2006-09-23 Thread bayard
Author: bayard Date: Sat Sep 23 23:58:30 2006 New Revision: 449370 URL: http://svn.apache.org/viewvc?view=rev&rev=449370 Log: The dist-build task needs to leave a jar file behind so it can be put into the Maven repository Modified: jakarta/commons/proper/lang/branches/LANG_2_2_X/build.xml M

Re: [lang] [VOTE] Release 2.2 RC2

2006-09-23 Thread Henri Yandell
On 9/22/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: On 9/22/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > I've rolled an RC2, and based on the comments for RC1 it seems like > it's worth taking a stab at a release vote on this one. > > The relevant files are available at: > > http://people.apac

[jira] Commented: (DIGESTER-107) Provide ability to capture namespace snapshots

2006-09-23 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-107?page=comments#action_12437190 ] Simon Kitching commented on DIGESTER-107: - Ok, let's go with the simplest patch (no caching). I don't think the code should be catching and ignoring Ex

svn commit: r449362 - /jakarta/commons/proper/lang/branches/LANG_2_2_X/build.xml

2006-09-23 Thread bayard
Author: bayard Date: Sat Sep 23 22:46:53 2006 New Revision: 449362 URL: http://svn.apache.org/viewvc?view=rev&rev=449362 Log: Add the compile.source/compile.target filter tokens so the manifest gets correctly created Modified: jakarta/commons/proper/lang/branches/LANG_2_2_X/build.xml Modifi

svn commit: r449342 - /jakarta/commons/proper/configuration/tags/CONFIGURATION_1_3/

2006-09-23 Thread oheger
Author: oheger Date: Sat Sep 23 18:59:27 2006 New Revision: 449342 URL: http://svn.apache.org/viewvc?view=rev&rev=449342 Log: Tagging 1.3 release Added: jakarta/commons/proper/configuration/tags/CONFIGURATION_1_3/ - copied from r449341, jakarta/commons/proper/configuration/trunk/

svn commit: r449341 - in /jakarta/commons/proper/configuration/trunk: default.properties project.xml xdocs/changes.xml

2006-09-23 Thread oheger
Author: oheger Date: Sat Sep 23 18:56:38 2006 New Revision: 449341 URL: http://svn.apache.org/viewvc?view=rev&rev=449341 Log: Updated version numbers to 1.3 final Modified: jakarta/commons/proper/configuration/trunk/default.properties jakarta/commons/proper/configuration/trunk/project.xml

svn commit: r449340 - /jakarta/commons/proper/configuration/trunk/maven.xml

2006-09-23 Thread oheger
Author: oheger Date: Sat Sep 23 18:55:13 2006 New Revision: 449340 URL: http://svn.apache.org/viewvc?view=rev&rev=449340 Log: Updated maven.xml to include default.properties into the source distribution Modified: jakarta/commons/proper/configuration/trunk/maven.xml Modified: jakarta/commons/

[jira] Commented: (DBCP-68) [dbcp] Commons Collection dependency version clash when using Commons DBCP via Maven2

2006-09-23 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-68?page=comments#action_12437159 ] Phil Steitz commented on DBCP-68: - Sources have been added and dependency removed in r449319. Waiting to resolve until 1.2.2 release is cut. > [dbcp] Commons Collec

svn commit: r449319 - in /jakarta/commons/proper/dbcp/trunk: ./ src/java/org/apache/commons/dbcp/datasources/ xdocs/

2006-09-23 Thread psteitz
Author: psteitz Date: Sat Sep 23 15:27:06 2006 New Revision: 449319 URL: http://svn.apache.org/viewvc?view=rev&rev=449319 Log: Removed dependency on Commons Collections by adding collections 2.1 sources for LRUMap and SequencedHashMap with package scope to datasources package. JIRA: DBCP-68 Adde

[jira] Updated: (DIGESTER-107) Provide ability to capture namespace snapshots

2006-09-23 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-107?page=all ] Rahul Akolkar updated DIGESTER-107: --- Attachment: DIGESTER-107-01.patch Patch that limits changes to getCurrentNamespaces() method. Test case is the same as the earlier patch. > Provide a

[jira] Commented: (DIGESTER-107) Provide ability to capture namespace snapshots

2006-09-23 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-107?page=comments#action_12437150 ] Rahul Akolkar commented on DIGESTER-107: Thanks for the feedback. WRT the earlier patch: * I had the new members protected since to achieve the "cachin

[jira] Resolved: (SANDBOX-174) ClassFormatException during Javaflow class enhancement

2006-09-23 Thread Torsten Curdt (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-174?page=all ] Torsten Curdt resolved SANDBOX-174. --- Resolution: Fixed Patch applied. Please verify and close > ClassFormatException during Javaflow class enhancement >

svn commit: r449270 - /jakarta/commons/sandbox/jci/trunk/core/src/main/java/org/apache/commons/jci/listeners/ReloadingListener.java

2006-09-23 Thread tcurdt
Author: tcurdt Date: Sat Sep 23 09:32:24 2006 New Revision: 449270 URL: http://svn.apache.org/viewvc?view=rev&rev=449270 Log: https://issues.apache.org/jira/browse/SANDBOX-174 bug fix provided by Maurizio Pillitu (m.pillitu at thebug.it) Modified: jakarta/commons/sandbox/jci/trunk/core/src

[jira] Updated: (SANDBOX-174) ClassFormatException during Javaflow class enhancement

2006-09-23 Thread Maurizio Pillitu (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-174?page=all ] Maurizio Pillitu updated SANDBOX-174: - Attachment: commons-jci.diff > ClassFormatException during Javaflow class enhancement > -- > >

[jira] Created: (SANDBOX-174) ClassFormatException during Javaflow class enhancement

2006-09-23 Thread Maurizio Pillitu (JIRA)
ClassFormatException during Javaflow class enhancement -- Key: SANDBOX-174 URL: http://issues.apache.org/jira/browse/SANDBOX-174 Project: Commons Sandbox Issue Type: Bug Component

[jira] Commented: (DIGESTER-107) Provide ability to capture namespace snapshots

2006-09-23 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-107?page=comments#action_12437112 ] Simon Kitching commented on DIGESTER-107: - This looks pretty good to me. The only question I have is whether the new members of the Digester class shoul

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-09-23 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-09-23 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

svn commit: r449209 - in /jakarta/commons/proper/configuration/trunk: project.xml xdocs/navigation.xml

2006-09-23 Thread oheger
Author: oheger Date: Sat Sep 23 01:34:04 2006 New Revision: 449209 URL: http://svn.apache.org/viewvc?view=rev&rev=449209 Log: Minor site update; switched to cobertura plugin 1.2 Modified: jakarta/commons/proper/configuration/trunk/project.xml jakarta/commons/proper/configuration/trunk/xdo

svn commit: r449200 - /jakarta/commons/proper/lang/branches/LANG_2_2_X/src/java/org/apache/commons/lang/overview.html

2006-09-23 Thread bayard
Author: bayard Date: Sat Sep 23 00:26:24 2006 New Revision: 449200 URL: http://svn.apache.org/viewvc?view=rev&rev=449200 Log: Fixing version number in the javadoc Modified: jakarta/commons/proper/lang/branches/LANG_2_2_X/src/java/org/apache/commons/lang/overview.html Modified: jakarta/comm

svn commit: r449198 - /jakarta/commons/proper/lang/tags/LANG_2_2_RC2/

2006-09-23 Thread bayard
Author: bayard Date: Sat Sep 23 00:24:42 2006 New Revision: 449198 URL: http://svn.apache.org/viewvc?view=rev&rev=449198 Log: Tagging 2.2-rc2 Added: jakarta/commons/proper/lang/tags/LANG_2_2_RC2/ - copied from r449197, jakarta/commons/proper/lang/branches/LANG_2_2_X/ -