RE: m2 groupIds

2007-02-14 Thread Jörg Schaible
Hi Carlos, Carlos Sanchez wrote on Wednesday, February 14, 2007 8:25 AM: right a relocate pom for ALL versions is required to avoid duplication on classpath BUT as I said almost everybody will have cached previous versions of commons so they won't see the relocation until they delete local

RE: m2 groupIds

2007-02-14 Thread Jörg Schaible
Carlos Sanchez wrote on Wednesday, February 14, 2007 8:40 AM: iirc you have very different jars in the two groupids, that's not relocation, that would actually change the binaries for users This was for one single release only (because we did not realize, that the M1 and M2 repos are

Re: m2 groupIds

2007-02-14 Thread nicolas de loof
That would'nt work anyway If you allready downloaded commons-cc:1.1 and get (maybe transitiviely) a dependency on org.apache.commons:cc:1.2, you will get both in your classpath as maven will not kwon those tow groupIds are for the same artifact. We can't expect maven to reload the 1.1 POM that

svn commit: r507436 - in /jakarta/commons/proper/commons-nightly/trunk/cruisecontrol: ./ README.txt ant-config.tmpl gen-config.bom gen-config.sh m1-config.tmpl m2-config.tmpl

2007-02-14 Thread bayard
Author: bayard Date: Wed Feb 14 00:37:36 2007 New Revision: 507436 URL: http://svn.apache.org/viewvc?view=revrev=507436 Log: Playing with CruiseControl and Commons. Added: jakarta/commons/proper/commons-nightly/trunk/cruisecontrol/

svn commit: r507443 - /jakarta/commons/proper/commons-nightly/trunk/cruisecontrol/runAllJDKs

2007-02-14 Thread bayard
Author: bayard Date: Wed Feb 14 01:00:10 2007 New Revision: 507443 URL: http://svn.apache.org/viewvc?view=revrev=507443 Log: Adding a script for turning a command into one that runs that command under a specified list of JDKs Added:

svn commit: r507444 - /jakarta/commons/proper/commons-nightly/trunk/cruisecontrol/runAllJDKs-conf.sample

2007-02-14 Thread bayard
Author: bayard Date: Wed Feb 14 01:00:53 2007 New Revision: 507444 URL: http://svn.apache.org/viewvc?view=revrev=507444 Log: Sample configuration for runAllJDKs Added: jakarta/commons/proper/commons-nightly/trunk/cruisecontrol/runAllJDKs-conf.sample Added:

svn commit: r507448 - /jakarta/commons/proper/commons-nightly/trunk/cruisecontrol/runAllJDKs

2007-02-14 Thread bayard
Author: bayard Date: Wed Feb 14 01:29:10 2007 New Revision: 507448 URL: http://svn.apache.org/viewvc?view=revrev=507448 Log: Fixed bug in error output Modified: jakarta/commons/proper/commons-nightly/trunk/cruisecontrol/runAllJDKs Modified:

svn commit: r507325 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpClient.java

2007-02-14 Thread sebb
Author: sebb Date: Tue Feb 13 16:12:43 2007 New Revision: 507325 URL: http://svn.apache.org/viewvc?view=revrev=507325 Log: Remove redundant null check Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpClient.java Modified:

svn commit: r507324 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpURL.java

2007-02-14 Thread sebb
Author: sebb Date: Tue Feb 13 16:12:11 2007 New Revision: 507324 URL: http://svn.apache.org/viewvc?view=revrev=507324 Log: password can be null Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpURL.java Modified:

svn commit: r507323 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/URI.java

2007-02-14 Thread sebb
Author: sebb Date: Tue Feb 13 16:11:22 2007 New Revision: 507323 URL: http://svn.apache.org/viewvc?view=revrev=507323 Log: Remove unnecessary String.toString() Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/URI.java Modified:

svn commit: r507321 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/util/URIUtil.java

2007-02-14 Thread sebb
Author: sebb Date: Tue Feb 13 16:10:51 2007 New Revision: 507321 URL: http://svn.apache.org/viewvc?view=revrev=507321 Log: Remove unnecessary String.toString() Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/util/URIUtil.java Modified:

RE: m2 groupIds

2007-02-14 Thread Jörg Schaible
nicolas de loof wrote on Wednesday, February 14, 2007 9:19 AM: That would'nt work anyway If you allready downloaded commons-cc:1.1 and get (maybe transitiviely) a dependency on org.apache.commons:cc:1.2, you will get both in your classpath as maven will not kwon those tow groupIds are

[jira] Created: (LANG-322) ClassUtils.getShortClassName(String) inefficient

2007-02-14 Thread Johann (JIRA)
ClassUtils.getShortClassName(String) inefficient Key: LANG-322 URL: https://issues.apache.org/jira/browse/LANG-322 Project: Commons Lang Issue Type: Improvement Affects Versions: 2.3

[betwixt] Inheritance/reuse of configuration files

