You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Wei-Chiu Chuang (JIRA)" <ji...@apache.org> on 2015/12/21 16:37:46 UTC

[jira] [Updated] (YETUS-258) build.sh should detect missing third party dependecies and suggest how to install

     [ https://issues.apache.org/jira/browse/YETUS-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wei-Chiu Chuang updated YETUS-258:
----------------------------------
    Attachment: YETUS-258.00.patch

Rev00: detect the existence of bundle, and make installation suggestion. 

I think the script should also handle errors better.

> build.sh should detect missing third party dependecies and suggest how to install
> ---------------------------------------------------------------------------------
>
>                 Key: YETUS-258
>                 URL: https://issues.apache.org/jira/browse/YETUS-258
>             Project: Yetus
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.2.0
>            Reporter: Wei-Chiu Chuang
>            Assignee: Wei-Chiu Chuang
>         Attachments: YETUS-258.00.patch
>
>
> I ran build.sh, but I did not have the executable {{bundle}} installed.
> It then failed because it couldn't execute bundle and build documentation. A self-contained build.sh should detect third party dependencies, and suggest how to install them.
> {noformat}
> echo "building documentation"
> # build docs after javadocs
> docs_out=$(cd asf-site-src && bundle exec middleman build)
> echo "${docs_out}"
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)