Re: Ant executing external commands

2005-05-25 Thread Jeffrey E Care
Check out the apply task in the manual. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis Yayo <[EMAIL PROTECTED]> wrote on 05/25/2005 02:32:32 PM: > I've been programming a task for

Ant executing external commands

2005-05-25 Thread Yayo
I've been programming a task for executing an external task. Seems that the security policy won't allow me to run an external program within an Ant task. I want to run an external utility iterating through a list of files and I think that there are not iterators in Ant std tasks (please tell me