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.3.4


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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to