[
https://issues.apache.org/jira/browse/BUILDR-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644776#action_12644776
]
Ittay Dror commented on BUILDR-198:
-----------------------------------
creating an empty target directory is an unnecessary performance impact, is it
a must? if some other code relies on filter.target, can't the spec define that
it must do File.exist(filter.target) prior to using it?
> Filter#run always calls mkpath
> ------------------------------
>
> Key: BUILDR-198
> URL: https://issues.apache.org/jira/browse/BUILDR-198
> Project: Buildr
> Issue Type: Bug
> Affects Versions: 1.3.4
> Reporter: Ittay Dror
> Fix For: 1.3.4
>
>
> It does this even if it immediately returns. this does call (in linux) the
> mkdir system call (which returns EEXIST)
> It should also turn off verbose for it
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.