S
scott bell
Problem statement:
We have a simple tcl script, and it takes a set number of params as
input (argv). Usually 1-10 params.
The script builds some objects.
We have these params as named value pairs in a property file. We clone
the property files for each objects we want created.
However, we want to run the script once for every property file that
exists, and we want to use ant.
We want to dynamically, load all the property files, and recognise...by
their name..what task they relate to, and then pass each one,
individually to that task.
How do we do this? any help is appraicted.
there is a whole mix here of subant, filesets, macrodefs..and I need to
get a structure...otherwise i am lost.
We have a simple tcl script, and it takes a set number of params as
input (argv). Usually 1-10 params.
The script builds some objects.
We have these params as named value pairs in a property file. We clone
the property files for each objects we want created.
However, we want to run the script once for every property file that
exists, and we want to use ant.
We want to dynamically, load all the property files, and recognise...by
their name..what task they relate to, and then pass each one,
individually to that task.
How do we do this? any help is appraicted.
there is a whole mix here of subant, filesets, macrodefs..and I need to
get a structure...otherwise i am lost.