Re: sshexec ant task command not found

2008-04-15 Thread Alex Mayorga Adame
Can you confirm the dir command is in the PATH of the Windows host when you sshexec to it? Try to change your command to command=PATH just to confirm what's in there when you sshexec. Hope it helps -- View this message in context: http://www.nabble.com/sshexec-ant-task-command-not-found-tp1662

Re: sshexec ant task command not found

2008-04-14 Thread neitcouq
Hura ! It worked. Thanks ! -- View this message in context: http://www.nabble.com/sshexec-ant-task-command-not-found-tp16627332p16673657.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-ma

Re: sshexec ant task command not found

2008-04-11 Thread Peter Reilly
dir mkdir etc are not (as far as i know) exe es in windows they are built-in to cmd.exe you may need to do something like: command ="cmd /c dir E:\Share". Peter On Fri, Apr 11, 2008 at 11:39 AM, neitcouq <[EMAIL PROTECTED]> wrote: > > > I have a target in build.xml like that: > > >