Use better error message when a file task can't find the file it is related to
------------------------------------------------------------------------------
Key: BUILDR-516
URL: https://issues.apache.org/jira/browse/BUILDR-516
Project: Buildr
Issue Type: Improvement
Affects Versions: 1.4.2
Reporter: Antoine Toulme
Fix For: 1.4.3
When building, jobs sometimes fail with the error:
RuntimeError : Don't know how to build task 'file name'
Instead, we should hack rake to tell exactly what's happening: the file could
not be found.
This kind of error message is used generically throughout rake and it's hard to
understand whether the file is missing or the task is not defined.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.