2007-02-14 Thread Mirko STEINLE
Dear all, We are considering to use betwixt for a large scale development project. We are having a fairly important number of Beans all belonging to a hierarchical structure with one root bean. We would like to configure the bean-XML mapping using (multi-mapping)betwixt files. It is crucial,

[jira] Created: (VALIDATOR-222) Validating dynamically generated fields

2007-02-14 Thread Sachin (JIRA)
Validating dynamically generated fields Key: VALIDATOR-222 URL: https://issues.apache.org/jira/browse/VALIDATOR-222 Project: Commons Validator Issue Type: Wish Environment: Windows,mozila

[jira] Created: (VALIDATOR-223) Move the trim() function from validateRequired.js to validateUtilities.js

2007-02-14 Thread Niall Pemberton (JIRA)
Move the trim() function from validateRequired.js to validateUtilities.js - Key: VALIDATOR-223 URL: https://issues.apache.org/jira/browse/VALIDATOR-223 Project: Commons Validator

svn commit: r507611 - in /jakarta/commons/proper/validator/trunk/src/javascript/org/apache/commons/validator/javascript: validateRequired.js validateUtilities.js

2007-02-14 Thread niallp
Author: niallp Date: Wed Feb 14 08:40:49 2007 New Revision: 507611 URL: http://svn.apache.org/viewvc?view=revrev=507611 Log: VALIDATOR-223 - Move the trim() function to validateUtilities.js - thanks to Hasan Turksoy Modified:

[jira] Resolved: (VALIDATOR-223) Move the trim() function from validateRequired.js to validateUtilities.js

2007-02-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved VALIDATOR-223. --- Resolution: Fixed Move the trim() function from validateRequired.js to

Re: svn commit: r507611 - in /jakarta/commons/proper/validator/trunk/src/javascript/org/apache/commons/validator/javascript: validateRequired.js validateUtilities.js

2007-02-14 Thread Ole Ersoy
Hi, The below looks interesting. Does Common's have javascript stuff? Incidentally I donated a Javascript Framework written on top of dojo to myfaces a while back, in case anyone is interested. It has the ability to hook javascript validators to components.

Re: svn commit: r505890 - in /jakarta/commons/proper/httpclient/trunk: release_notes.txt src/java/org/apache/commons/httpclient/AutoCloseInputStream.java src/test/org/apache/commons/httpclient/TestStr

2007-02-14 Thread Oleg Kalnichevski
On Wed, 2007-02-14 at 16:47 +1300, [EMAIL PROTECTED] wrote: Perhaps this should have an @since tag added, as it's a new method? Hi Simon, This change does not actually affect the public API. AutoCloseInputStream is a package private class and is not meant to be imported by the end users. Can

Re: svn commit: r507611 - in /jakarta/commons/proper/validator/trunk/src/javascript/org/apache/commons/validator/javascript: validateRequired.js validateUtilities.js

2007-02-14 Thread Niall Pemberton
On 2/14/07, Ole Ersoy [EMAIL PROTECTED] wrote: Hi, The below looks interesting. Does Common's have javascript stuff? It does - but its been implemented upside down which causes all sorts of issues - also The static javascript functions are in Commons Validator but rendering the dynamic part

Re: svn commit: r507611 - in /jakarta/commons/proper/validator/trunk/src/javascript/org/apache/commons/validator/javascript: validateRequired.js validateUtilities.js

2007-02-14 Thread Ole Ersoy
Cool - I'll look at the JIRAs in more detail. It would be great to have some developer use cases for how to leverage common's validator with the frameworks. Cheers, - Ole --- Niall Pemberton [EMAIL PROTECTED] wrote: On 2/14/07, Ole Ersoy [EMAIL PROTECTED] wrote: Hi, The below looks

Re: m2 groupIds

2007-02-14 Thread Carlos Sanchez
On 2/14/07, Jörg Schaible [EMAIL PROTECTED] wrote: Maven should give here better support. If it ever downloads a relocation POM it should keep the relocation information in a separate DB/storage and take it always into account when resolving aritfacts no matter which version. Scenario 1 would

Re: m2 groupIds

2007-02-14 Thread Carlos Sanchez
yep, but to be clear, if we had relocated that version it'd potentially break people using it as their binary would change. I wouldn't like you to think that I screwed you for any reason. FWIW i'm not fan of relocations anyway, they have potentially bad effects. If an artifact moves to other

[jira] Resolved: (VALIDATOR-222) Validating dynamically generated fields

2007-02-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved VALIDATOR-222. --- Resolution: Invalid Please ask questions on the user list - Jira is for reporting

[ANNOUNCE] Jakarta Commons IO 1.3.1 released

2007-02-14 Thread Henri Yandell
It's not been long since the release of Commons IO 1.3, but I need to announce the release of Commons IO 1.3.1. Commons IO provides low level utilities, file filters and streams that complement and enhance the java.io package. There are two fixes in this release that we felt users should get as

[jira] Created: (VALIDATOR-224) validatorUtilities.js - replace colon characters in the function name (JSF/Shale)

