Re: deploying from windows via putty

2006-02-14 Thread Tony Burdett
Actually, I've had some problems deploying from Cygwin too, although I'm not entirely sure that this isn't due to the setup on my machine, as I don't use Cygwin all that much. Rather than poke around with Cygwin setups though, I installed openssh and this seems to work fine. Although I guess

Re: deploying from windows via putty

2006-02-10 Thread Matthew Vanbiervliet
I had some problems with the deployment under Windows too. Even with the ssh executable set to plink and scp to pscp, maven was still trying to find a "ssh" and "scp" executable. I switched to Cygwin and lauching the deploy from there was ok. I switched back to the windows dos prompt, added the cy

RE: deploying from windows via putty

2006-02-09 Thread Jörg Schaible
Tony Burdett wrote on Thursday, February 09, 2006 6:20 PM: > Hi, > > I'm having some problems deploying artifacts to a remote server from > Windows. I have the following entry in my projects POM: > > repo-aux > Fluxion aux repository > > scp://deanmoor.ncl.

deploying from windows via putty

2006-02-09 Thread Tony Burdett
Hi, I'm having some problems deploying artifacts to a remote server from Windows. I have the following entry in my projects POM: repo-aux Fluxion aux repository scp://deanmoor.ncl.ac.uk/var/www/fluxions/repo-aux I'm using PuTTY and pscp