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





--- Comment #3 from Stefan Bodewig <[EMAIL PROTECTED]>  2008-11-17 08:01:58 PST 
---
with Ant's trunk in svn revision 718263 ( 
https://svn.apache.org/viewcvs.cgi?view=rev&rev=718263 ) the original problem 
can be solved with

        <jar destfile="my-src.jar">
          <mappedresources>
            <zipfileset src="src.zip" includes="main/"/>
            <globmapper from="main/*" to="*"/>
          </mappedresources>
        </jar>

it still needs to get documented, though.


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

Reply via email to