Folks:
I have a jlink task that provides the option to merge jars and to add existing files to existing jars. This task is derived from Patrick Beard's jlink code. It think it will do what you want.
I'm just trying to find the time to put in proper documentation. Then, I'll send the files to the list along with some HTML for the documentation.
Cheers,
Matt
>>>>> "WF" == William Ferguson <[EMAIL PROTECTED]> writes:
WF> But before I go down that path, can you confirm that the fileset WF> attribute is effectively not used in Zip/Jar?
quite the opposite. addFileset and addFilesetref get called via reflection for nested <fileset> tags.
If you want to fully understand how it works, read "Writing your own task" in docs/index.html and maybe the sources to ProjectHelper and IntrospectionHelper. Feel free to ask if anything is still unclear, documentation is still one of the weaker spots.
Stefan
