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





--- Comment #10 from Stefan Bodewig <[EMAIL PROTECTED]>  2008-11-17 07:56:38 
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

<war ...>
  <mappedresources>
    <fileset dir ="${contrib.dir}">
      <include name="**/crimson.jar"/>
      <include name="**/xalan.jar"/>
      <include name="**/jaxp.jar"/>
    </fileset>
    <chainedmapper>
      <flattenmapper/>
      <globmapper from="*" to="WEB-INF/lib"/>
    </chainedmapper>
  </mappedresources>
</war>

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 on the CC list for the bug.

Reply via email to