https://issues.apache.org/bugzilla/show_bug.cgi?id=29683
--- Comment #5 from Emmanuel Bourg <[EMAIL PROTECTED]> 2008-09-23 04:23:23 PST
---
Another workaround is to set the filesonly attribute to 'true' on the jar task:
<jar jarfile="foo.jar" filesonly="true">
<fileset dir="src/main"/>
<fileset dir="src/test"/>
</jar>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
