Re: Problem with scm:changelog

2006-08-02 Thread neeraj daffodil
use scm:checkout-project goal to checkout and also define scm.cvs.module="your module name in your repository" write in ur project.properties file On 8/2/06, eman forever <[EMAIL PROTECTED]> wrote: Hi everyone .. I am a newbie to maven .. I've been using the scm api and it seems that it's wo

Problem with scm:changelog

2006-08-02 Thread eman forever
Hi everyone .. I am a newbie to maven .. I've been using the scm api and it seems that it's working properly except when I execute the scm:changelog goal I get this error [INFO] [scm:changelog] [INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:repository -q log [INFO] Working director

Re: Problem with scm:changelog

2006-08-02 Thread Denis Cabasson
Your working directory looks weird to me. Shouldn't you be in the subdir created by the checkout before executing the scm:changelog command? Aryam Online wrote: > > Hi everyone .. > > I am a newbie to maven .. > I've been using the scm api and it seems that it's working properly except > when

Problem with scm:changelog

2006-08-01 Thread Aryam Online
Hi everyone .. I am a newbie to maven .. I've been using the scm api and it seems that it's working properly except when I execute the scm:changelog goal I get this error [INFO] [scm:changelog] [INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:repository -q log [INFO] Working director