Thanks again.

Does the plugin use the properties below when connecting to the CVS repository 
using :ext:?. Or does it have to be completley setup in advance?

maven.scm.username
maven.scm.password



-----Original Message-----
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Friday, 19 August 2005 4:13 PM
To: Maven Users List
Subject: Re: scm:checkout:


Using the ext protocol assumes that ext is all setup to go, and
unfortunately doesn't currently allow any input handling. So if you
get prompted for one of the following:
- yes/no answer to the host being unknown
- password
- private key passphrase

it will hang on the input.

Please ensure you can ssh to the server without any input first.

Cheers,
Brett

On 8/19/05, Michael McCrann <[EMAIL PROTECTED]> wrote:
> Thanks. That has got me further now, but now it is hanging:
> 
> > maven -be scm:checkout
> build:start:
> 
> scm:find-connection:
>     [echo] Using connection: scm:cvs:ext:[EMAIL 
> PROTECTED]:/usr/dev/cvs:myModule
> 
> scm:checkout:
>     [echo] Checking out scm:cvs:ext:[EMAIL PROTECTED]:/usr/dev/cvs:myModule
> 
> -----Original Message-----
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Friday, 19 August 2005 3:49 PM
> To: Maven Users List
> Subject: Re: scm:checkout:
> 
> 
> the CVS module is not being used unless you also specify the root (but
> this is deprecated in 1.5).
> 
> You can:
> a) include the module at the end of <connection/> and
> <developerConnection/> ie .../repository:project1
> b) pass in the whole URL from the command line with
> -Dmaven.scm.url=scm:cvs:.../repository:project1
> 
> Cheers,
> Brett
> 
> On 8/19/05, Michael McCrann <[EMAIL PROTECTED]> wrote:
> > I am having a problem using scm:checkout:
> >
> >
> > /c/michaels_projects/master_build> maven scm:checkout 
> > -Dmaven.scm.cvs.module=project1
> >  __  __
> > |  \/  |__ _Apache__ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|  v. 1.1-beta-1
> >
> > build:start:
> >
> > scm:find-connection:
> >     [echo] Using connection: scm:cvs:extssh:[EMAIL 
> > PROTECTED]:/path/to/cvs/repository
> >
> > scm:checkout:
> >     [echo] Checking out scm:cvs:extssh:[EMAIL 
> > PROTECTED]:/path/to/cvs/repository
> >
> >
> > BUILD FAILED
> > File...... C:\Documents and 
> > Settings\mmccrann\.maven\cache\maven-scm-plugin-1.5\plugin.jelly
> > Element... scm:checkout
> > Line...... 110
> > Column.... -1
> > The scm url is invalid.
> > Total time   : 3 seconds
> > Finished at  : Friday, 19 August 2005 15:35:23
> >
> > My properties file is:
> >
> > maven.scm.url=scm:cvs:ext:[EMAIL PROTECTED]:/path/to/cvs/repository
> > maven.scm.username=xxxxx
> > maven.scm.password=yyyyy
> >
> >
> >
> >
> > NOTICE
> > This e-mail and any attachments are confidential and may contain copyright 
> > material of Macquarie Bank or third parties. If you are not the intended 
> > recipient of this email you should not read, print, re-transmit, store or 
> > act in reliance on this e-mail or any attachments, and should destroy all 
> > copies of them. Macquarie Bank does not guarantee the integrity of any 
> > emails or any attached files. The views or opinions expressed are the 
> > author's own and may not reflect the views or opinions of Macquarie Bank.
> >
> >
> >
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to