RE: exec with -t argument

2008-01-25 Thread Barry Pape
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

RE: exec with -t argument

2008-01-21 Thread Barry Pape
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

AW: exec with -t argument

2008-01-20 Thread Jan.Materne
? 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

RE: exec with -t argument

2008-01-18 Thread Barry Pape
[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,

AW: exec with -t argument

2008-01-17 Thread Jan.Materne
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

exec with -t argument

2008-01-17 Thread Barry Pape
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