RE: macrodef+fileset

2005-06-14 Thread Bill Rich
:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 5:54 AM To: user@ant.apache.org Subject: macrodef+fileset Hello gentle people; i would like to write a macrodef which calls an executable that takes a list of files as arguments to its options. For the macrodef/exec part i manage it, but how to

macrodef+fileset

2005-06-14 Thread hind.lwahhabi
Hello gentle people; i would like to write a macrodef which calls an executable that takes a list of files as arguments to its options. For the macrodef/exec part i manage it, but how to specify a fileset (or a path like struture) as an argument? How can i do that? Thanks for any help! -Or