Re: Maven SCM plugin: where do I get cvs.exe?

2005-05-30 Thread Massimiliano Amato
Thanks but i found the problem.

It was the fact that directory contained a space and i was forced to
put it between " and that make Maven not being too happy about it!

As soon as i removed the space from the name and the " worked

On 5/31/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
> What is the error message you get?
> 
> 2005/5/30, Massimiliano Amato <[EMAIL PROTECTED]>:
> > Hi.
> >
> > I've cvs.exe in the path but scm plugin still doesn't work
> >
> > I can run cvs from the directory where i lauch maven from
> >
> > I launched maven with -X option and cvs.exe is in the path, what could
> > be the problem?
> >
> > On 5/26/05, bryan ( [EMAIL PROTECTED])
> > <[EMAIL PROTECTED]> wrote:
> > > google: find cvsnt , install it , add the cvs.exe to your path
> > >
> > > On 5/26/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Hi,
> > > >
> > > > this is my first attempt at using cvs, so bear with me for a moment. I
> > > > tried:
> > > >
> > > > maven scm:checkout-project -Dmaven.scm.method=cvs
> > > > -Dmaven.scm.cvs.module=pmd
> > > > -Dmaven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/cvsroot/pmd
> > > > -Dmaven.scm.checkout.dir=.
> > > >
> > > > to get the latest PMD code, but this fails with the following error:
> > > >
> > > > java.io.IOException: CreateProcess: cvs
> > > > -d:pserver:[EMAIL PROTECTED]:/cvsroot/pmd -q checkout -P
> > > > pmd error=2
> > > >
> > > > Which means that cvs.exe (or .bat) cannot be found. Do I need to
> > > > install a cvs client or server or what do I need? Basically, I want to
> > > > start to learn how to contribute to open-source projects. I hope you
> > > > can help me out.
> > > >
> > > > regards,
> > > >
> > > > Wim
> > > >
> > > > -
> > > > 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]
> 
>

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



Re: Maven SCM plugin: where do I get cvs.exe?

2005-05-30 Thread Wim Deblauwe
What is the error message you get?

2005/5/30, Massimiliano Amato <[EMAIL PROTECTED]>:
> Hi.
> 
> I've cvs.exe in the path but scm plugin still doesn't work
> 
> I can run cvs from the directory where i lauch maven from
> 
> I launched maven with -X option and cvs.exe is in the path, what could
> be the problem?
> 
> On 5/26/05, bryan ( [EMAIL PROTECTED])
> <[EMAIL PROTECTED]> wrote:
> > google: find cvsnt , install it , add the cvs.exe to your path
> >
> > On 5/26/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
> > >
> > > Hi,
> > >
> > > this is my first attempt at using cvs, so bear with me for a moment. I
> > > tried:
> > >
> > > maven scm:checkout-project -Dmaven.scm.method=cvs
> > > -Dmaven.scm.cvs.module=pmd
> > > -Dmaven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/cvsroot/pmd
> > > -Dmaven.scm.checkout.dir=.
> > >
> > > to get the latest PMD code, but this fails with the following error:
> > >
> > > java.io.IOException: CreateProcess: cvs
> > > -d:pserver:[EMAIL PROTECTED]:/cvsroot/pmd -q checkout -P
> > > pmd error=2
> > >
> > > Which means that cvs.exe (or .bat) cannot be found. Do I need to
> > > install a cvs client or server or what do I need? Basically, I want to
> > > start to learn how to contribute to open-source projects. I hope you
> > > can help me out.
> > >
> > > regards,
> > >
> > > Wim
> > >
> > > -
> > > 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]



Re: Maven SCM plugin: where do I get cvs.exe?

2005-05-30 Thread Massimiliano Amato
Hi.

I've cvs.exe in the path but scm plugin still doesn't work

I can run cvs from the directory where i lauch maven from

I launched maven with -X option and cvs.exe is in the path, what could
be the problem?



On 5/26/05, bryan ( [EMAIL PROTECTED])
<[EMAIL PROTECTED]> wrote:
> google: find cvsnt , install it , add the cvs.exe to your path
> 
> On 5/26/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > this is my first attempt at using cvs, so bear with me for a moment. I
> > tried:
> >
> > maven scm:checkout-project -Dmaven.scm.method=cvs
> > -Dmaven.scm.cvs.module=pmd
> > -Dmaven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/cvsroot/pmd
> > -Dmaven.scm.checkout.dir=.
> >
> > to get the latest PMD code, but this fails with the following error:
> >
> > java.io.IOException: CreateProcess: cvs
> > -d:pserver:[EMAIL PROTECTED]:/cvsroot/pmd -q checkout -P
> > pmd error=2
> >
> > Which means that cvs.exe (or .bat) cannot be found. Do I need to
> > install a cvs client or server or what do I need? Basically, I want to
> > start to learn how to contribute to open-source projects. I hope you
> > can help me out.
> >
> > regards,
> >
> > Wim
> >
> > -
> > 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]



Re: Maven SCM plugin: where do I get cvs.exe?

2005-05-26 Thread bryan ( [EMAIL PROTECTED])
google: find cvsnt , install it , add the cvs.exe to your path

On 5/26/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
> 
> Hi,
> 
> this is my first attempt at using cvs, so bear with me for a moment. I 
> tried:
> 
> maven scm:checkout-project -Dmaven.scm.method=cvs
> -Dmaven.scm.cvs.module=pmd
> -Dmaven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/cvsroot/pmd
> -Dmaven.scm.checkout.dir=.
> 
> to get the latest PMD code, but this fails with the following error:
> 
> java.io.IOException: CreateProcess: cvs
> -d:pserver:[EMAIL PROTECTED]:/cvsroot/pmd -q checkout -P
> pmd error=2
> 
> Which means that cvs.exe (or .bat) cannot be found. Do I need to
> install a cvs client or server or what do I need? Basically, I want to
> start to learn how to contribute to open-source projects. I hope you
> can help me out.
> 
> regards,
> 
> Wim
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>


Maven SCM plugin: where do I get cvs.exe?

2005-05-26 Thread Wim Deblauwe
Hi,

this is my first attempt at using cvs, so bear with me for a moment. I tried:

maven scm:checkout-project -Dmaven.scm.method=cvs
-Dmaven.scm.cvs.module=pmd
-Dmaven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/cvsroot/pmd
-Dmaven.scm.checkout.dir=.

to get the latest PMD code, but this fails with the following error:

java.io.IOException: CreateProcess: cvs
-d:pserver:[EMAIL PROTECTED]:/cvsroot/pmd -q checkout -P
pmd error=2

Which means that cvs.exe (or .bat) cannot be found. Do I need to
install a cvs client or server or what do I need? Basically, I want to
start to learn how to contribute to open-source projects. I hope you
can help me out.

regards,

Wim

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