RE: "executable" attribute in "exec" task

2003-11-02 Thread Chen Becky
Stefan, I got it work, thanks. Becky -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 3:41 AM To: [EMAIL PROTECTED] Subject: Re: "executable" attribute in "exec" task On Tue, 28 Oct 2003, Chen Becky <[

remote access without password

2003-11-02 Thread Chen Becky
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

location attribute in property task

2003-11-02 Thread Chen Becky
The following sample is getting from the manual. Would it make any differences if "location" attribute is changed to "value" attribute? Thanks. Becky = Example Buildfile simple example build file

RE: Need help for ["AntCall" cannot return properties]

2003-10-30 Thread Chen Becky
ceforge.net/manual/bk03.html. Dale Shatzer, Larry wrote: > Have you looked around ant-contrib to see if they offer a task that > might suit you? > > http://ant-contrib.sourceforge.net/ > > Particularly and . > > -- Larry > > >>-Original Message- &g

"executable" attribute in "exec" task

2003-10-28 Thread Chen Becky
Hi, The task below failed due to unable to find "temp/set_property_project.sh" even the "temp/set_property_project.sh" can be seen from the current directory. Then I found out related path doesn't work for "executable" attribute. So in order to find this script, I would need to place this scrip