Re: Embedded Properties

2004-04-13 Thread Nick_Gianakas
> Looks as if that answer needed an update with 8-) Can you elaborate please? Regards, Nick G. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: Current dir w/ remote config file

2004-07-14 Thread Nick_Gianakas
Thanks; don't know how I missed that in the docs. Regards, Nick G [EMAIL PROTECTED] 07/14/2004 01:47 AM Please respond to "Ant Users List" To: [EMAIL PROTECTED] cc: Subject:AW: Current dir w/ remote config file Thats usual behaviour. See manual "Using

RExec hangs

2004-12-08 Thread Nick_Gianakas
Has anyone had any success w/ the rexec task? I can use sshexec w/out any problems. But when I try rexec, the process halts at the rexec task. By 'halt' or 'hang' I mean it doesn't issue the command--as if it's waiting for something. I validated rexec works on the server at the command line

RE: RExec hangs

2004-12-08 Thread Nick_Gianakas
> Try > command="ls" /> It caused a java.lang.NullPointerException. What's the logic behind prefixing the IP w/ "\\"? BTW, the rexec server is Linux, the client is WinXP. Regards, Nick G. "Radha Sangal" <[EMAIL PROTECTED]> 12/08/2004 04:50 PM Please respond to "Ant Users List" To

RE: RExec hangs

2004-12-09 Thread Nick_Gianakas
> I was running this command on windows from windows, so I was simulating > the command exactly as we execute from start->run .. I see; thanks. Has anyone had any success w/ rexec using a non-Windows server? Regards, Nick G. "Radha Sangal" <[EMAIL PROTECTED]> 12/08/2004 05:08 PM Please resp

Re: Sshexec and nohup

2004-12-09 Thread Nick_Gianakas
Maybe it's creating it in a different directory. The file should be in the working directory which may not be the same as the script dir. Did you try ssh-ing from another box and running it manually? Regards, Nick G "Jacob, Anil - MWT" <[EMAIL PROTECTED]> 12/09/2004 06:50 PM Please respond

Java hung when called from ant

2004-12-15 Thread Nick_Gianakas
After struggling w/ this problem for over a week, I'm at wits end. I'm remotely executing a batch file on a Windows box via rsh. Everything is fine until ant calls java. At that time, the process "freezes". By freeze I mean it doesn't run, nor does it complete. And there is no output. So ba

quiet attribute of delete task

2004-12-16 Thread Nick_Gianakas
If I specify quiet="true" when deleting a file, it still prints the file: prints out: Deleting: path/to/foo.txt I'm invoking ant w/out the verbose flag (ie. ant build.xml) Regards, Nick G. - To unsubscribe, e-mail: [EMA

RE: RE: Environment variables

2005-01-11 Thread Nick_Gianakas
The behavior exhibited is not unique to Ant--it's how shells work. If you open a shell (start->run->cmd) you'll get a shell. If you set env variables in that shell, they don't persist to another shell that you might open. So the task in Ant is executing in a shell. Once the task completes,

RE: How to remotely copy files from remote server to remote server?

2005-01-31 Thread Nick_Gianakas
What happened w/ scp? From your problem description, it should be a perfect fit. Regards, Nick G "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> 01/31/2005 12:44 PM Please respond to "Ant Users List" To: "Ant Users List" cc: Subject:RE: How to rem

RE: How to remotely copy files from remote server to remote server?

2005-01-31 Thread Nick_Gianakas
> Scp only copies from a local to a remote directory, or from a remote to > a local directory. It doesn't work for remote to remote directory > transfers... The BSD scp command supports this, so is the problem a bug or a limitation in jsch? Regards, Nick G Dave Bartmess <[EMAIL PROTECTED]>