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 hate when people post questions but nothing in regards to the success/failure/solution. I added one more command to add in a few other directories and -bingo- . Perfect for those rare occasions where you're not allowed to install anything! Thanks! On Jun 15, 2005, at 2:06 PM, Anderson,

RE: sshexec and remote compilation

2005-06-15 Thread Anderson, Rob (Global Trade)
The ssh server has a PATH compiled into it. You probably want to source your .profile first in the command attribute. 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: