g+Servertests+with+Ant
-Original Message-
From: Barry Pape [mailto:[EMAIL PROTECTED]
Sent: Monday, January 21, 2008 5:41 PM
To: Ant Users List
Subject: RE: exec with -t argument
Unless I'm overlooking something with sshexec it doesn't accomplish my task
either. That may be
nt.apache.org
Subject: AW: exec with -t argument
?
That uses a java api instead of using a command line executable.
Jan
> -Ursprüngliche Nachricht-
> Von: Barry Pape [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 18. Januar 2008 18:34
> An: Ant Users List
> Betreff: R
?
That uses a java api instead of using a command line executable.
Jan
> -Ursprüngliche Nachricht-
> Von: Barry Pape [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 18. Januar 2008 18:34
> An: Ant Users List
> Betreff: RE: exec with -t argument
>
> Hmmm, yeah..not
[exec] The ' characters around the executable and arguments are
[exec] not part of the command.
[exec] Pseudo-terminal will not be allocated because stdin is not a
terminal.
Thanks,
Barry
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday,
t Users List
> Betreff: exec with -t argument
>
> Howdy Ant Friends,
>
> I am having an issue with running a deploy script on a remote server.
> This command works beautifully:
>
> ssh -t myserver.net /usr/local/bin/sudo -u myuser
> /path/to/deploy_build.sh
>
> But
Howdy Ant Friends,
I am having an issue with running a deploy script on a remote server.
This command works beautifully:
ssh -t myserver.net /usr/local/bin/sudo -u myuser
/path/to/deploy_build.sh
But when I invoke this command using exec in ant the '-t' argument does
not get used. Otherwise the