Re: Making CVS Repostory Connection

2003-09-15 Thread Dominik Dahlem
I want to deploy my jar into the remote repository. The jar plugin uses
a deploy task to do that. This task seems not to use ssh as compared to
the site:sshdeploy.
Can I get around it without changing the jar plugin?

Thx for any help,
Dominik


On Mon, 2003-09-15 at 16:18, khote wrote:
> just deploy the JAR the same as the WAR.  If you wan't it deployed in JBoss
> that is, if I'm understanding right.
> If you just want to push it into your remote repository that's a different
> story.
> 
> I found this: http://cwrulug.cwru.edu/docs/ssh-agent.html
> 
> and it seems to have worked for me.  Some of the other links don't do it
> right, I couldn't get the ssh-add to work.
> 
> - Original Message - 
> From: "Dominik Dahlem" <[EMAIL PROTECTED]>
> To: "Maven Users List" <[EMAIL PROTECTED]>
> Sent: Monday, September 15, 2003 8:17 AM
> Subject: Re: Making CVS Repostory Connection
> 
> 
> > I'm wondering how to deploy a jar-file with ssh though?
> > The mechanism to deploy jars appears to be different to deploying sites.
> > Is there a way to use ssh with jar:deploy?
> >
> > Thx,
> > Dominik
> >
> >
> > On Mon, 2003-09-15 at 13:54, Hagelski wrote:
> > > I was having similar problems with that, so I resorted to some
> interaction
> > > with the system:
> > >
> > > 
> > >   
> > >   
> > >   
> > >
> > >   
> > > 
> > > 
> > >   
> > > 
> > >
> > > when the exec occurs, I get prompted for my password.
> > >
> > > the ssh-agent idea looks good too, think I'll check that out myself.
> > >
> > > - Original Message - 
> > > From: "Henri Yandell" <[EMAIL PROTECTED]>
> > > To: "Maven Users List" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> > > Sent: Monday, September 15, 2003 5:42 AM
> > > Subject: Re: Making CVS Repostory Connection
> > >
> > >
> > > >
> > > > Use an ssh-agent. If on Windows, look into PAgent, from the makers of
> > > > Putty.
> > > >
> > > > Hen
> > > >
> > > > On Mon, 15 Sep 2003, S. Radhakrishnan wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > > I just wanted to have changelog report. I have mentioned the
> connection
> > > > > parameter
> > > > > as,
> > > > >
> > > > > scm:cvs:ext:[EMAIL PROTECTED]:/cvs/root:module-name
> > > > >
> > > > > Now, it requires password to be entered for user whenver I am
> executing
> > > > > "maven site".
> > > > >
> > > > > Can we pass the password with the command or Can the password be
> stored
> > > in
> > > > > some files??
> > > > >
> > > > > Please help me out.
> > > > >
> > > > > RK.
> > > > >
> > > > >
> > > >
> > -
> > > > > 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]
> >
> 
> 
> -
> 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: Making CVS Repostory Connection

2003-09-15 Thread khote
just deploy the JAR the same as the WAR.  If you wan't it deployed in JBoss
that is, if I'm understanding right.
If you just want to push it into your remote repository that's a different
story.

I found this: http://cwrulug.cwru.edu/docs/ssh-agent.html

and it seems to have worked for me.  Some of the other links don't do it
right, I couldn't get the ssh-add to work.

- Original Message - 
From: "Dominik Dahlem" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Monday, September 15, 2003 8:17 AM
Subject: Re: Making CVS Repostory Connection


> I'm wondering how to deploy a jar-file with ssh though?
> The mechanism to deploy jars appears to be different to deploying sites.
> Is there a way to use ssh with jar:deploy?
>
> Thx,
> Dominik
>
>
> On Mon, 2003-09-15 at 13:54, Hagelski wrote:
> > I was having similar problems with that, so I resorted to some
interaction
> > with the system:
> >
> > 
> >   
> >   
> >   
> >
> >   
> > 
> > 
> >   
> > 
> >
> > when the exec occurs, I get prompted for my password.
> >
> > the ssh-agent idea looks good too, think I'll check that out myself.
> >
> > - Original Message - 
> > From: "Henri Yandell" <[EMAIL PROTECTED]>
> > To: "Maven Users List" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
> > Sent: Monday, September 15, 2003 5:42 AM
> > Subject: Re: Making CVS Repostory Connection
> >
> >
> > >
> > > Use an ssh-agent. If on Windows, look into PAgent, from the makers of
> > > Putty.
> > >
> > > Hen
> > >
> > > On Mon, 15 Sep 2003, S. Radhakrishnan wrote:
> > >
> > > > Hi all,
> > > >
> > > > I just wanted to have changelog report. I have mentioned the
connection
> > > > parameter
> > > > as,
> > > >
> > > > scm:cvs:ext:[EMAIL PROTECTED]:/cvs/root:module-name
> > > >
> > > > Now, it requires password to be entered for user whenver I am
executing
> > > > "maven site".
> > > >
> > > > Can we pass the password with the command or Can the password be
stored
> > in
> > > > some files??
> > > >
> > > > Please help me out.
> > > >
> > > > RK.
> > > >
> > > >
> > >
> -
> > > > 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]
>


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



