You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Stefan Seidel (JIRA)" <ji...@codehaus.org> on 2007/02/28 15:53:43 UTC

[jira] Created: (MCHANGELOG-56) Date format not understood by CVS

Date format not understood by CVS
---------------------------------

                 Key: MCHANGELOG-56
                 URL: http://jira.codehaus.org/browse/MCHANGELOG-56
             Project: Maven 2.x Changelog Plugin
          Issue Type: Bug
         Environment: CVS 1.12.13, Linux 2.6.18-4-xen-686 #1 SMP Thu Jan 25 02:34:40 UTC 2007 i686 GNU/Linux
            Reporter: Stefan Seidel


In my pom.xml:
{code}
  <reportings>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changelog-plugin</artifactId>
        <version>2.0-SNAPSHOT</version>
      </plugin>
  ...
{code}

mvn site output:

{code}
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building ReportingsPortlet
[INFO]    task-segment: [site]
[INFO] ----------------------------------------------------------------------------
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [site:site]
[INFO] Skipped "About" report, file "index.html" already exists for the English version.
[INFO] Generate "Change Log" report.
[INFO] Generating changed sets xml to: /home/stefan/workspace/alles/xpm-portal/portlets/Reportings/target/changelog.xml
[INFO] Executing: cvs -z3 -f -d :pserver:continuum@stellaext:/home/cvs -q log -d 2007-01-29T15:46:22+0100<2007-03-01T15:46:22+0100
[INFO] Working directory: /home/stefan/workspace/alles/xpm-portal/portlets/Reportings/src/main/java
[ERROR] Provider message:
[ERROR] The cvs command failed.
[ERROR] Command output:
[ERROR] cvs [log aborted]: Can't parse date/time: `2007-01-29T15:46:22+0100'

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

Embedded error: Error rendering Maven report: An error is occurred during changelog command : 
Command failed.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Wed Feb 28 15:46:22 GMT+01:00 2007
[INFO] Final Memory: 20M/116M
[INFO] ------------------------------------------------------------------------
{code}

It is understandable, because this CVS version just does not support this strange date format.
Running
{code}
cvs -z3 -f -d :pserver:continuum@stellaext:/home/cvs -q log -d "2007-01-29 15:46:22 +0100<2007-03-01 15:46:22 +0100"
{code}
on the command line instead does work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MCHANGELOG-56) Date format not understood by CVS

Posted by "Marnix van Bochove (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_89456 ] 

Marnix van Bochove commented on MCHANGELOG-56:
----------------------------------------------

Is there a relation with this issue:

http://jira.codehaus.org/browse/SCM-187

> Date format not understood by CVS
> ---------------------------------
>
>                 Key: MCHANGELOG-56
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-56
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Bug
>         Environment: CVS 1.12.13, Linux 2.6.18-4-xen-686 #1 SMP Thu Jan 25 02:34:40 UTC 2007 i686 GNU/Linux
>            Reporter: Stefan Seidel
>
> In my pom.xml:
> {code}
>   <reportings>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-SNAPSHOT</version>
>       </plugin>
>   ...
> {code}
> mvn site output:
> {code}
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building ReportingsPortlet
> [INFO]    task-segment: [site]
> [INFO] ----------------------------------------------------------------------------
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] [site:site]
> [INFO] Skipped "About" report, file "index.html" already exists for the English version.
> [INFO] Generate "Change Log" report.
> [INFO] Generating changed sets xml to: /home/stefan/workspace/alles/xpm-portal/portlets/Reportings/target/changelog.xml
> [INFO] Executing: cvs -z3 -f -d :pserver:continuum@stellaext:/home/cvs -q log -d 2007-01-29T15:46:22+0100<2007-03-01T15:46:22+0100
> [INFO] Working directory: /home/stefan/workspace/alles/xpm-portal/portlets/Reportings/src/main/java
> [ERROR] Provider message:
> [ERROR] The cvs command failed.
> [ERROR] Command output:
> [ERROR] cvs [log aborted]: Can't parse date/time: `2007-01-29T15:46:22+0100'
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error during page generation
> Embedded error: Error rendering Maven report: An error is occurred during changelog command : 
> Command failed.
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7 seconds
> [INFO] Finished at: Wed Feb 28 15:46:22 GMT+01:00 2007
> [INFO] Final Memory: 20M/116M
> [INFO] ------------------------------------------------------------------------
> {code}
> It is understandable, because this CVS version just does not support this strange date format.
> Running
> {code}
> cvs -z3 -f -d :pserver:continuum@stellaext:/home/cvs -q log -d "2007-01-29 15:46:22 +0100<2007-03-01 15:46:22 +0100"
> {code}
> on the command line instead does work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MCHANGELOG-56) Date format not understood by CVS

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_97804 ] 