2007-02-14 Thread Niall Pemberton (JIRA)
validatorUtilities.js - replace colon characters in the function name (JSF/Shale) - Key: VALIDATOR-224 URL: https://issues.apache.org/jira/browse/VALIDATOR-224 Project:

[ANNOUNCE] Jakarta Commons Lang 2.3 released

2007-02-14 Thread Henri Yandell
I'd like to announce that Commons Lang 2.3 has been released. Commons Lang provides a host of helper utilities for the classes found in the java.lang package. The Lang 2.3 release contains an equal number of bugfixes and improvements. Users of the StrBuilder and DurationFormatUtils classes will

svn commit: r507684 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java

2007-02-14 Thread bayard
Author: bayard Date: Wed Feb 14 12:38:25 2007 New Revision: 507684 URL: http://svn.apache.org/viewvc?view=revrev=507684 Log: Fixing the @since to be 1.3.1 for the static readFileToString(File) Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java Modified:

svn commit: r507685 - /jakarta/commons/proper/validator/trunk/src/javascript/org/apache/commons/validator/javascript/validateUtilities.js

2007-02-14 Thread niallp
Author: niallp Date: Wed Feb 14 12:41:34 2007 New Revision: 507685 URL: http://svn.apache.org/viewvc?view=revrev=507685 Log: VALIDATOR-224 - replace colon characters in the function name (JSF/Shale) Modified:

[jira] Closed: (LANG-317) Enum Serialization - not backwards compatible

2007-02-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-317. -- Resolution: Invalid Closing this issue - Jörg's reply seems good to me. Please reopen if that didn't

[jira] Resolved: (VALIDATOR-224) validatorUtilities.js - replace colon characters in the function name (JSF/Shale)

2007-02-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved VALIDATOR-224. --- Resolution: Fixed Modified the jcv_retrieveFormName() function to replace colon

[jira] Updated: (LANG-321) [patch] Add toArray() method to IntRange and LongRange classes

2007-02-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-321: --- Fix Version/s: 3.0 Seems fine to me. Adding to the 3.0 roadmap - will wait a short while before

[jira] Updated: (LANG-322) ClassUtils.getShortClassName(String) inefficient

2007-02-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-322: --- Fix Version/s: 3.0 This seems valid - the included code removes a .toCharArray and a new String by

[jira] Updated: (LANG-320) LocaleUtilsTest fails with IBM JDK 1.5.0 because of false assuptions

2007-02-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-320: --- Fix Version/s: 3.0 Should be fixed. We had the same problem with US_en when US_es turned up (or

[jira] Updated: (LANG-318) HashCodeBuilderTest and ToStringBuilderTest fail with IBM JDK 1.4.2

2007-02-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-318: --- Fix Version/s: 3.0 Description: The IBM JDK 1.4.2 reports the declared fields of a class in

[jira] Commented: (EMAIL-63) Maven 2 pom.xml

2007-02-14 Thread Bindul Bhowmik (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473204 ] Bindul Bhowmik commented on EMAIL-63: - I was trying to test the site generation with maven 2 and the new POM and

[jira] Resolved: (CONFIGURATION-238) XMLConfiguration.save() - illegal new line char in xml comment

2007-02-14 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-238. Resolution: Won't Fix Fix Version/s: 1.4 Got no more feedback on

[jira] Commented: (EMAIL-63) Maven 2 pom.xml

2007-02-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473209 ] Henri Yandell commented on EMAIL-63: The pom.xml's aren't used for site generation yet. As far as I know, it's a

[jira] Updated: (EMAIL-64) Use wiser instead of dumbster for test cases

2007-02-14 Thread Bindul Bhowmik (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bindul Bhowmik updated EMAIL-64: Attachment: dumbster_to_wiser_jdk14_pom.diff dumbster_to_wiser_xdocs.patch

[jira] Commented: (EMAIL-63) Maven 2 pom.xml

2007-02-14 Thread Dennis Lundberg (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473244 ] Dennis Lundberg commented on EMAIL-63: -- You need to bump the version of commons-parent from 1 to 2-SNAPSHOT. That

svn commit: r507749 - /jakarta/commons/proper/lang/trunk/xdocs/release-history.xml

2007-02-14 Thread bayard
Author: bayard Date: Wed Feb 14 16:04:44 2007 New Revision: 507749 URL: http://svn.apache.org/viewvc?view=revrev=507749 Log: Marking release date for 2.3 Modified: jakarta/commons/proper/lang/trunk/xdocs/release-history.xml Modified:

Re: svn commit: r505890 - in /jakarta/commons/proper/httpclient/trunk: release_notes.txt src/java/org/apache/commons/httpclient/AutoCloseInputStream.java src/test/org/apache/commons/httpclient/TestStr

2007-02-14 Thread simon.kitching
Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Wed, 2007-02-14 at 16:47 +1300, [EMAIL PROTECTED] wrote: Perhaps this should have an @since tag added, as it's a new method? Hi Simon, This change does not actually affect the public API. AutoCloseInputStream is a package private class