Hello
 
Is there an easy way to exec a command on all files with the extension
*tls*.  At the moment my ideas are to call a script to do it or name each
file individually in the ant file?
 
                <exec dir="${package}" executable="myexec.sh">
                        <arg line="file1.tls" />
                </exec>
                <exec dir="${package}" executable="myexec.sh">
                        <arg line="file2.tls" />
                </exec>
                <exec dir="${package}" executable="myexec.sh">
                        <arg line="file3.tls" />
                </exec>
 thanks
 
 
David Hurcomb  <mailto:[EMAIL PROTECTED]> 
Development Engineer
Viewgate Networks  <http://www.viewgate.com/> 
Creating confidence in IP services

Reply via email to