Re: [LANG] Question about V3

2010-04-12 Thread Jörg Schaible
Hi Adrian, Adrian Crum wrote at Monday, 12. April 2010 18:20: > I'm looking at a recent trunk checkout of lang, and it looks like some > code exists for a forthcoming version 3. Is that correct? Yes. > If so, is there > a proposed release date? Probably this year ;-) - Jörg

Re: [Lang] Add functionality to StringUtils

2010-04-12 Thread Rocky
Ok, I will create some test cases for this. I'm not sure if I did the patch correctly, I just included the methods to be added. I wasn't able to run the svn commands to do a diff because I couldn't get svn to work through my firewall.

Re: [VOTE] Release commons-build-plugin 1.3 based on RC1

2010-04-12 Thread Phil Steitz
Niall Pemberton wrote: > The commons-build-plugin has been modified to add a facility to > generate a Mailing list page > > [ ] +1 Yes go ahead an release based on RC1 > [ ] -1 No, because... > > commons-build-plugin 1.3 RC1 is available for review here: > http://people.apache.org/~niallp/plugin

Re: [VOTE] Release commons-build-plugin 1.3 based on RC1

2010-04-12 Thread sebb
+1 from me. It's not particularly easy to find the documentation from the main Commons site - it's only linked from commons-parent-pom which itself is only linked from building and new-sandbox-component. Probably both belong in a developer resources section? On 12/04/2010, Niall Pemberton wrote

Re: [ALL] Non-standard maven source and test directories

2010-04-12 Thread Dennis Lundberg
On 2010-04-12 21:21, sebb wrote: > On 12/04/2010, Niall Pemberton wrote: >> On Sat, Apr 10, 2010 at 4:16 PM, sebb wrote: >> > 22 commons-proper projects are still using non-standard source and >> > test directories, i.e. they are using: >> > >> >src/java >> >src/test >> > >> > rath

Re: [VOTE] Release commons-build-plugin 1.3 based on RC1

2010-04-12 Thread Niall Pemberton
+1 from me Niall On Mon, Apr 12, 2010 at 9:31 PM, Niall Pemberton wrote: > The commons-build-plugin has been modified to add a facility to > generate a Mailing list page > > [ ] +1 Yes go ahead an release based on RC1 > [ ] -1 No, because... > > commons-build-plugin 1.3 RC1 is available for revi

Re: [VOTE] Release commons-build-plugin 1.3 based on RC1

2010-04-12 Thread Niall Pemberton
P.S. An example of a generated Mailing List page for a component is here: http://commons.apache.org/chain/mail-lists.html http://svn.apache.org/repos/asf/commons/proper/chain/trunk/src/site/xdoc/mail-lists.xml Niall On Mon, Apr 12, 2010 at 9:31 PM, Niall Pemberton wrote: > The commons-build-plu

[VOTE] Release commons-build-plugin 1.3 based on RC1

2010-04-12 Thread Niall Pemberton
The commons-build-plugin has been modified to add a facility to generate a Mailing list page [ ] +1 Yes go ahead an release based on RC1 [ ] -1 No, because... commons-build-plugin 1.3 RC1 is available for review here: http://people.apache.org/~niallp/plugin-1.3-RC1/maven/commons-build-plugin/ D

Re: [Lang] Add functionality to StringUtils

2010-04-12 Thread James Carman
Looks like it showed up correctly. Does your patch include test cases? Those type of patches are greatly appreciated and are far more likely to get included. On Mon, Apr 12, 2010 at 2:10 PM, Rocky wrote: > Thanks for the help, I added one, I hope I did it correctly. > > On Mon, Apr 12, 2010 at

Re: svn commit: r933361 - /commons/sandbox/convert/trunk/pom.xml

2010-04-12 Thread Niall Pemberton
On Mon, Apr 12, 2010 at 8:08 PM, sebb wrote: > On 12/04/2010, nia...@apache.org wrote: >> Author: niallp >>  Date: Mon Apr 12 18:59:20 2010 >>  New Revision: 933361 >> >>  URL: http://svn.apache.org/viewvc?rev=933361&view=rev >>  Log: >>  Add section for Convert site > > ... > > +   > +     > +

