maven 202 is running from my xp desktop.

I'm trying to deploy a project website to a *nix server

putty and plink and pscp are installed on my desktop for access via ssh

the problem appears to be that maybe the site plugin is trying to run ssh
from my desktop
(which is not installed) instead of plink or pscp

when I run site:site and site:deploy this error occurs:

Using private key: C:\Documents and Settings\tperry\tperry@<pcname>
_<hostname>.ppk
scpexe://<hostname>/<path>/<to>/<website>/<folder>/ - Session: Opened
Executing command: ssh -i "C:\Documents and Settings\tperry\tperry@<pcname>
_<hostname>.ppk" -o "BatchMode yes" <username>@<hostname> "mkdir -p
/<path>/<to>/<website>/<folder>."

'ssh' is not recognized as an internal or external command,
operable program or batch file.

it looks like I'm getting a session ok, but why is the plugin trying to run
"ssh"?

putty is on my path, I have no trouble running plink with <username>
@<hostname>
and I've been able to run the deploy goal using wagon-ssh-external.

has anyone else had this problem with the site plugin?  any help is greatly
appreciated.

Thanks
Tom



 
This message is intended for the recipient only and is not meant to be 
forwarded or distributed in any other format. This communication is for 
informational purposes only.  It is not intended as an offer or solicitation 
for the purchase or sale of any financial instrument, or security, or as an 
official confirmation of any transaction.  Putnam does not accept purchase or 
redemptions of securities, instructions, or authorizations that are sent via 
e-mail.   All market prices, data and other information are not warranted as to 
completeness or accuracy and are subject to change without notice.  Any 
comments or statements made herein do not necessarily reflect those of Putnam, 
LLC (DBA Putnam Investments) and its subsidiaries and affiliates.  If you are 
not the intended recipient of this e-mail, please delete the e-mail.

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

Reply via email to