Dennis Lundberg commented on MCHANGELOG-56:
-------------------------------------------

The latest 2.1-SNAPSHOT of this plugin uses a fixed version of SCM.
Could you please verify that this problem has been fixed?

> Date format not understood by CVS
> ---------------------------------
>
>                 Key: MCHANGELOG-56
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-56
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Bug
>         Environment: CVS 1.12.13, Linux 2.6.18-4-xen-686 #1 SMP Thu Jan 25 02:34:40 UTC 2007 i686 GNU/Linux
>            Reporter: Stefan Seidel
>
> In my pom.xml:
> {code}
>   <reportings>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-SNAPSHOT</version>
>       </plugin>
>   ...
> {code}
> mvn site output:
> {code}
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building ReportingsPortlet
> [INFO]    task-segment: [site]
> [INFO] ----------------------------------------------------------------------------
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] [site:site]
> [INFO] Skipped "About" report, file "index.html" already exists for the English version.
> [INFO] Generate "Change Log" report.
> [INFO] Generating changed sets xml to: /home/stefan/workspace/alles/xpm-portal/portlets/Reportings/target/changelog.xml
> [INFO] Executing: cvs -z3 -f -d :pserver:continuum@stellaext:/home/cvs -q log -d 2007-01-29T15:46:22+0100<2007-03-01T15:46:22+0100
> [INFO] Working directory: /home/stefan/workspace/alles/xpm-portal/portlets/Reportings/src/main/java
> [ERROR] Provider message:
> [ERROR] The cvs command failed.
> [ERROR] Command output:
> [ERROR] cvs [log aborted]: Can't parse date/time: `2007-01-29T15:46:22+0100'
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error during page generation
> Embedded error: Error rendering Maven report: An error is occurred during changelog command : 
> Command failed.
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7 seconds
> [INFO] Finished at: Wed Feb 28 15:46:22 GMT+01:00 2007
> [INFO] Final Memory: 20M/116M
> [INFO] ------------------------------------------------------------------------
> {code}
> It is understandable, because this CVS version just does not support this strange date format.
> Running
> {code}
> cvs -z3 -f -d :pserver:continuum@stellaext:/home/cvs -q log -d "2007-01-29 15:46:22 +0100<2007-03-01 15:46:22 +0100"
> {code}
> on the command line instead does work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MCHANGELOG-56) Date format not understood by CVS

Posted by "Stefan Seidel (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGELOG-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_89471 ] 

Stefan Seidel commented on MCHANGELOG-56:
-----------------------------------------

No, there is only one pair of quotes. I've tried with another CVS version - with 1.12.9 this works fine. Maybe the date format could be user-configurable, or just use the second form (with spaces in between).

