You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2010/09/24 21:48:33 UTC

[jira] Created: (BUILDR-516) Use better error message when a file task can't find the file it is related to

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.


[jira] Updated: (BUILDR-516) Use better error message when a file task can't find the file it is related to

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert updated BUILDR-516:
---------------------------------

    Fix Version/s:     (was: 1.4.3)
                   1.4.4

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