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 <pid of ant
>> java process>" I see .svn folders being scanned and opened by ant. Is
>> this expected?
> 
> Don't know. I wouldn't expect that to happen. Is this behaviour specific
> to Ant running the <subant> task?
> 
>> I am using ant1.7.1
> 
> Maybe worth trying with 1.8.1.
> 
> -- 
> Michael Ludwig
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
> For additional commands, e-mail: user-h...@ant.apache.org
> 
> 
> 


>> Is this behaviour specific to Ant running the <subant> task?

Yes. You can reproduce this by executing find_java target in the build.xml I
pasted and do a truss -p <pid> after finding the pid of java process.

>> Maybe worth trying with 1.8.1.

Just tried this, but found that .svn folders are being scanned and opened.



Also I did not find any option to exclude certain directories 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.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to