Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 3100 invoked from network); 10 Jun 2010 11:05:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jun 2010 11:05:46 -0000 Received: (qmail 42083 invoked by uid 500); 10 Jun 2010 11:05:46 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 42054 invoked by uid 500); 10 Jun 2010 11:05:44 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 42044 invoked by uid 99); 10 Jun 2010 11:05:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 11:05:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 11:05:41 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5AB5JCa028152 for ; Thu, 10 Jun 2010 11:05:19 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o5AB5JSl028151; Thu, 10 Jun 2010 07:05:19 -0400 (EDT) Date: Thu, 10 Jun 2010 07:05:19 -0400 (EDT) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 49420] New: scans excluded directories X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bodewig@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49420 Summary: scans excluded directories Product: Ant Version: 1.8.1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Core AssignedTo: notifications@ant.apache.org ReportedBy: bodewig@apache.org most likely the culprit is DirectoryScanner and not subant. For background see I can reproduce this: stefan@machine:/tmp/testbed$ mkdir -p .svn/foo/bar stefan@machine:/tmp/testbed$ mkdir -p dummy/.svn/foo/bar stefan@machine:/tmp/testbed$ echo 'hello' > dummy/sub.xml stefan@machine:/tmp/testbed$ echo '' > build.xml stefan@machine:/tmp/testbed$ strace -f ant 2>&1 | fgrep .svn [pid 19650] open("/tmp/testbed/dummy/.svn", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 17 [pid 19650] open("/tmp/testbed/dummy/.svn/foo", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 17 [pid 19650] open("/tmp/testbed/dummy/.svn/foo/bar", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 17 [pid 19650] open("/tmp/testbed/.svn", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 17 [pid 19650] open("/tmp/testbed/.svn/foo", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 17 [pid 19650] open("/tmp/testbed/.svn/foo/bar", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 17 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.