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
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
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:
>
>
>