Hello,

I answer to my question after a day of search of information on internet...

The problem with changelog comes from the version of the following library :

cygwin-1.3.11


Some explanations :


        cvs server sends ok\n -> ssh protocol -> ssh.exe client of cygwin using 1.3.10 
dll -> ok\n to WinCVS
        cvs server sends ok\n -> ssh protocol -> ssh.exe client of cygwin using 1.3.11 
dll -> ok\r\n to WinCVS which then says:
                "cvs: log: unrecognized response: `ok` received" as an error message

I found the problem by tracing the execution of maven changelog and executing the generated command in a dos window.

  Two solutions :
        Reinstall the 1.3.10 version of the library on the cvs server,
        Change the CvsChangeLogGenerator.java to creation a cvs root with the 
following format :
                [EMAIL PROTECTED]:/home/cvspublic

I used the second solution because I cannot change the cvs server installation...

Regards,
Cyriaque,



Cyriaque Dupoirieux a �crit :

Hello,

   I have the following message with the goal changelog :
BUILD FAILED
null:37:50: <attainGoal> null:63:15: <changelog:changelog> null

Since I installed the Beta 9.

- Before I used the beta 7 and my access to cvs worked correctly. -
Do you know what I should change ?

Regards,
Cyriaque,


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to