Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 55503 invoked by uid 500); 27 Apr 2001 18:08:29 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Delivered-To: moderator for ant-user@jakarta.apache.org Received: (qmail 18958 invoked from network); 25 Apr 2001 17:15:33 -0000 From: "John Fisher" To: Subject: Symbolic Links recursion Date: Wed, 25 Apr 2001 10:13:57 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi folks- I'm new to Ant, and particularly liking what I see so far. I would very much like to use Ant to solve some problems in our particular environment. Unfortunately, we are maintaining our Java code in Rational's Apex (we do a lot of Ada here too). As such, Apex likes to liter its directory structure with symbolic links pointing to other parts of the system. I played around with the 'excludes' tag, but I couldn't come up with a combination that works. I'm suspecting that symbolic links are followed, even though the exclusion pattern is already matched. Am I correct? Browsing through ant-user and ant-dev, it looks like a patch was suggested at one time to solve this, but was rejected. If I can turn off the following of symbolic links entirely I'd be happy. Even better, if the exclusion patterns I entered actually shorted-circuted the recursive directory descent. Do I have any options here? Thanks, John