Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 45343 invoked from network); 12 Jun 2006 14:12:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jun 2006 14:12:27 -0000 Received: (qmail 85375 invoked by uid 500); 12 Jun 2006 14:12:21 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 85204 invoked by uid 500); 12 Jun 2006 14:12:20 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 85189 invoked by uid 99); 12 Jun 2006 14:12:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 07:12:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 07:12:18 -0700 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id 1CBDA3707C for ; Mon, 12 Jun 2006 15:11:56 +0100 (BST) Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02678-01-25 for ; Mon, 12 Jun 2006 15:11:55 +0100 (BST) Received: from kropotkin.hpl.hp.com (kropotkin.hpl.hp.com [16.25.191.14]) by tobor.hpl.hp.com (Postfix) with ESMTP id 4894B37064 for ; Mon, 12 Jun 2006 15:11:55 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id BACAD8F70 for ; Mon, 12 Jun 2006 15:11:54 +0100 (BST) Received: from kropotkin.hpl.hp.com ([127.0.0.1]) by localhost (kropotki [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20056-02-4 for ; Mon, 12 Jun 2006 15:11:50 +0100 (BST) Received: from timmay.hpl.hp.com (timmay.hpl.hp.com [16.25.171.20]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id B7347AABD for ; Mon, 12 Jun 2006 15:11:49 +0100 (BST) Received: from [16.25.171.182] (chamonix.hpl.hp.com [16.25.171.182]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id k5CEBgS2011520 for ; Mon, 12 Jun 2006 15:11:43 +0100 (BST) Message-ID: <448D761E.1060604@apache.org> Date: Mon, 12 Jun 2006 15:11:42 +0100 From: Steve Loughran User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: Ant Users List Subject: Re: Building a fileset from an arbitrary list (task) References: In-Reply-To: Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-Virus-Scanned: amavisd-new at kropotkin.hpl.hp.com X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sommers, Elizabeth wrote: > We are not using the maven2 tasks. The ultimate goal is to build 2 seperate > paths, one which is scoped for testing and one which is scoped for the > build. The build path will then be used to help build a war. > Ok. I use the m2 tasks which are a bit clunky (ant support is sadly an afterthought, not a forethought), but they set up paths datatypes. The problem then becomes one of going from a path ref to a list of jars in the WAR file. Ant1.7 will have two ways to do this - ( a quick and dirty hack to do just this) -a broadly extensible resource model with integration into things like , so I could go and hopefully have copy do all the work. -steve --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org