You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/11/19 12:24:42 UTC

DO NOT REPLY [Bug 19523] zip/unzip should have the capability to use a mapper

https://issues.apache.org/bugzilla/show_bug.cgi?id=19523





--- Comment #18 from Stefan Bodewig <bo...@apache.org>  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.