[NET] fixing short date parsing problems (was: [VOTE] Release Commons Net 1.5)

2008-03-09 Thread sebb
I've committed updates to the FTPTimestampParserImplTest classes in trunk and NET_2_0. The 2 additional tests for Feb 29 fail on Java 1.3/1.4. Both trunk (Java 1.3/1.4) and NET_2_0 (Java 1.5+) now fail on short dates that fall in a different year from current (previous or next). Some of the exis

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread Henri Yandell
Plus link to the javadoc and the release notes please. And maybe the license. It's going to look like an xdoc page :) Hen On Sun, Mar 9, 2008 at 6:04 PM, James Carman <[EMAIL PROTECTED]> wrote: > Perhaps there could be a maven plugin report for this? It could be > configured in the pom? > >

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread James Carman
Perhaps there could be a maven plugin report for this? It could be configured in the pom? 1.0 01/01/1970 1.2 On 3/9/08, Henri Yandell <[EMAIL PROTECTED]> wrote: > On Sun, Mar 9, 2008 at 11:25 AM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > > > > At this p

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread Henri Yandell
On Sun, Mar 9, 2008 at 11:25 AM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > > At this point in time it seems that automating this comes with a few > hazards, that needs to be fixed. Until that is done I propose that we > advertise this manually in one of the site files. I'll go as far as to s

[all] OSGi configuration for Commons Components

