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
Stefan Bodewig wrote: > > 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/

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
Michael Ludwig-6 wrote: > > 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?

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