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

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

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