You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "David Peterson (JIRA)" <ji...@apache.org> on 2008/02/05 00:11:08 UTC

[jira] Created: (BUILDR-38) Buildr prompts for Rakefile even when running help

Buildr prompts for Rakefile even when running help
--------------------------------------------------

                 Key: BUILDR-38
                 URL: https://issues.apache.org/jira/browse/BUILDR-38
             Project: Buildr
          Issue Type: Bug
          Components: Core features
    Affects Versions: 1.3
            Reporter: David Peterson
            Priority: Minor



Buildr prompts for Rakefile creation even when running "buildr help" from the command line.

>From HEAD buildr:

peterson@vostok:~$ buildr -v
Buildr 1.3.0 
peterson@vostok:~$ buildr help
To use Buildr you need a buildfile. Do you want me to create one?:
1. From directory structure
2. Skip
?  rake aborted!




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (BUILDR-38) Buildr prompts for Rakefile even when running help

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

Assaf Arkin closed BUILDR-38.
-----------------------------

    Resolution: Won't Fix

That's expected behavior.  buildr --help provides usage instructions and does not require a buildfile.  buildr help provides information about the buildfile (tasks, projects, various settings) and so requires a buildfile.

> Buildr prompts for Rakefile even when running help
> --------------------------------------------------
>
>                 Key: BUILDR-38
>                 URL: https://issues.apache.org/jira/browse/BUILDR-38
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>            Reporter: David Peterson
>            Priority: Minor
>
> Buildr prompts for Rakefile creation even when running "buildr help" from the command line.
> From HEAD buildr:
> peterson@vostok:~$ buildr -v
> Buildr 1.3.0 
> peterson@vostok:~$ buildr help
> To use Buildr you need a buildfile. Do you want me to create one?:
> 1. From directory structure
> 2. Skip
> ?  rake aborted!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (BUILDR-38) Buildr prompts for Rakefile even when running help

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

Assaf Arkin reopened BUILDR-38:
-------------------------------


> Buildr prompts for Rakefile even when running help
> --------------------------------------------------
>
>                 Key: BUILDR-38
>                 URL: https://issues.apache.org/jira/browse/BUILDR-38
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>            Reporter: David Peterson
>            Priority: Minor
>
> Buildr prompts for Rakefile creation even when running "buildr help" from the command line.
> From HEAD buildr:
> peterson@vostok:~$ buildr -v
> Buildr 1.3.0 
> peterson@vostok:~$ buildr help
> To use Buildr you need a buildfile. Do you want me to create one?:
> 1. From directory structure
> 2. Skip
> ?  rake aborted!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (BUILDR-38) Buildr prompts for Rakefile even when running help

Posted by "David Peterson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565604#action_12565604 ] 

David Peterson commented on BUILDR-38:
--------------------------------------


Further clarification - I note that what I mean is the output of the "help" task, not the --help (or -h) options, which work fine even without a Rakefile.



> Buildr prompts for Rakefile even when running help
> --------------------------------------------------
>
>                 Key: BUILDR-38
>                 URL: https://issues.apache.org/jira/browse/BUILDR-38
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>            Reporter: David Peterson
>            Priority: Minor
>
> Buildr prompts for Rakefile creation even when running "buildr help" from the command line.
> From HEAD buildr:
> peterson@vostok:~$ buildr -v
> Buildr 1.3.0 
> peterson@vostok:~$ buildr help
> To use Buildr you need a buildfile. Do you want me to create one?:
> 1. From directory structure
> 2. Skip
> ?  rake aborted!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (BUILDR-38) Buildr prompts for Rakefile even when running help

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

Assaf Arkin closed BUILDR-38.
-----------------------------

    Resolution: Fixed

That's expected behavior.  buildr --help provides usage instructions and does not require a buildfile.  buildr help provides information about the buildfile (tasks, projects, various settings) and so requires a buildfile.

> Buildr prompts for Rakefile even when running help
> --------------------------------------------------
>
>                 Key: BUILDR-38
>                 URL: https://issues.apache.org/jira/browse/BUILDR-38
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features
>    Affects Versions: 1.3
>            Reporter: David Peterson
>            Priority: Minor
>
> Buildr prompts for Rakefile creation even when running "buildr help" from the command line.
> From HEAD buildr:
> peterson@vostok:~$ buildr -v
> Buildr 1.3.0 
> peterson@vostok:~$ buildr help
> To use Buildr you need a buildfile. Do you want me to create one?:
> 1. From directory structure
> 2. Skip
> ?  rake aborted!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.