DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35482>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35482





------- Additional Comments From [EMAIL PROTECTED]  2005-06-23 19:34 -------
ah... here's what you do.  Define your zipfileset with an id.  Then use a 
fileset with its refid declared.  This can/should be improved in future 
versions of Ant as well.  As for filtering down the contents of the zipfileset, 
why should you need to open them?  includes/excludes should work on zipfilesets 
(and to some degree selectors as well).

<zipfileset id="foo" src="foo.jar" includes="**/*Test.class" />

<junit ...>
  <batchtest ...>
    <fileset refid="foo" />
  </batchtest>
</junit>

Does this or some minimal variant thereof help? (also, please note that your 
bug may be "lost" if a developer marks it NEEDINFO and you do not change it 
back to ASSIGNED when you provide that info. :)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to