Re: [DOC] Generating release notes from changes.xml

2010-04-13 Thread sebb
On 14/04/2010, Phil Steitz wrote: > sebb wrote: > > It is useful to be able to generate both the announce message and > > release notes from changes.xml. > > > > One way to do this is as currently implemented in Compress: add a > > profile "relnotes" which overrides the changes template with

Re: [DOC] Generating release notes from changes.xml

2010-04-13 Thread Phil Steitz
sebb wrote: > It is useful to be able to generate both the announce message and > release notes from changes.xml. > > One way to do this is as currently implemented in Compress: add a > profile "relnotes" which overrides the changes template with the > release-notes.vm template. > > One can then

[DOC] Generating release notes from changes.xml

2010-04-13 Thread sebb
It is useful to be able to generate both the announce message and release notes from changes.xml. One way to do this is as currently implemented in Compress: add a profile "relnotes" which overrides the changes template with the release-notes.vm template. One can then do: mvn changes:announcemen

Re: changes-plugin version (was: svn commit: r933811)

2010-04-13 Thread Niall Pemberton
On Wed, Apr 14, 2010 at 1:02 AM, sebb wrote: > On 14/04/2010, Niall Pemberton wrote: >> On Wed, Apr 14, 2010 at 12:18 AM, Rahul Akolkar >> wrote: >>  > Thanks for doing this Niall. One comment below ... >>  > >>  > On Tue, Apr 13, 2010 at 7:11 PM,   wrote: >>  >> Author: niallp >>  >> Date: Tue

Re: changes-plugin version (was: svn commit: r933811)

2010-04-13 Thread Rahul Akolkar
On Tue, Apr 13, 2010 at 7:37 PM, Niall Pemberton wrote: > On Wed, Apr 14, 2010 at 12:18 AM, Rahul Akolkar > wrote: >> Thanks for doing this Niall. One comment below ... >> >> On Tue, Apr 13, 2010 at 7:11 PM,   wrote: >>> Author: niallp >>> Date: Tue Apr 13 23:11:26 2010 >>> New Revision: 933811

Re: changes-plugin version (was: svn commit: r933811)

2010-04-13 Thread sebb
On 14/04/2010, Niall Pemberton wrote: > On Wed, Apr 14, 2010 at 12:18 AM, Rahul Akolkar > wrote: > > Thanks for doing this Niall. One comment below ... > > > > On Tue, Apr 13, 2010 at 7:11 PM, wrote: > >> Author: niallp > >> Date: Tue Apr 13 23:11:26 2010 > >> New Revision: 933811 > >>

Re: changes-plugin version (was: svn commit: r933811)

2010-04-13 Thread Niall Pemberton
On Wed, Apr 14, 2010 at 12:18 AM, Rahul Akolkar wrote: > Thanks for doing this Niall. One comment below ... > > On Tue, Apr 13, 2010 at 7:11 PM,   wrote: >> Author: niallp >> Date: Tue Apr 13 23:11:26 2010 >> New Revision: 933811 >> >> URL: http://svn.apache.org/viewvc?rev=933811&view=rev >> Log:

Re: changes-plugin version (was: svn commit: r933811)

2010-04-13 Thread Rahul Akolkar
Thanks for doing this Niall. One comment below ... On Tue, Apr 13, 2010 at 7:11 PM, wrote: > Author: niallp > Date: Tue Apr 13 23:11:26 2010 > New Revision: 933811 > > URL: http://svn.apache.org/viewvc?rev=933811&view=rev > Log: > Move/rename "xdocs" directory to standard m2 "src/site/xdoc" > >

Re: Re: [SCXML]Eclipse plunge-in based visual editor,debugger and codegeneration tool for SCXML

2010-04-13 Thread Rahul Akolkar
2010/4/13 ustbcoder : > Hi all, > > These days, i have finished a demo for this Eclipse-based Visual State Chart > editor, you can find it here > http://blog.163.com/guixl_001/blog/static/41764104201031383845507/, > and i also finish my initiatory system work flow design,you can find it > here:h

RE: [LANG] Question about V3

