Re: subant task scans .svn folders

2010-06-10 Thread Stefan Bodewig
On 2010-06-09, bool wrote: > == > > > Build file > > >includes="**/build.xml" > defaultexcludes="true"> > > > > > ==

Re: subant task scans .svn folders

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, Stefan Bodewig wrote: > I've opened Fixed in svn trunk, will be fixed in 1.8.2. I'm just running Ant's test suite to ensure my change doesn't cause any regressions. Stefan

Re: subant task scans .svn folders

2010-06-10 Thread Stefan Bodewig
On 2010-06-09, Stefan Bodewig wrote: > This sounds like a bug. OK, let me try to reproduce this: ste...@machine:/tmp/testbed$ mkdir -p .svn/foo/bar ste...@machine:/tmp/testbed$ mkdir -p dummy/.svn/foo/bar ste...@machine:/tmp/testbed$ echo 'hello' > dummy/sub.xml ste...@machine:/tmp/testbed$ echo

Re: subant task scans .svn folders

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, bool wrote: >>> This sounds like a bug. > If this is a bug, will this be fixed in future releases ? Yes. It would be good if you opened a Bugzilla issue for it. I have already added a few JUnit tests to Ant's svn trunk and they indicate things would be working as expected. Curr

Re: subant task scans .svn folders

2010-06-09 Thread bool
y slow depending on the filer and we would definitely not want Ant to scan .svn folders. >> Unless you have used the task to modify the list of >> patterns, that is. No. I did not modify -- View this message in context: http://old.nabble.com/subant-task-scans-.svn-folders

Re: subant task scans .svn folders

2010-06-09 Thread Stefan Bodewig
On 2010-06-09, bool wrote: > Michael Ludwig-6 wrote: >> Maybe worth trying with 1.8.1. > Just tried this, but found that .svn folders are being scanned and opened. In general, this shouldn't happen. DirectoryScanner is supposed to see that .svn/ dirs can never hold any included files - I'd exp

Re: subant task scans .svn folders

2010-06-09 Thread bool
s patterns (**/.svn/**) when using subant task from ant documentation http://ant.apache.org/manual/Tasks/subant.html -- View this message in context: http://old.nabble.com/subant-task-scans-.svn-folders-tp28829117p28831022.html Sent from the Ant - Users mailing list archive at Nabble.com. -

Re: subant task scans .svn folders

2010-06-09 Thread Michael Ludwig
bool schrieb am 09.06.2010 um 04:37 (-0700): > I am using the following build.xml using subant task. After executing > ant find_java on console, I see that when I do "truss -p java process>" I see .svn folders being scanned and opened by ant. Is > this expected? Don't know. I wouldn't expect that

subant task scans .svn folders

2010-06-09 Thread bool
) = 0 /2: stat64("/projects/base/src/java/.svn/tmp", 0xFE3EDCA0) = 0 /2: openat(-3041965, "/projects/base/src/java/.svn/tmp", O_RDONLY|O_NDELAY|O_LARGEFILE) = 56 -- View this message in context: http://old.nabble.com/subant-task-scans-.svn-folders-tp28829117p2882