RE: changelog plugin vs cvs executable

2004-04-27 Thread Mylene Reiners
Stephan,

I have the same message as you do, but that doesn't affect the result

[echo] Generating the changelog report
Server is not supporting gzip-file-contents request
ChangeLog found: 8 entries

Guess it is just a result of using Windows...

I will check the sources, and get back to you!

Regards,

Mylène

 -Original Message-
 From: Stephan Lagraulet [mailto:[EMAIL PROTECTED]
 Sent: 27 April 2004 12:34
 To: 'Maven Users List'
 Subject: RE: changelog plugin vs cvs executable
 
 
 By the way, I think no one answered the question I asked, 
 maybe no one had
 this problem.
 
 [echo] Generating the changelog report
   Server is not supporting gzip-file-contents request
   ChangeLog found: 0 entries
 
 Has anyone got this message and how can it be fixed?
 
 I'm using CVSNT, connecting with pserver
 
 Regards,
 Stephan Lagraulet
 GxP Systems
 www.gxpsystems.com
 
 -Original Message-
 From: Menetrieux Remy [mailto:[EMAIL PROTECTED]
 Sent: 27 April 2004 10:38
 To: Maven Users List
 Subject: RE: changelog plugin vs cvs executable
 
 
 Changelog use the scm plugin to connect at cvs.
 I have post an answer for this last week.
 Rémy
 
 -Message d'origine-
 De : [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]
 Envoyé : mardi 27 avril 2004 06:58
 À : [EMAIL PROTECTED]
 Objet : changelog plugin vs cvs executable
 
 I recently had a problem with the changelog plugin where it was coming
 back with an error saying there was an incorrect password provided.
 
 Running 'cvs up' and 'cvs login' all worked fine, and cvs 
 itself seemed
 ok.
 
 It appears the plugin reads (and expects) a ~/.cvspass file.
 
 This file wasn't present when using cvs.exe from cvsnt.org.
 
 Is this to be expected? If so, we should update the plugin 
 docs to clarify
 that a .cvspass is needed and give details on the ant task to 
 create it.
 --
 dIon Gillard, Multitask Consulting
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 The information transmitted is intended only for the person 
 or entity to
 which it is addressed and may contain confidential and/or privileged
 material. Any review, retransmission, dissemination or other 
 use of, or
 taking of any action in reliance upon, this information by persons or
 entities other than the intended recipient is prohibited and may be a
 violation of law. If you received this transmission in error, 
 please contact
 the sender by reply e-mail and delete and destroy all copies of the
 material, including all copies stored in the recipient's 
 computer, printed
 or saved to disk. Thank you.
 Software virus: Europcar has taken precautions to minimize the risk of
 transmitting software viruses, but we advise you to carry out 
 your own virus
 checks on any attachment to this message. Europcar cannot 
 accept liability
 for any loss or damage caused by software viruses.
 Intellectual Property: Europcar has built up a significant 
 reputation in the
 name Europcar and has a number of trademark applications 
 and registrations
 in many countries. No trademarks, service marks, and trade 
 names owned or
 licensed by Europcar or its affiliates may be copied, reproduced,
 republished, uploaded, posted, transmitted, or distributed in any way,
 without the prior written consent of Europcar.
 
 
 -
 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]
 

This e-mail and any attachment is for authorised use by the intended recipient(s) 
only. It may contain proprietary material, confidential information and/or be subject 
to legal privilege. It should not be copied, disclosed to, retained or used by, any 
other party. If you are not an intended recipient then please promptly delete this 
e-mail and any attachment and all copies and inform the sender. Thank you.

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



Changelog cvs problems

2004-04-22 Thread Mylene Reiners
Hi,

I am desperately trying to get the Changelog to work, for 2 days now.

I'm running Windows 2000 SP4, CVSNT, CVS 1.11.15, Maven v. 1.0-rc2.

Conn. string:
repository
 
developerConnectionscm|cvs|pserver|[EMAIL PROTECTED]|C:/OSO/cvsrepo/test|
Sample_project2/developerConnection
/repository

Result:
[echo] Generating the Change Log...
maven-changelog-plugin:report:
[echo] Generating the changelog report
Didn't find password for CVSROOT
':pserver:[EMAIL PROTECTED]:C:/OSO/cvsrepo/test'.
org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
Password.
ChangeLog found: 0 entries

I tried first logging in to CVS, but that didn't help - also I tried both
with the auto-generated .cvspass and with the /1  deleted (see 
http://jira.codehaus.org/ViewIssue.jspa?key=MPCHANGELOG-34)

I'm afraid I'm overlooking something really simple, but I just don't see it.

Any help appreciated,

Mylène 

This e-mail and any attachment is for authorised use by the intended recipient(s) 
only. It may contain proprietary material, confidential information and/or be subject 
to legal privilege. It should not be copied, disclosed to, retained or used by, any 
other party. If you are not an intended recipient then please promptly delete this 
e-mail and any attachment and all copies and inform the sender. Thank you.

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



RE: Changelog cvs problems

2004-04-22 Thread Mylene Reiners
Well, without them I can't get it to work on windows, because of the c:\
drive I have to define.

The usual : delimiter is therefore changed in |

But Arto's (or Menetrieux) solution worked. The username and password have
to be divided by :

It works with the connection string

repository
 
developerConnectionscm|cvs|pserver|MReiners:[EMAIL PROTECTED]|C:/OSO/cvsr
epo/test|Sample_project2/developerConnection
/repository

Thanks a lot,

Mylene

 -Original Message-
 From: Peter Bright [mailto:[EMAIL PROTECTED]
 Sent: 22 April 2004 13:10
 To: 'Maven Users List'
 Subject: RE: Changelog cvs problems
 
 
 Using : as a separator does not play nicely with drive letters.
 
  -Original Message-
  From: Arto Pastinen [mailto:[EMAIL PROTECTED]
  Sent: 22 April 2004 12:12
  To: Maven Users List
  Subject: Re: Changelog cvs problems
  
  
  
  Hi!
  
  Did you miss Menetrieux's reply this today?
  Here it is:
  
  Why you do use : as separator ??
  Why you don't use an other separator ? 
  I'm under linux too and this works fine: 
  You see that the ':' separator is use for separate username 
  and passwd..
  
  connectionscm|cvs|pserver|username:[EMAIL PROTECTED]|repository|
  module/connec
  tion
  
  Actually i didn't test it, i added anonymous access to CVS, 
  but try it,
  i think that it can help.
  
  On Thu, 2004-04-22 at 13:59, Mylene Reiners wrote:
   Hi,
   
   I am desperately trying to get the Changelog to work, for 2 
  days now.
   
   I'm running Windows 2000 SP4, CVSNT, CVS 1.11.15, Maven 
 v. 1.0-rc2.
   
   Conn. string:
   repository

   
  developerConnectionscm|cvs|pserver|[EMAIL PROTECTED]|C:/OSO
  /cvsrepo/test|
   Sample_project2/developerConnection
   /repository
   
   Result:
   [echo] Generating the Change Log...
   maven-changelog-plugin:report:
   [echo] Generating the changelog report
   Didn't find password for CVSROOT
   ':pserver:[EMAIL PROTECTED]:C:/OSO/cvsrepo/test'.
   
 org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
   Password.
   ChangeLog found: 0 entries
   
   I tried first logging in to CVS, but that didn't help - 
  also I tried both
   with the auto-generated .cvspass and with the /1  deleted (see 
   http://jira.codehaus.org/ViewIssue.jspa?key=MPCHANGELOG-34)
   
   I'm afraid I'm overlooking something really simple, but I 
  just don't see it.
   
   Any help appreciated,
   
   Mylène 
   
   This e-mail and any attachment is for authorised use by the 
  intended recipient(s) only. It may contain proprietary 
  material, confidential information and/or be subject to legal 
  privilege. It should not be copied, disclosed to, retained or 
  used by, any other party. If you are not an intended 
  recipient then please promptly delete this e-mail and any 
  attachment and all copies and inform the sender. Thank you.
   
   
  
 -
   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]
  
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

This e-mail and any attachment is for authorised use by the intended recipient(s) 
only. It may contain proprietary material, confidential information and/or be subject 
to legal privilege. It should not be copied, disclosed to, retained or used by, any 
other party. If you are not an intended recipient then please promptly delete this 
e-mail and any attachment and all copies and inform the sender. Thank you.

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



small error in plugin.jelly in maven-webserver-plugin-2.0-dev

2003-11-17 Thread Mylene Reiners
Hi,

When I tried to run maven site:generate, I got an error stating: a pseudo
attribute name is expected (line 1, pos. 20) of plugin.jelly in
maven-webserver-plugin-2.0-dev.
Checking the plugin.jelly file, I found a missing question mark.
Line 1 is:   ?xml version=1.0
should be: ?xml version=1.0?

Regards,

Mylene

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