Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 84556 invoked from network); 6 Mar 2004 00:16:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Mar 2004 00:16:16 -0000 Received: (qmail 96526 invoked by uid 500); 6 Mar 2004 00:15:53 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 96495 invoked by uid 500); 6 Mar 2004 00:15:52 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 96467 invoked from network); 6 Mar 2004 00:15:52 -0000 Received: from unknown (HELO besec550.swift.com) (195.99.94.5) by daedalus.apache.org with SMTP; 6 Mar 2004 00:15:52 -0000 Received: by besec550.swift.com with ESMTP id i260DtO2015249 for ; Sat, 6 Mar 2004 00:13:56 GMT Date: Sat, 06 Mar 2004 01:15:52 +0100 From: RADEMAKERS Tanguy Subject: Re: without following symlinks In-reply-to: To: Ant Users List Message-id: <40491838.5060702@swift.com> Organization: S.W.I.F.T. sc MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 References: X-MASF: 0.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N you could use a nested with a followsymlinks="false" attribute. see the manual page on FileSet. /t Dave Glowacki wrote: > I've got a build file which runs a Unix program to set up a build > directory. Among other tasks, this Unix program creates symbolic > links to several directories of utility programs. > > One of the first commands the build.xml file contains is dir="${builddir}">, which attempts to follow the symlinks and delete > everything in the symlinked directories, which is NOT what I want to > have happen. > > Is there an option for the task telling it not to follow > symlinks? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org