2008-03-09 Thread Niall Pemberton
I have updated the wiki page so that it reflects the current situation with the release of commons-parent-9 - adding an explanation of how to override the default OSGi configuration (if required) in component poms: http://wiki.apache.org/commons/CommonsOsgi For many of our simpler (simpler wrt

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread Dennis Lundberg
Niall Pemberton wrote: On Sun, Mar 9, 2008 at 7:32 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Niall Pemberton wrote: > On Sun, Mar 9, 2008 at 1:40 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: >> Niall Pemberton wrote: >> > On Sun, Mar 9, 2008 at 10:50 AM, Dennis Lundberg <[EMAIL PROTEC

[Commons Wiki] Update of "CommonsOsgi" by NiallPemberton

2008-03-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The following page has been changed by NiallPemberton: http://wiki.apache.org/commons/CommonsOsgi The comment on the change is: Update Component configuration for commons-parent-9 ---

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

2008-03-09 Thread commons-jelly-tags-jaxme 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-jaxme has an issue affecting its community integration. This

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread Niall Pemberton
On Sun, Mar 9, 2008 at 7:32 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > > Niall Pemberton wrote: > > On Sun, Mar 9, 2008 at 1:40 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > >> Niall Pemberton wrote: > >> > On Sun, Mar 9, 2008 at 10:50 AM, Dennis Lundberg <[EMAIL PROTECTED]> > wrote:

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread Dennis Lundberg
Niall Pemberton wrote: On Sun, Mar 9, 2008 at 1:40 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Niall Pemberton wrote: > On Sun, Mar 9, 2008 at 10:50 AM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: >> Niall Pemberton wrote: >> > On Sat, Mar 8, 2008 at 4:19 PM, Dennis Lundberg <[EMAIL PROTEC

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread Niall Pemberton
On Sun, Mar 9, 2008 at 4:21 PM, sebb <[EMAIL PROTECTED]> wrote: > > On 09/03/2008, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > > Niall Pemberton wrote: > > > On Sun, Mar 9, 2008 at 10:50 AM, Dennis Lundberg <[EMAIL PROTECTED]> > wrote: > > >> Niall Pemberton wrote: > > >> > On Sat, Mar 8,

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread Niall Pemberton
On Sun, Mar 9, 2008 at 1:40 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > > Niall Pemberton wrote: > > On Sun, Mar 9, 2008 at 10:50 AM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > >> Niall Pemberton wrote: > >> > On Sat, Mar 8, 2008 at 4:19 PM, Dennis Lundberg <[EMAIL PROTECTED]> > wrote:

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread Dennis Lundberg
sebb wrote: On 09/03/2008, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Niall Pemberton wrote: > On Sun, Mar 9, 2008 at 10:50 AM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: >> Niall Pemberton wrote: >> > On Sat, Mar 8, 2008 at 4:19 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: >> >> Niall

Re: [VOTE] Release Commons Net 1.5

2008-03-09 Thread Rory Winston
Sure, you can just add them directly yourself if you like. Rory The *nix short date formatting fixes don't currently have any tests, at least when I last checked. I think these need to be added first. I can add some later today if that's OK with you? Or do you want them done as patches via Jira

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread sebb
On 09/03/2008, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Niall Pemberton wrote: > > On Sun, Mar 9, 2008 at 10:50 AM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > >> Niall Pemberton wrote: > >> > On Sat, Mar 8, 2008 at 4:19 PM, Dennis Lundberg <[EMAIL PROTECTED]> > wrote: > >> >> Niall Pem

Re: [VOTE] Release Commons Net 1.5

2008-03-09 Thread sebb
The *nix short date formatting fixes don't currently have any tests, at least when I last checked. I think these need to be added first. I can add some later today if that's OK with you? Or do you want them done as patches via Jira? On 09/03/2008, Rory Winston <[EMAIL PROTECTED]> wrote: > Hi Jam

Re: svn commit: r635131 - /commons/proper/net/tags/NET_2_0/

2008-03-09 Thread sebb
On 09/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: rwinston > Date: Sat Mar 8 17:24:35 2008 > New Revision: 635131 > > URL: http://svn.apache.org/viewvc?rev=635131&view=rev > Log: > made a copy > Seems a bit early to be making a tag for NET_2_0. AIUI those are normally do

[continuum] BUILD FAILURE: Commons VFS

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63127&projectId=171 Build statistics: State: Failed Previous State: Failed Started at: Sun 9 Mar 2008 08:21:15 -0700 Finished at: Sun 9 Mar 2008 08:21:44 -0700 Total time: 28s Build Trigger: Schedule Build Numb

[continuum] BUILD FAILURE: Commons VFS

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63127&projectId=171 Build statistics: State: Failed Previous State: Failed Started at: Sun 9 Mar 2008 08:21:15 -0700 Finished at: Sun 9 Mar 2008 08:21:44 -0700 Total time: 28s Build Trigger: Schedule Build Numb

[continuum] BUILD SUCCESSFUL: Commons Proxy

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63125&projectId=188 Build statistics: State: Ok Previous State: Error Started at: Sun 9 Mar 2008 08:19:04 -0700 Finished at: Sun 9 Mar 2008 08:19:31 -0700 Total time: 26s Build Trigger: Schedule Build Number: 1

[continuum] BUILD SUCCESSFUL: Commons Lang

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63120&projectId=114 Build statistics: State: Ok Previous State: Error Started at: Sun 9 Mar 2008 08:11:57 -0700 Finished at: Sun 9 Mar 2008 08:12:44 -0700 Total time: 46s Build Trigger: Schedule Build Number: 7

[continuum] BUILD SUCCESSFUL: Commons JXPath

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63119&projectId=167 Build statistics: State: Ok Previous State: Error Started at: Sun 9 Mar 2008 08:10:46 -0700 Finished at: Sun 9 Mar 2008 08:11:26 -0700 Total time: 39s Build Trigger: Schedule Build Number: 3

[continuum] BUILD SUCCESSFUL: Commons IO

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63117&projectId=155 Build statistics: State: Ok Previous State: Error Started at: Sun 9 Mar 2008 08:05:09 -0700 Finished at: Sun 9 Mar 2008 08:05:55 -0700 Total time: 45s Build Trigger: Schedule Build Number: 7

[continuum] BUILD SUCCESSFUL: Commons Email

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63115&projectId=136 Build statistics: State: Ok Previous State: Error Started at: Sun 9 Mar 2008 08:03:20 -0700 Finished at: Sun 9 Mar 2008 08:03:44 -0700 Total time: 24s Build Trigger: Schedule Build Number: 3

[continuum] BUILD SUCCESSFUL: Commons EL

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63114&projectId=165 Build statistics: State: Ok Previous State: Error Started at: Sun 9 Mar 2008 08:02:34 -0700 Finished at: Sun 9 Mar 2008 08:02:57 -0700 Total time: 22s Build Trigger: Schedule Build Number: 1

[continuum] BUILD FAILURE: Commons Discovery

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63113&projectId=362 Build statistics: State: Failed Previous State: Error Started at: Sun 9 Mar 2008 08:01:46 -0700 Finished at: Sun 9 Mar 2008 08:02:07 -0700 Total time: 20s Build Trigger: Schedule Build Numbe

[continuum] BUILD FAILURE: Commons Discovery

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63113&projectId=362 Build statistics: State: Failed Previous State: Error Started at: Sun 9 Mar 2008 08:01:46 -0700 Finished at: Sun 9 Mar 2008 08:02:07 -0700 Total time: 20s Build Trigger: Schedule Build Numbe

[continuum] BUILD SUCCESSFUL: Commons Digester

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63112&projectId=163 Build statistics: State: Ok Previous State: Error Started at: Sun 9 Mar 2008 08:00:56 -0700 Finished at: Sun 9 Mar 2008 08:01:22 -0700 Total time: 26s Build Trigger: Schedule Build Number: 1

[continuum] BUILD SUCCESSFUL: Commons DbUtils

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63111&projectId=162 Build statistics: State: Ok Previous State: Error Started at: Sun 9 Mar 2008 08:00:13 -0700 Finished at: Sun 9 Mar 2008 08:00:34 -0700 Total time: 21s Build Trigger: Schedule Build Number: 1

[continuum] BUILD FAILURE: Commons Codec

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63107&projectId=159 Build statistics: State: Failed Previous State: Failed Started at: Sun 9 Mar 2008 07:54:58 -0700 Finished at: Sun 9 Mar 2008 07:55:20 -0700 Total time: 22s Build Trigger: Schedule Build Numb

[continuum] BUILD FAILURE: Commons Codec

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63107&projectId=159 Build statistics: State: Failed Previous State: Failed Started at: Sun 9 Mar 2008 07:54:58 -0700 Finished at: Sun 9 Mar 2008 07:55:20 -0700 Total time: 22s Build Trigger: Schedule Build Numb

[continuum] BUILD FAILURE: Commons Codec

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63080&projectId=159 Build statistics: State: Failed Previous State: Failed Started at: Sun 9 Mar 2008 06:41:36 -0700 Finished at: Sun 9 Mar 2008 06:42:39 -0700 Total time: 1m 2s Build Trigger: Schedule Build Nu

[continuum] BUILD FAILURE: Commons Codec

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63080&projectId=159 Build statistics: State: Failed Previous State: Failed Started at: Sun 9 Mar 2008 06:41:36 -0700 Finished at: Sun 9 Mar 2008 06:42:39 -0700 Total time: 1m 2s Build Trigger: Schedule Build Nu

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread Dennis Lundberg
Niall Pemberton wrote: On Sun, Mar 9, 2008 at 10:50 AM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Niall Pemberton wrote: > On Sat, Mar 8, 2008 at 4:19 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: >> Niall Pemberton wrote: >> > On Thu, Mar 6, 2008 at 10:00 PM, Dennis Lundberg <[EMAIL PROTE

Re: [VOTE] Release Commons Net 1.5

2008-03-09 Thread Rory Winston
Hi James Yes, I'm going to cut new RCs for 1.5 and 2.0. Thanks Rory James Carman wrote: On 3/8/08, Rory Winston <[EMAIL PROTECTED]> wrote: I've taken into account the suggestions proposed by various people wrt the TFTP server classes and accordingly made some changes. Thanks for the fee

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread Niall Pemberton
On Sun, Mar 9, 2008 at 10:50 AM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > > Niall Pemberton wrote: > > On Sat, Mar 8, 2008 at 4:19 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > >> Niall Pemberton wrote: > >> > On Thu, Mar 6, 2008 at 10:00 PM, Dennis Lundberg <[EMAIL PROTECTED]> > wrote:

Re: [RESULT][VOTE] Release commons-parent 9

2008-03-09 Thread Niall Pemberton
I've cut the release and plan to update the component poms to the new version once its way to repo1.maven.org: http://repo1.maven.org/maven2/org/apache/commons/commons-parent/ Niall On Sun, Mar 9, 2008 at 10:30 AM, Niall Pemberton <[EMAIL PROTECTED]> wrote: > This vote has passed with seven +1 v

Re: [VOTE] Release Commons Net 1.5

2008-03-09 Thread James Carman
On 3/8/08, Rory Winston <[EMAIL PROTECTED]> wrote: > I've taken into account the suggestions proposed by various people wrt > the TFTP server classes and accordingly made some changes. Thanks for > the feedback. > So, does that mean you're cutting (or have already done so) a new release candidat

[continuum] BUILD FAILURE: Commons Codec

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63060&projectId=159 Build statistics: State: Failed Previous State: Failed Started at: Sun 9 Mar 2008 04:55:31 -0700 Finished at: Sun 9 Mar 2008 04:56:58 -0700 Total time: 1m 27s Build Trigger: Schedule Build N

[continuum] BUILD FAILURE: Commons Codec

2008-03-09 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=63060&projectId=159 Build statistics: State: Failed Previous State: Failed Started at: Sun 9 Mar 2008 04:55:31 -0700 Finished at: Sun 9 Mar 2008 04:56:58 -0700 Total time: 1m 27s Build Trigger: Schedule Build N

Re: [all] M2 Dependency Version Ranges...

2008-03-09 Thread Dennis Lundberg
Jörg Schaible wrote: [EMAIL PROTECTED] wrote: On 2/29/08, Jörg Schaible <[EMAIL PROTECTED]> wrote: sebb wrote: > On 28/02/2008, James Carman <[EMAIL PROTECTED]> wrote: >> All, >> >> In Proxy, I currently have my SLF4J dependency version declared >> like this: >> >> >> org.slf4j >>

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread Dennis Lundberg
Niall Pemberton wrote: On Sat, Mar 8, 2008 at 4:19 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Niall Pemberton wrote: > On Thu, Mar 6, 2008 at 10:00 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: >> Niall Pemberton wrote: >> > On Thu, Mar 6, 2008 at 7:38 PM, Dennis Lundberg <[EMAIL PROTEC

[RESULT][VOTE] Release commons-parent 9

2008-03-09 Thread Niall Pemberton
This vote has passed with seven +1 votes from the following people: Ben Speakmon Jochen Wiedmann Luc Maisonobe Jörg Schaible James Carman Niall Pemberton Paul Benedict Thanks to everyone who voted - I'll cut the release shortly. Niall On Thu, Mar 6, 2008 at 3:01 AM, Niall Pemberton <[EMAIL PROT

Re: vote results

2008-03-09 Thread Torsten Curdt
On 09.03.2008, at 11:20, Niall Pemberton wrote: On Sun, Mar 9, 2008 at 10:12 AM, Torsten Curdt <[EMAIL PROTECTED]> wrote: Can we please make sure to tally a vote and send through a new mail with [RESULT] and [VOTE] in the subject. I know we usually do - but it also has been forgotten. The r

Re: vote results

2008-03-09 Thread Niall Pemberton
On Sun, Mar 9, 2008 at 10:12 AM, Torsten Curdt <[EMAIL PROTECTED]> wrote: > Can we please make sure to tally a vote and send through a new mail > with [RESULT] and [VOTE] in the subject. I know we usually do - but > it also has been forgotten. The recent vote for commons-parent 9 > would be good

Re: [all] Showing the Java Version on component sites

2008-03-09 Thread Niall Pemberton
On Sat, Mar 8, 2008 at 4:19 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > > Niall Pemberton wrote: > > On Thu, Mar 6, 2008 at 10:00 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > >> Niall Pemberton wrote: > >> > On Thu, Mar 6, 2008 at 7:38 PM, Dennis Lundberg <[EMAIL PROTECTED]> > wrote:

vote results

2008-03-09 Thread Torsten Curdt
Can we please make sure to tally a vote and send through a new mail with [RESULT] and [VOTE] in the subject. I know we usually do - but it also has been forgotten. The recent vote for commons-parent 9 would be good to be tallied. Nial, will you? I've counted +1s from Ben Speakmon Jochen Wie

Re: [VOTE] Release Commons Net 2.0

2008-03-09 Thread Rory Winston
That's great, thanks James! James Carman wrote: On 3/8/08, Rory Winston <[EMAIL PROTECTED]> wrote: Does anybody know if it is possible to generate a release notes skeleton automatically from JIRA? Sure. When you click "Browse Project" and you select Net (if it's not already selected