You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2005/01/25 17:46:19 UTC

[jira] Created: (MPCHANGELOG-52) ChangeLog does not generate entries

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPCHANGELOG-52

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPCHANGELOG-52
    Summary: ChangeLog does not generate entries
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-changelog-plugin
   Versions:
             1.7.2

   Assignee: 
   Reporter: Zhao Li

    Created: Tue, 25 Jan 2005 11:45 AM
    Updated: Tue, 25 Jan 2005 11:45 AM
Environment: Windows 2000 SP4

Description:
I've set up an anonymous account on the CVS Server (on Linux) and when I tried to run Maven for the first time, I got this error message from changelog:

Could not read password for ':pserver:anonymous@torprd08:/CIHIREPO/CMDBREPO' from 'C:\Documents and Settings\Zli\.cvspass'

java.io.FileNotFoundException: C:\Documents and Settings\Zli\.cvspass (The system cannot find the file specified)
...
ChangeLog found: 0 entries


After looking at the error message, I created the .cvspass file in C:\Documents and Settings\Zli with some bogus password and got another error message from changelog:

Didn't find password for CVSROOT ':pserver:anonymous@torprd08:/CIHIREPO/CMDBREPO'.

ChangeLog found: 0 entries

The CVS Module has numerous log entries.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Reopened: (MPCHANGELOG-52) ChangeLog does not generate entries

Posted by ji...@codehaus.org.
Message:

   The following issue has been reopened.

   Reopener: Zhao Li
       Date: Tue, 25 Jan 2005 1:55 PM

I used maven -Dpassword=XXXXXXXX changelog:create-cvspass to create the password. But I am still having the same error message:

Didn't find password for CVSROOT ':pserver:anonymous@torprd08:/CIHIREPO/CMDBREPO'.

ChangeLog found: 0 entries
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPCHANGELOG-52

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPCHANGELOG-52
    Summary: ChangeLog does not generate entries
       Type: Bug

     Status: Reopened
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-changelog-plugin
   Versions:
             1.7.2

   Assignee: 
   Reporter: Zhao Li

    Created: Tue, 25 Jan 2005 11:45 AM
    Updated: Tue, 25 Jan 2005 1:55 PM
Environment: Windows 2000 SP4

Description:
I've set up an anonymous account on the CVS Server (on Linux) and when I tried to run Maven for the first time, I got this error message from changelog:

Could not read password for ':pserver:anonymous@torprd08:/CIHIREPO/CMDBREPO' from 'C:\Documents and Settings\Zli\.cvspass'

java.io.FileNotFoundException: C:\Documents and Settings\Zli\.cvspass (The system cannot find the file specified)
...
ChangeLog found: 0 entries


After looking at the error message, I created the .cvspass file in C:\Documents and Settings\Zli with some bogus password and got another error message from changelog:

Didn't find password for CVSROOT ':pserver:anonymous@torprd08:/CIHIREPO/CMDBREPO'.

ChangeLog found: 0 entries

The CVS Module has numerous log entries.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MPCHANGELOG-52) ChangeLog does not generate entries

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Tue, 25 Jan 2005 11:49 AM

please read:
http://maven.apache.org/reference/plugins/changelog/

that .cvspass format is not valid. You need to run:
maven -Dpassword=XXXXXXXX changelog:create-cvspass

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPCHANGELOG-52

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPCHANGELOG-52
    Summary: ChangeLog does not generate entries
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: INCOMPLETE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-changelog-plugin
   Versions:
             1.7.2

   Assignee: 
   Reporter: Zhao Li

    Created: Tue, 25 Jan 2005 11:45 AM
    Updated: Tue, 25 Jan 2005 11:49 AM
Environment: Windows 2000 SP4

Description:
I've set up an anonymous account on the CVS Server (on Linux) and when I tried to run Maven for the first time, I got this error message from changelog:

Could not read password for ':pserver:anonymous@torprd08:/CIHIREPO/CMDBREPO' from 'C:\Documents and Settings\Zli\.cvspass'

java.io.FileNotFoundException: C:\Documents and Settings\Zli\.cvspass (The system cannot find the file specified)
...
ChangeLog found: 0 entries


After looking at the error message, I created the .cvspass file in C:\Documents and Settings\Zli with some bogus password and got another error message from changelog:

Didn't find password for CVSROOT ':pserver:anonymous@torprd08:/CIHIREPO/CMDBREPO'.

ChangeLog found: 0 entries

The CVS Module has numerous log entries.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MPCHANGELOG-52) ChangeLog does not generate entries

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPCHANGELOG-52?page=comments#action_31366 ]
     
Brett Porter commented on MPCHANGELOG-52:
-----------------------------------------

does running the CVS executable from the command line work? The command should be listed in your output (though you haven't reproduced it here - please do for further troubleshooting)

> ChangeLog does not generate entries
> -----------------------------------
>
>          Key: MPCHANGELOG-52
>          URL: http://jira.codehaus.org/browse/MPCHANGELOG-52
>      Project: maven-changelog-plugin
>         Type: Bug
>     Versions: 1.7.2
>  Environment: Windows 2000 SP4
>     Reporter: Zhao Li

>
>
> I've set up an anonymous account on the CVS Server (on Linux) and when I tried to run Maven for the first time, I got this error message from changelog:
> Could not read password for ':pserver:anonymous@torprd08:/CIHIREPO/CMDBREPO' from 'C:\Documents and Settings\Zli\.cvspass'
> java.io.FileNotFoundException: C:\Documents and Settings\Zli\.cvspass (The system cannot find the file specified)
> ...
> ChangeLog found: 0 entries
> After looking at the error message, I created the .cvspass file in C:\Documents and Settings\Zli with some bogus password and got another error message from changelog:
> Didn't find password for CVSROOT ':pserver:anonymous@torprd08:/CIHIREPO/CMDBREPO'.
> ChangeLog found: 0 entries
> The CVS Module has numerous log entries.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MPCHANGELOG-52) ChangeLog does not generate entries

Posted by "Zhao Li (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPCHANGELOG-52?page=history ]
     
Zhao Li closed MPCHANGELOG-52:
------------------------------

    Resolution: Fixed

> ChangeLog does not generate entries
> -----------------------------------
>
>          Key: MPCHANGELOG-52
>          URL: http://jira.codehaus.org/browse/MPCHANGELOG-52
>      Project: maven-changelog-plugin
>         Type: Bug
>     Versions: 1.7.2
>  Environment: Windows 2000 SP4
>     Reporter: Zhao Li

>
>
> I've set up an anonymous account on the CVS Server (on Linux) and when I tried to run Maven for the first time, I got this error message from changelog:
> Could not read password for ':pserver:anonymous@torprd08:/CIHIREPO/CMDBREPO' from 'C:\Documents and Settings\Zli\.cvspass'
> java.io.FileNotFoundException: C:\Documents and Settings\Zli\.cvspass (The system cannot find the file specified)
> ...
> ChangeLog found: 0 entries
> After looking at the error message, I created the .cvspass file in C:\Documents and Settings\Zli with some bogus password and got another error message from changelog:
> Didn't find password for CVSROOT ':pserver:anonymous@torprd08:/CIHIREPO/CMDBREPO'.
> ChangeLog found: 0 entries
> The CVS Module has numerous log entries.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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