Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 60554 invoked from network); 19 Nov 2008 06:20:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2008 06:20:50 -0000 Received: (qmail 94956 invoked by uid 500); 19 Nov 2008 06:20:58 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 94912 invoked by uid 500); 19 Nov 2008 06:20:58 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 94901 invoked by uid 99); 19 Nov 2008 06:20:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 22:20:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 06:19:34 +0000 Received: from z011100.bk.fin.local (z011100.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.14.0/8.14.0) with ESMTP id mAJ6KHpp007377 for ; Wed, 19 Nov 2008 07:20:18 +0100 Received: from z011103.bk.fin.local ([130.11.7.103]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 19 Nov 2008 07:20:18 +0100 Received: from z011021.bk.fin.local ([130.11.7.21]) by z011103.bk.fin.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 19 Nov 2008 07:20:17 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: AW: svn commit: r718633 - in /ant/core/trunk: WHATSNEW docs/manual/CoreTypes/resources.html src/tests/antunit/taskdefs/war-test.xml Date: Wed, 19 Nov 2008 07:20:17 +0100 Message-ID: <9EE86F1965E19E499C80DE52AC807B5501B6F71F@z011021.bk.fin.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: svn commit: r718633 - in /ant/core/trunk: WHATSNEW docs/manual/CoreTypes/resources.html src/tests/antunit/taskdefs/war-test.xml Thread-Index: AclJkecv9KrQqNqeR0+3E3LgGNziWwAfCsrw References: <20081118152439.EBDC82388892@eris.apache.org> From: To: X-OriginalArrivalTime: 19 Nov 2008 06:20:17.0373 (UTC) FILETIME=[E41AD0D0:01C94A0E] X-Virus-Checked: Checked by ClamAV on apache.org >+ * a new resource collection generalizes the prefix >+ and fullpath attributes of to arbitrary mappers that >+ can be applied to arbitrary resource collections. >+ Bugzilla Report 4240. >+ >+

Creates a WAR archive adding all CLASSPATH entries that are files >+ to the WEB-INF/lib directory without keeping their >+ files-system structure.

>+ >+
>+    <war destfile=3D"${output}">
>+      <mappedresources>
>+        <restrict>
>+          <path path=3D"${java.class.path}"/>
>+          <type type=3D"file"/>
>+        </restrict>
>+        <chainedmapper>
>+          <flattenmapper/>
>+          <globmapper from=3D"*" to=3D"WEB-INF/lib/*"/>
>+        </chainedmapper>
>+      </mappedresources>
>+    </war>
>+  
=20 >+ Are these closed now? * https://issues.apache.org/bugzilla/show_bug.cgi?id=3D19523 zip/unzip should have the capability to use a mapper Opened: 2003-05-01 18:01 PST * https://issues.apache.org/bugzilla/show_bug.cgi?id=3D31947 War task should flatten files in element Opened: 2004-10-28 21:17 PST Jan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org