[ 
https://issues.apache.org/jira/browse/BUILDR-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Donald updated BUILDR-205:
--------------------------------

    Fix Version/s: 1.5
    
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to