In b4 I had introduced the following properties : maven.ssh.executable=plink maven.scp.executable=pscp
Simply download plink amd pscp (executables). Do a search on Google for "plink pscp" That's what I use. The only issue is the destination server. It needs to have a ssh deamon ... -Vincent > -----Original Message----- > From: Jason van Zyl [mailto:[EMAIL PROTECTED]] > Sent: 22 July 2002 14:00 > To: Turbine Maven Users List > Subject: Re: Problem with deploy-site > > On Mon, 2002-07-22 at 08:57, Martin van den Bemt wrote: > > http://www.openssh.com/windows.html contains a link windows version of > > openssh / scp and ssh (based on the linux sources) > > Yeah, I guess you could put cygwin on both ends but this I don't think > is ideal. > > > Mvgr, > > Martin > > > > On Mon, 2002-07-22 at 14:54, Colin Chalmers wrote: > > > Yup windows 2000 -> windows NT 4 > > > > > > Wont it work? :-( > > > > > > /Colin > > > > > > ----- Original Message ----- > > > From: "Jason van Zyl" <[EMAIL PROTECTED]> > > > To: "Turbine Maven Users List" <[EMAIL PROTECTED]> > > > Sent: Monday, July 22, 2002 2:51 PM > > > Subject: Re: Problem with deploy-site > > > > > > > > > > On Mon, 2002-07-22 at 08:46, Colin Chalmers wrote: > > > > > Hi guys, > > > > > > > > > > I'm using Maven b4 and I'm trying to deploy the site to a > webserver. > > > > > Everything goes OK until the deployment part, giving the error > below. > > > > > > > > > > Can anyone help me on this, could be to do with permissions on > > > web-server?? > > > > > > > > > > The "web-server" is an instance of Catalina 4.02. > > > > > > > > > > <snip> > > > > > E:\tmp\maven\plugins\docs\build.xml:1350: Execute failed: > > > > > java.io.IOException: CreateProcess: scp commons-1.0.16-site.tar.gz > > > > > [EMAIL PROTECTED]:/www/liquorice/Commons/ error=2 > > > > > > > > Is this going to a windows box? Coming from a windows box? > > > > > > > > Right now the assumption is that you have ssh/scp installed and that > the > > > > site is being sent to a machine that is a unix box. > > > > > > > > > </snip> > > > > > > > > > > Thx > > > > > > > > > > Colin Chalmers > > > > > Maxware Benelux > > > > > > > > > > > > > > > > > > > > -- > > > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > -- > > > > jvz. > > > > > > > > Jason van Zyl > > > > [EMAIL PROTECTED] > > > > http://tambora.zenplex.org > > > > > > > > In short, man creates for himself a new religion of a rational > > > > and technical order to justify his work and to be justified in it. > > > > > > > > -- Jacques Ellul, The Technological Society > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: <mailto:turbine-maven-user- > [EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:turbine-maven-user- > [EMAIL PROTECTED]> > > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: <mailto:turbine-maven-user- > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:turbine-maven-user- > [EMAIL PROTECTED]> > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > http://tambora.zenplex.org > > In short, man creates for himself a new religion of a rational > and technical order to justify his work and to be justified in it. > > -- Jacques Ellul, The Technological Society > > > -- > To unsubscribe, e-mail: <mailto:turbine-maven-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-maven-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