2010-04-13 Thread Adrian Crum
I agree with the concept - there needs to be a better way to work with dates/times. Two things concern me about it: it re-invents the wheel - ICU4J already has a good selection of calendars that are compatible with java.util.Calendar, and it bases its design on a data-interchange format (a bad

RE: [LANG] Question about V3

2010-04-13 Thread Gary Gregory
I hope you chime in to Joda-Time to make it better since the lead developer is working on the new date time APIs for Java 7. Gary Gregory Senior Software Engineer Seagull Software email: ggreg...@seagullsoftware.com email: ggreg...@apache.org www.seagullsoftware.com > -Original Message---

RE: [LANG] Question about V3

2010-04-13 Thread Adrian Crum
I'm not a big fan of Joda Time. -Adrian --- On Tue, 4/13/10, Gary Gregory wrote: > From: Gary Gregory > Subject: RE: [LANG] Question about V3 > To: "Commons Developers List" > Date: Tuesday, April 13, 2010, 6:27 AM > Hi Adrian, > > For date and time utilities I have been advocating the use >

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

2010-04-13 Thread Dennis Lundberg
On 2010-04-13 17:29, sebb wrote: > On 12/04/2010, Dennis Lundberg wrote: >> 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

Re: [compress] New release soon?

2010-04-13 Thread Christian Grobmeier
>> Re: 1.1 vs 1.0.1; There's new public API in the codebase, so we should >> call the release 1.1. > > +1. We've been using a snapshot version of compress in Aperture framework > since august 2009. issues 73,87 and 89 are important to us and all are > resolved. > > pretty please... Oh yes... thank

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

2010-04-13 Thread sebb
On 12/04/2010, Dennis Lundberg wrote: > 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: > >>

Re: Re: [SCXML]Eclipse plunge-in based visual editor,debugger and codegeneration tool for SCXML

2010-04-13 Thread ustbcoder
Hi all, These days, i have finished a demo for this Eclipse-based Visual State Chart editor, you can find it here http://blog.163.com/guixl_001/blog/static/41764104201031383845507/, and i also finish my initiatory system work flow design,you can find it here:http://blog.163.com/guixl_001/blog/s

[continuum] BUILD SUCCESSFUL: Commons - Commons Lang -

2010-04-13 Thread contin...@vmbuild.apache.org
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=322065&projectId=2634 Build statistics: State: Ok Previous State: Failed Started at: Tue 13 Apr 2010 06:34:05 -0700 Finished at: Tue 13 Apr 2010 06:35:48 -0700 Total time: 1m 43s Build Trigger: Schedule B

RE: [LANG] Question about V3

2010-04-13 Thread Gary Gregory
Hi Adrian, For date and time utilities I have been advocating the use of Joda-Time [1] over [lang]. [1] http://joda-time.sourceforge.net/ Gary Gregory Senior Software Engineer Seagull Software email: ggreg...@seagullsoftware.com email: ggreg...@apache.org www.seagullsoftware.com > -Origin

[continuum] BUILD FAILURE: Commons - Commons Lang -

2010-04-13 Thread contin...@vmbuild.apache.org
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=322059&projectId=2634 Build statistics: State: Failed Previous State: Ok Started at: Tue 13 Apr 2010 05:34:15 -0700 Finished at: Tue 13 Apr 2010 05:35:47 -0700 Total time: 1m 31s Build Trigger: Schedule B

Re: [Lang] Add functionality to StringUtils

2010-04-13 Thread Rocky
well, it's a combination of the two actually and I have no control over them. On Tue, Apr 13, 2010 at 7:09 AM, James Carman wrote: > Firewall or proxy server? > > On Mon, Apr 12, 2010 at 11:12 PM, Rocky wrote: > > Ok, I will create some test cases for this. I'm not sure if I did the > patch > >

Re: [Lang] Add functionality to StringUtils

2010-04-13 Thread James Carman
Firewall or proxy server? On Mon, Apr 12, 2010 at 11:12 PM, Rocky wrote: > 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 th

Re: [compress] New release soon?

2010-04-13 Thread Antoni Mylka
W dniu 2010-02-19 12:44, Jukka Zitting pisze: Hi, On Fri, Feb 12, 2010 at 2:10 PM, Christian Grobmeier wrote: Stefan has made several bugfixes - I wonder if we should do a 1.1 quite soon. Since I have not done to much code changes lately due to other project, I volunteer for preparing the 1.1

[g...@vmgump]: Project commons-io-test (in module apache-commons) failed

2010-04-13 Thread commons-compress 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 gene...@gump.apache.org. Project commons-io-test has an issue affecting its community integration. This iss

Re: [LANG] Question about V3

2010-04-13 Thread Adrian Crum
Thanks Jörg! I have a patch that adds some value objects that make working with dates and times easier. I will submit it to Jira as soon as it is back up. -Adrian --- On Mon, 4/12/10, Jörg Schaible wrote: > From: Jörg Schaible > Subject: Re: [LANG] Question about V3 > To: dev@commons.apache.