Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 52810 invoked from network); 3 Aug 2006 15:16:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Aug 2006 15:16:01 -0000 Received: (qmail 65407 invoked by uid 500); 3 Aug 2006 15:15:56 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 65375 invoked by uid 500); 3 Aug 2006 15:15:56 -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 65364 invoked by uid 99); 3 Aug 2006 15:15:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 08:15:55 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of nfranzen@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 08:15:54 -0700 Received: by py-out-1112.google.com with SMTP id e30so1984573pya for ; Thu, 03 Aug 2006 08:15:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hNL888QYa7kt+BebnkXDsGq6AMLBhSN7JzaU5Lez2l/TeLHFocatK1TCgmwTD/4KnwW7noPbh2BVhaQbSb783Do0b3xie4EYAohNw8QBtPCc74jTBWIKgBertu0n4qeclCGlchU+F4qftvqJvH/I62TI4+uW1feYa24fLrcBFjk= Received: by 10.35.57.5 with SMTP id j5mr3519253pyk; Thu, 03 Aug 2006 08:15:33 -0700 (PDT) Received: by 10.35.14.9 with HTTP; Thu, 3 Aug 2006 08:15:33 -0700 (PDT) Message-ID: <8dc524cd0608030815i1378be66pfcbe80f4d19df66f@mail.gmail.com> Date: Thu, 3 Aug 2006 11:15:33 -0400 From: "Nathan Franzen" To: "Ant Users List" Subject: Re: using symlink on filesets In-Reply-To: <255d8d690608030701g45024781h250529aca231bed6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8dc524cd0608030638k1d267fe8r8d7b8cfe3798895e@mail.gmail.com> <255d8d690608030701g45024781h250529aca231bed6@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/3/06, Dominique Devienne wrote: > > And as far as I know, there is no reasonable iterator or foreach way > > to wrap up a single symlink task within the fileset. > > There is. Ant-Contrib's excellent task. But in your case, since > is forking's the OS's ln command anyway, I'd use executable="ln">, which is an implicit for-loop, works with fileset, > and should give you enough control on the command line. --DD Super! Thanks very much. So the task I want turns out to be: --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org