[ http://jira.codehaus.org/browse/MCHANGELOG-52?page=comments#action_81191 
] 
            
Jim Crossley commented on MCHANGELOG-52:
----------------------------------------

Using 2.0-SNAPSHOT from http://people.apache.org/repo/m2-snapshot-repository/ 
as you request, I get a different error:

[INFO] [changelog:changelog]
[INFO] Generating changed sets xml to: 
/home/jim/src/myproject/target/changelog.xml
[INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot 
-q log -d '"2006-10-28T10:40:33-0400<2006-11-28T09:40:33-0500"'
[INFO] Working directory: /home/jim/src/myproject/src/main/java
[ERROR] Provider message:
[ERROR] The cvs command failed.
[ERROR] Command output:
[ERROR] cvs [log aborted]: Can't parse date/time: `"2006-10-28T10:40:33-0400'

I believe this may be related to SCM-187 which appears to be fixed but possibly 
not yet released.  Is it possible to make the plugin use the latest scm 
snapshot?

> Links are broken for viewcvs.cgi
> --------------------------------
>
>                 Key: MCHANGELOG-52
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-52
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-1
>         Environment: cvs on linux
>            Reporter: Jim Crossley
>
> My project.scm.url is 'http://cvs/viewcvs.cgi/myproject/'.  If I make a 
> change to 'src/main/java/com/foo/Bar.java', the resulting link is 
> 'http://cvs/viewcvs.cgi/myproject/om/foo/Bar.java'.  Note the absence of 
> 'src/main/java/c'.  The lopped-off 'c' is especially distressing.
> I can hack sort of a fix by adding this to the plugin element:
>   <configuration>
>     <scmUrl>http://cvs/viewcvs.cgi/sdvrpc-maven/src/main/java/c</scmUrl>
>   </configuration>
> But that's gross, and it would only account for changes beneath 
> 'src/main/java', so changes beneath ${basedir} would still be broken.

-- 
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

        

Reply via email to