Hello,
I have to compile diferents applications that conform a WAr file.
I guess that some of you have done this before, so i would like to know how
you have manage the fact that for each war differents jars need to be
included in the war.
I dont want to hardcode this information in the build scripts, because it
could change in the future, so i was thinking to have a property file with
the list of all the jar files and the versions,my build script will read
this property file and include the jars in the list.
Is there anyway to achieve this? Because i was looking the foreach task but
i need to pass a list with attributes, and i dont have such a list but a
property file. Someone know how to do the intermediate step?
or even another way to manage this kind of "dynamic" libs for the creation
of a WAR?
Any comments will be welcome.
Thanks in advanced.
Natalia