cksum

2006-11-16 Thread Venkatesh Vijayakumar04
Hi all, How to compare the two files using cksum method in ant? We have options for comparing the size of the file in bytes. But is there any option for comparing using cksum method? Thanks in advance, Venkatesh.V CAUTION - Disclaimer * This e-mail c

Compare

2006-11-07 Thread Venkatesh Vijayakumar04
Hi , I have to compare the size of source and destination file. Can any one advice me the task that can be used for the same. Thanks in advance, Venkatesh.V CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended sol

FTP

2006-07-27 Thread Venkatesh Vijayakumar04
Hi all I want to ftp files to a local window client using Ant command, I tried using FTP and SCP Ant commands, these commands are working fine while connecting to the UNIX server machine but the same is not working in connecting to window machine. Thanks in advancd Venkatesh.V

RE: Ant tasks to encrypt or decrypt passwords from propertyfiles

2006-06-19 Thread Venkatesh Vijayakumar04
Hi, Try the following Write a separate encryption java program Write a separate decryption java program in such a way that when the program is executed, it will refer the encrypted password stored in the property file and gives the clear text password which is the output will be stored in a sep

Sudo

2006-05-23 Thread Venkatesh Vijayakumar04
Hi all How to pass sudo command with password in sshexec. after executing the above command sudo su...it will be prompted for password. I have to give password after this how do I give? How do sshexec command attribute accept password like this... Thanks in advanc

FTP Task

2006-05-19 Thread Venkatesh Vijayakumar04
Hi I am getting the following error when I use ftp task in my ant script. [echo] [echo] Compling all class files [echo] makedirOnline: [echo] [echo] Creating directories for Online [echo] compi

RE: exit from the script running in the remote machine usingsshexec

2006-05-16 Thread Venkatesh Vijayakumar04
. If you are trying to start managed servers, you can do so remotely without using the sshexec task. -Rob Anderson > -Original Message- > From: Venkatesh Vijayakumar04 [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 16, 2006 1:57 AM > To: Ant Users List > Cc: [EMAIL PROTE

FW: exit from the script running in the remote machine using sshexec

2006-05-16 Thread Venkatesh Vijayakumar04
To: Venkatesh Vijayakumar04 Subject: Re: exit from the script running in the remote machine using sshexec Hi, 2006/5/15, Venkatesh Vijayakumar04 <[EMAIL PROTECTED]>: > I want to execute commands in the remote machine from ant.i used sshexec > for execution, but what happens is, it e

exit from the script running in the remote machine using sshexec

2006-05-15 Thread Venkatesh Vijayakumar04
Hi all I want to execute commands in the remote machine from ant.i used sshexec for execution, but what happens is, it establishes connection and executes commands successfully but the problem is the control is not returning to the ant build scripts once all the commands in the shell scripts ar

RE: exit from the script running in the remote machine using sshexec

2006-05-15 Thread Venkatesh Vijayakumar04
Even if I add touch task no use, because control is not returning to the script. -Original Message- From: Venkatesh Vijayakumar04 [mailto:[EMAIL PROTECTED] Sent: Monday, May 15, 2006 3:06 PM To: Ant Users List Cc: [EMAIL PROTECTED] Subject: RE: exit from the script running in the remote

RE: exit from the script running in the remote machine using sshexec

2006-05-15 Thread Venkatesh Vijayakumar04
, 2006 2:57 PM To: Ant Users List Subject: Re: exit from the script running in the remote machine using sshexec Hi, Which ant version are you using? There was a bug that stdout will be closed after "sshexec" task. How about adding "touch" task? Will it be invoked?

RE: exit from the script running in the remote machine using sshexec

2006-05-15 Thread Venkatesh Vijayakumar04
? There was a bug that stdout will be closed after "sshexec" task. How about adding "touch" task? Will it be invoked? 2006/5/15, Venkatesh Vijayakumar04 <[EMAIL PROTECTED]>: > > username="e5760" >p

RE: exit from the script running in the remote machine using sshexec

2006-05-15 Thread Venkatesh Vijayakumar04
startapp.sh nohup ./startWebLogic.sh > smile-appserver.log & exit -Original Message- From: Venkatesh Vijayakumar04 Sent: Monday, May 15, 2006 2:36 PM To: '[EMAIL PROTECTED]' Subject: FW: exit from the script running in the remote machine using sshexec I tried the

exit from the script running in the remote machine using sshexec

2006-05-15 Thread Venkatesh Vijayakumar04
Hi all I want to execute commands in the remote machine from ant.i used sshexec for execution, but what happens is, it establishes connection and executes commands successfully but the problem is the control is not returning to the ant build scripts once all the commands in the shell scripts ar