Re: sshexec and remote compilation

2005-06-15 Thread EJ Ciramella
Yeah, that was my initial thought exactly, but I tried: command="echo $PATH"/> command="echo $SHELL"/> command=". ~/.profile; cd /home/source/engineering/main/csrc; ./ configure; make all"/> All of which look ok, but the results are still the same: [sshexec] checking for a BSD-compatible i

Re: sshexec and remote compilation

2005-06-15 Thread EJ Ciramella
I hope this helps. -Rob A -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 9:43 AM To: Ant Users List Subject: sshexec and remote compilation Is anyone here using ant to build on remote machines? I looked at rant and a few others, but they aren

RE: sshexec and remote compilation

2005-06-15 Thread Anderson, Rob (Global Trade)
st > Subject: sshexec and remote compilation > > > Is anyone here using ant to build on remote machines? I looked at > rant and a few others, but they aren't quite what I need (and > in some > cases, there's no way to sell installing anything more than

sshexec and remote compilation

2005-06-15 Thread EJ Ciramella
Is anyone here using ant to build on remote machines? I looked at rant and a few others, but they aren't quite what I need (and in some cases, there's no way to sell installing anything more than what's there). All I want to do is something like: password="password" command="cd /home/sour