Re: Making CVS Repostory Connection

2003-09-15 Thread Dominik Dahlem
I'm wondering how to deploy a jar-file with ssh though?
The mechanism to deploy jars appears to be different to deploying sites.
Is there a way to use ssh with jar:deploy?

Thx,
Dominik


On Mon, 2003-09-15 at 13:54, Hagelski wrote:
> I was having similar problems with that, so I resorted to some interaction
> with the system:
> 
> 
>   
>   
>   
> 
>   
> 
> 
>   
> 
> 
> when the exec occurs, I get prompted for my password.
> 
> the ssh-agent idea looks good too, think I'll check that out myself.
> 
> - Original Message - 
> From: "Henri Yandell" <[EMAIL PROTECTED]>
> To: "Maven Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Monday, September 15, 2003 5:42 AM
> Subject: Re: Making CVS Repostory Connection
> 
> 
> >
> > Use an ssh-agent. If on Windows, look into PAgent, from the makers of
> > Putty.
> >
> > Hen
> >
> > On Mon, 15 Sep 2003, S. Radhakrishnan wrote:
> >
> > > Hi all,
> > >
> > > I just wanted to have changelog report. I have mentioned the connection
> > > parameter
> > > as,
> > >
> > > scm:cvs:ext:[EMAIL PROTECTED]:/cvs/root:module-name
> > >
> > > Now, it requires password to be entered for user whenver I am executing
> > > "maven site".
> > >
> > > Can we pass the password with the command or Can the password be stored
> in
> > > some files??
> > >
> > > Please help me out.
> > >
> > > RK.
> > >
> > >
> > > -
> > > 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: Making CVS Repostory Connection

2003-09-15 Thread jeff grant
Depending on your security requirements, you might try what I've 
done, which is set it up so that my account uses certificate 
authentication instead of password when connecting into the remote 
box, which allows rsynch, ssh, and scp to connect in without 
requiring any user input.

This is particularly handy for taking the nightly builds (as well as 
reporting output from Together and Maven) and deploying them to our 
development web server via a cron job, or as the result of a CVS or 
Cruise Control action.

You can find out more about how to configure it (for *nix, anyway) at 
http://www.asitis.org/archives/63.html  (turned up from a quick 
Google search, and appears to be "all there")

We've even got our Maven repository (http) being kept in CVS, so that 
whenever a change is made to that repository, a new rsynch is done to 
the web server (they can only write files or create directories that 
aren't already there).  This means that our (distributed) development 
team has control over the remote repository using their CVS access, 
without having to worry about any kind of special or additional 
access to our web server boxes.  It also stops them from bugging me 
in order to put up new jars all the time.  ;)

$0.02



...jeff



At 05:54 -0700 9/15/03, Hagelski wrote:
I was having similar problems with that, so I resorted to some interaction
with the system:

  
  
  
  


  

when the exec occurs, I get prompted for my password.

the ssh-agent idea looks good too, think I'll check that out myself.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Making CVS Repostory Connection

2003-09-15 Thread Hagelski
I was having similar problems with that, so I resorted to some interaction
with the system:


  
  
  

  


  


when the exec occurs, I get prompted for my password.

the ssh-agent idea looks good too, think I'll check that out myself.

- Original Message - 
From: "Henri Yandell" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, September 15, 2003 5:42 AM
Subject: Re: Making CVS Repostory Connection


>
> Use an ssh-agent. If on Windows, look into PAgent, from the makers of
> Putty.
>
> Hen
>
> On Mon, 15 Sep 2003, S. Radhakrishnan wrote:
>
> > Hi all,
> >
> > I just wanted to have changelog report. I have mentioned the connection
> > parameter
> > as,
> >
> > scm:cvs:ext:[EMAIL PROTECTED]:/cvs/root:module-name
> >
> > Now, it requires password to be entered for user whenver I am executing
> > "maven site".
> >
> > Can we pass the password with the command or Can the password be stored
in
> > some files??
> >
> > Please help me out.
> >
> > RK.
> >
> >
> > -
> > 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: Making CVS Repostory Connection

2003-09-15 Thread Henri Yandell

Use an ssh-agent. If on Windows, look into PAgent, from the makers of
Putty.

Hen

On Mon, 15 Sep 2003, S. Radhakrishnan wrote:

> Hi all,
>
> I just wanted to have changelog report. I have mentioned the connection
> parameter
> as,
>
> scm:cvs:ext:[EMAIL PROTECTED]:/cvs/root:module-name
>
> Now, it requires password to be entered for user whenver I am executing
> "maven site".
>
> Can we pass the password with the command or Can the password be stored in
> some files??
>
> Please help me out.
>
> RK.
>
>
> -
> 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]



Making CVS Repostory Connection

2003-09-15 Thread S. Radhakrishnan
Hi all,

I just wanted to have changelog report. I have mentioned the connection
parameter
as,

scm:cvs:ext:[EMAIL PROTECTED]:/cvs/root:module-name

Now, it requires password to be entered for user whenver I am executing
"maven site".

Can we pass the password with the command or Can the password be stored in
some files??

Please help me out.

RK.


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