> Date format not understood by CVS
> ---------------------------------
>
>                 Key: MCHANGELOG-56
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-56
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Bug
>         Environment: CVS 1.12.13, Linux 2.6.18-4-xen-686 #1 SMP Thu Jan 25 02:34:40 UTC 2007 i686 GNU/Linux
>            Reporter: Stefan Seidel
>
> In my pom.xml:
> {code}
>   <reportings>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-SNAPSHOT</version>
>       </plugin>
>   ...
> {code}
> mvn site output:
> {code}
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building ReportingsPortlet
> [INFO]    task-segment: [site]
> [INFO] ----------------------------------------------------------------------------
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] [site:site]
> [INFO] Skipped "About" report, file "index.html" already exists for the English version.
> [INFO] Generate "Change Log" report.
> [INFO] Generating changed sets xml to: /home/stefan/workspace/alles/xpm-portal/portlets/Reportings/target/changelog.xml
> [INFO] Executing: cvs -z3 -f -d :pserver:continuum@stellaext:/home/cvs -q log -d 2007-01-29T15:46:22+0100<2007-03-01T15:46:22+0100
> [INFO] Working directory: /home/stefan/workspace/alles/xpm-portal/portlets/Reportings/src/main/java
> [ERROR] Provider message:
> [ERROR] The cvs command failed.
> [ERROR] Command output:
> [ERROR] cvs [log aborted]: Can't parse date/time: `2007-01-29T15:46:22+0100'
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error during page generation
> Embedded error: Error rendering Maven report: An error is occurred during changelog command : 
> Command failed.
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7 seconds
> [INFO] Finished at: Wed Feb 28 15:46:22 GMT+01:00 2007
> [INFO] Final Memory: 20M/116M
> [INFO] ------------------------------------------------------------------------
> {code}
> It is understandable, because this CVS version just does not support this strange date format.
> Running
> {code}
> cvs -z3 -f -d :pserver:continuum@stellaext:/home/cvs -q log -d "2007-01-29 15:46:22 +0100<2007-03-01 15:46:22 +0100"
> {code}
> on the command line instead does work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MCHANGELOG-56) Date format not understood by CVS

Posted by "Stefan Seidel (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGELOG-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seidel closed MCHANGELOG-56.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1

Yes works for me now.

> Date format not understood by CVS
> ---------------------------------
>
>                 Key: MCHANGELOG-56
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-56
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Bug
>         Environment: CVS 1.12.13, Linux 2.6.18-4-xen-686 #1 SMP Thu Jan 25 02:34:40 UTC 2007 i686 GNU/Linux
>            Reporter: Stefan Seidel
>             Fix For: 2.1
>
>
> In my pom.xml:
> {code}
>   <reportings>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-SNAPSHOT</version>
>       </plugin>
>   ...
> {code}
> mvn site output:
> {code}
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building ReportingsPortlet
> [INFO]    task-segment: [site]
> [INFO] ----------------------------------------------------------------------------
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO] [site:site]
> [INFO] Skipped "About" report, file "index.html" already exists for the English version.
> [INFO] Generate "Change Log" report.
> [INFO] Generating changed sets xml to: /home/stefan/workspace/alles/xpm-portal/portlets/Reportings/target/changelog.xml
> [INFO] Executing: cvs -z3 -f -d :pserver:continuum@stellaext:/home/cvs -q log -d 2007-01-29T15:46:22+0100<2007-03-01T15:46:22+0100
> [INFO] Working directory: /home/stefan/workspace/alles/xpm-portal/portlets/Reportings/src/main/java
> [ERROR] Provider message:
> [ERROR] The cvs command failed.
> [ERROR] Command output:
> [ERROR] cvs [log aborted]: Can't parse date/time: `2007-01-29T15:46:22+0100'
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error during page generation
> Embedded error: Error rendering Maven report: An error is occurred during changelog command : 
> Command failed.
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7 seconds
> [INFO] Finished at: Wed Feb 28 15:46:22 GMT+01:00 2007
> [INFO] Final Memory: 20M/116M
> [INFO] ------------------------------------------------------------------------
> {code}
> It is understandable, because this CVS version just does not support this strange date format.
> Running
> {code}
> cvs -z3 -f -d :pserver:continuum@stellaext:/home/cvs -q log -d "2007-01-29 15:46:22 +0100<2007-03-01 15:46:22 +0100"
> {code}
> on the command line instead does work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira