[
https://issues.apache.org/jira/browse/BUILDR-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644793#action_12644793
]
Assaf Arkin commented on BUILDR-198:
------------------------------------
$ git blame -l lib/buildr/core/filter.rb -L 177,177
0379d903272f5cc3fbd336a106e910f909e6bdd5 (Assaf Arkin 2008-05-19 18:32:40 +0000
177) mkpath target.to_s
$ git log 0379d903272f5cc3fbd336a106e910f909e6bdd5
commit 0379d903272f5cc3fbd336a106e910f909e6bdd5
Author: Assaf Arkin <[EMAIL PROTECTED]>
Date: Mon May 19 18:32:40 2008 +0000
Fixed: BUILDR-75 Filter now runs if there's a target directory, even if
there are no source files to copy over, since everyone else just checks
resources.target for existence before depending on it.
Issue number is wrong, but you can search JIRA and the mailing list for further
discussion.
Once again, if you can't quantify the performance impact, there's no point in
continuing this thread.
> 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.