https://issues.apache.org/bugzilla/show_bug.cgi?id=19523
--- Comment #18 from Stefan Bodewig <[EMAIL PROTECTED]> 2008-11-19 03:24:41
PST ---
a partial solution is bug 4240 - it would be complete if zipgroupfileset was a
resource collection or we had a resource collection that worked somewhat like
zipgroupfileset.
Simon's use case from comment #4 should be fully covered by
<zip zipfile="${export.target.filename}">
<mappedresources>
<fileset dir="${export.source.dir}">
<patternset refid="export.project.patternset"/>
</fileset>
<mapper type="glob" from=".classpath_zip" to=".classpath"/>
</mappedresources>
</zip>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.