Re: svn commit: r933052 - /commons/sandbox/convert/trunk/pom.xml

2010-04-12 Thread Adrian Crum
Thanks Niall! I just ran mvn site:deploy and it works great! -Adrian --- On Mon, 4/12/10, Niall Pemberton wrote: > From: Niall Pemberton > Subject: Re: svn commit: r933052 - /commons/sandbox/convert/trunk/pom.xml > To: "Commons Developers List" > Date: Monday, April 12, 2010, 12:01 PM > On Mo

Re: [ALL] Non-standard maven source and test directories

2010-04-12 Thread sebb
On 12/04/2010, Niall Pemberton wrote: > On Sat, Apr 10, 2010 at 4:16 PM, sebb wrote: > > 22 commons-proper projects are still using non-standard source and > > test directories, i.e. they are using: > > > >src/java > >src/test > > > > rather than the default: > > > >src/main/

Re: svn commit: r933361 - /commons/sandbox/convert/trunk/pom.xml

2010-04-12 Thread sebb
On 12/04/2010, nia...@apache.org wrote: > Author: niallp > Date: Mon Apr 12 18:59:20 2010 > New Revision: 933361 > > URL: http://svn.apache.org/viewvc?rev=933361&view=rev > Log: > Add section for Convert site ... + + + apache.website + Apache Website + ${commons.deplo

Re: svn commit: r933052 - /commons/sandbox/convert/trunk/pom.xml

2010-04-12 Thread Niall Pemberton
On Mon, Apr 12, 2010 at 2:38 AM, Adrian Crum wrote: > I would be more than happy to go along with whatever you suggest. All I know > is, when I ran mvn site:deploy, the site was deployed to > commons/sandbox/commons-convert instead of commons/sandbox/convert, and this > change seemed to fix it.

Re: [Lang] Add functionality to StringUtils

2010-04-12 Thread Rocky
Thanks for the help, I added one, I hope I did it correctly. On Mon, Apr 12, 2010 at 1:16 PM, James Carman wrote: > You can send them here for discussion, but if you don't want them to > get lost, file a JIRA: > > https://issues.apache.org/jira/browse/LANG > > On Mon, Apr 12, 2010 at 1:10 PM, Roc

Re: [Lang] Add functionality to StringUtils

2010-04-12 Thread James Carman
You can send them here for discussion, but if you don't want them to get lost, file a JIRA: https://issues.apache.org/jira/browse/LANG On Mon, Apr 12, 2010 at 1:10 PM, Rocky wrote: > Hi, > > Sorry, I am new to the list, but I would like to contribute some > functionality to the StringUtils class

Re: [Lang] Add functionality to StringUtils

2010-04-12 Thread Adrian Crum
http://commons.apache.org/patches.html -Adrian Rocky wrote: Hi, Sorry, I am new to the list, but I would like to contribute some functionality to the StringUtils class. I have an idea for methods to add but I don't know where I should get started in the process of contributing. Can someone po

[Lang] Add functionality to StringUtils

2010-04-12 Thread Rocky
Hi, Sorry, I am new to the list, but I would like to contribute some functionality to the StringUtils class. I have an idea for methods to add but I don't know where I should get started in the process of contributing. Can someone point me to the right place? Should I just post my code enhanceme

[LANG] Question about V3

2010-04-12 Thread Adrian Crum
I'm looking at a recent trunk checkout of lang, and it looks like some code exists for a forthcoming version 3. Is that correct? If so, is there a proposed release date? -Adrian - To unsubscribe, e-mail: dev-unsubscr.

[continuum] BUILD SUCCESSFUL: Commons - Commons Lang -

2010-04-12 Thread contin...@vmbuild.apache.org
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=321374&projectId=2634 Build statistics: State: Ok Previous State: Building Started at: Mon 12 Apr 2010 04:32:27 -0700 Finished at: Mon 12 Apr 2010 04:33:33 -0700 Total time: 1m 6s Build Trigger: Schedule