RE: Unix command in build .xml

2007-07-17 Thread Rebhan, Gilbert
Hi, you may use the from antcontrib http://ant-contrib.sourceforge.net/ but beware = use version 1.0b2 instead of 1.0b3, for me some tasks didn't work anymore with 1.0b3, there seem to be some bugs in that release. Regards, Gilbert -Original Message- From: Sayed, Irfan (Irfan) [ma

Re: Unix command in build .xml

2007-07-17 Thread Sunil Prabhakaran
try regards Sunil Prabhakaran On 7/17/07, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote: Hi All, I need to execute UNIX command (for example ls -l) in Ant's build.xml file. Can somebody please help me in this case. Do I need to write task for this or anything else. Please help. Regards Ir