Hello there,
I need to be able to update a specified list of classes to an existing jar file. Now one way to do this would be to use the include file attribute for each of the classes i need to update and set the update attribute to true for teh jar task.
But what i need is to be able to read this list from an external properties file and take it from there rather than changing the
ant script itself to reflect the changes in files I would like to update to the jar.
Help and suggestion would be deeply appreciated.
cheers
Jack