You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/06/10 13:34:42 UTC

DO NOT REPLY [Bug 49420] scans excluded directories

https://issues.apache.org/bugzilla/show_bug.cgi?id=49420

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.8.2

--- Comment #1 from Stefan Bodewig <bo...@apache.org> 2010-06-10 07:34:40 EDT ---
fixed with svn revision 953281

stefan@machine:/tmp/testbed$ strace -f ant 2>&1 | fgrep .svn
[pid 21645] open("/tmp/testbed/dummy/.svn",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
[pid 21645] open("/tmp/testbed/.svn",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
stefan@machine:/tmp/testbed$ strace -f ant -Ddef=false 2>&1 | fgrep .svn
[pid 23780] open("/tmp/testbed/dummy/.svn",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
[pid 23780] open("/tmp/testbed/dummy/.svn/foo",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
[pid 23780] open("/tmp/testbed/dummy/.svn/foo/bar",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
[pid 23780] open("/tmp/testbed/.svn",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
[pid 23780] open("/tmp/testbed/.svn/foo",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16
[pid 23780] open("/tmp/testbed/.svn/foo/bar",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 16

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.