I am using ANT 1.5.3.
Original, my shell script is calling from CM admin id, so I can "rsh
${CM server} -l {CM admin id} -n ...." without providing password.
I want to do same thing in ANT, but I cannot use "telnet" due to no
password.
 
So I have a shell script to do just "rsh" and this script is calling
from "exec" task.
Then I cannot use  "FTP" task either, so I need to create another script
to do just "rcp".
 
Anything better resolution?
 
Thanks.
Becky

Reply via email to