You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by François-Xavier Busch <fx...@gmail.com> on 2006/03/30 18:37:45 UTC

[Maven2] changelog plugin CEST date

Hi

Does anyone knows if there is a bug with the changelog plugin about the CEST
date time ?
Last week we passed from CET to CEST time and the maven site goal crashes
when generating the changelog report :

[INFO] Generate "changelog" report.
[INFO] Generating changed sets xml to: /path/project/target/changelog.xml
[INFO] Executing: cvs -z3 -f -d :pserver:user@localhost:/CVS -q log -d
"2006-03-23 17:08:51 CET<2006-03-31 18:08:51 CEST"
[INFO] Working directory: /path/project/target/src/main/java
[ERROR] Provider message:
[ERROR] The cvs command failed.
[ERROR] Command output:
[ERROR] cvs [log aborted]: Can't parse date/time: 2006-03-31 18:08:51 CEST

[INFO]
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] Error during report generation

Embedded error: An erro is occurred durint changelog command :
Command failed.
[INFO]
----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
----------------------------------------------------------------------------
[INFO] Total time: 33 seconds
[INFO] Finished at: Thu Mar 30 18:08:51 CEST 2006
[INFO] Final Memory: 12M/26M
[INFO]
----------------------------------------------------------------------------


Thanx.

Re: [Maven2] changelog plugin CEST date

Posted by Marcin Cetnarski <ma...@gmail.com>.
It's already fixed, look at http://jira.codehaus.org/browse/SCM-177
Marcin

2006/3/30, Wayne Fay <wa...@gmail.com>:
> Looks like a bug. File it in JIRA. They probably are only looking for
> 3 characters in the timezone field and CES is not valid, or something.
>
> Wayne
>
> On 3/30/06, François-Xavier Busch <fx...@gmail.com> wrote:
> > Hi
> >
> > Does anyone knows if there is a bug with the changelog plugin about the CEST
> > date time ?
> > Last week we passed from CET to CEST time and the maven site goal crashes
> > when generating the changelog report :
> >
> > [INFO] Generate "changelog" report.
> > [INFO] Generating changed sets xml to: /path/project/target/changelog.xml
> > [INFO] Executing: cvs -z3 -f -d :pserver:user@localhost:/CVS -q log -d
> > "2006-03-23 17:08:51 CET<2006-03-31 18:08:51 CEST"
> > [INFO] Working directory: /path/project/target/src/main/java
> > [ERROR] Provider message:
> > [ERROR] The cvs command failed.
> > [ERROR] Command output:
> > [ERROR] cvs [log aborted]: Can't parse date/time: 2006-03-31 18:08:51 CEST
> >
> > [INFO]
> > ----------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> > ----------------------------------------------------------------------------
> > [INFO] Error during report generation
> >
> > Embedded error: An erro is occurred durint changelog command :
> > Command failed.
> > [INFO]
> > ----------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ----------------------------------------------------------------------------
> > [INFO] Total time: 33 seconds
> > [INFO] Finished at: Thu Mar 30 18:08:51 CEST 2006
> > [INFO] Final Memory: 12M/26M
> > [INFO]
> > ----------------------------------------------------------------------------
> >
> >
> > Thanx.
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [Maven2] changelog plugin CEST date

Posted by Wayne Fay <wa...@gmail.com>.
Looks like a bug. File it in JIRA. They probably are only looking for
3 characters in the timezone field and CES is not valid, or something.

Wayne

On 3/30/06, François-Xavier Busch <fx...@gmail.com> wrote:
> Hi
>
> Does anyone knows if there is a bug with the changelog plugin about the CEST
> date time ?
> Last week we passed from CET to CEST time and the maven site goal crashes
> when generating the changelog report :
>
> [INFO] Generate "changelog" report.
> [INFO] Generating changed sets xml to: /path/project/target/changelog.xml
> [INFO] Executing: cvs -z3 -f -d :pserver:user@localhost:/CVS -q log -d
> "2006-03-23 17:08:51 CET<2006-03-31 18:08:51 CEST"
> [INFO] Working directory: /path/project/target/src/main/java
> [ERROR] Provider message:
> [ERROR] The cvs command failed.
> [ERROR] Command output:
> [ERROR] cvs [log aborted]: Can't parse date/time: 2006-03-31 18:08:51 CEST
>
> [INFO]
> ----------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Error during report generation
>
> Embedded error: An erro is occurred durint changelog command :
> Command failed.
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Total time: 33 seconds
> [INFO] Finished at: Thu Mar 30 18:08:51 CEST 2006
> [INFO] Final Memory: 12M/26M
> [INFO]
> ----------------------------------------------------------------------------
>
>
> Thanx.
>
>