[
https://issues.apache.org/jira/browse/BUILDR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Toulme closed BUILDR-205.
---------------------------------
Resolution: Auto Closed
Closing for inactivity.
> resources.target is not triggered when required
> -----------------------------------------------
>
> Key: BUILDR-205
> URL: https://issues.apache.org/jira/browse/BUILDR-205
> Project: Buildr
> Issue Type: Bug
> Affects Versions: 1.3.4
> Reporter: Ittay Dror
> Fix For: 1.5
>
>
> resources.target is filter.target which is:
> file(File.expand_path(dir.to_s)) { |task| run if target == task }
> the problem is that since the file target has no dependencies, it is not
> triggered if the directory exist.
> a change can be:
> def @target.needed?
> return true
> end
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)