The following comment has been added to this issue:

     Author: Julien Dubois
    Created: Tue, 28 Oct 2003 2:27 AM
       Body:
Hi,

I had the same issue, and spent a couple of hours on it, however I haven't a clear 
understanding of what caused it.
I only had this problem on one of my Windows boxes (runs fine on Linux, Solaris, and 
all of my other Windows machines). So it was definitly weird. As you're using Windows 
(c:\... in your comment), I guess you might have the same issue.
The difference between this machine and the others was that I installed WinCVS on it, 
and on the others I had a basic CVS client bundled with cvsNT. So all I did is replace 
the CVS client, and voil�! it all worked as normal.
So I guess the problem comes from some Windows CVS clients. The .cvspass file was 
correct in all the machines, but the CVS client bundled with WinCVS was probably 
broken.

HTH,

Julien Dubois.
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-872


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-872
    Summary: Maven does not recognize .cvspass file
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-changelog
             plugin-developer-activity
             plugin-file-activity
   Fix Fors:
             1.1
   Versions:
             1.0-beta-10
             1.0-rc1

   Assignee: 
   Reporter: Jason Horne

    Created: Tue, 30 Sep 2003 10:38 AM
    Updated: Wed, 8 Oct 2003 12:06 PM

Description:
I'm trying to run the changelog report, but it doesn't work because Maven supplies a 
blank password.  How can you tell it to use a real password?  Note: I created a 
.cvspass file in my home directory, which Ant reads and uses just fine:

--- (snip) ---
   C:\Java\Maven\plugins>type build.xml
   <?xml version="1.0" encoding="UTF-8"?>

   <project name="ca" default="dist" basedir=".">

           <target name="feh">
                   <cvs command="diff -u -N" output="patch.txt"/>
           </target>

   </project>

   C:\Java\Maven\plugins>ant feh
   Buildfile: build.xml

   feh:
         [cvs] Using cvs passfile: C:\Documents and Settings\jahorn\.cvspass
         [cvs] cvs server: Diffing .
         [cvs] cvs server: Diffing maven-linkcheck-plugin-1.1-SNAPSHOT
--- (snip) ---

Maven doesn't see it, though:

--- (snip) ---
   maven-changelog-plugin:report:
       [echo] Generating the changelog report
   SCM Working Directory: C:\Java\Maven\plugins
   SCM Command Line[0]: cvs
   SCM Command Line[1]: -d
   SCM Command Line[2]: :pserver:[EMAIL PROTECTED]:/cvs/cvs_dept
   SCM Command Line[3]: log
   SCM Command Line[4]: -d 2003-08-27<2003-09-27
   cvs log: authorization failed: server cvs.unx.sas.com rejected access to 
/cvs/cvs_dept for user jahorn
   cvs log: used empty password; try "cvs login" with a real password
--- (snip) ---



---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to