>>>>> "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
