You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Allen Wittenauer (Jira)" <ji...@apache.org> on 2020/10/31 22:15:00 UTC

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

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

Allen Wittenauer updated YETUS-258:
-----------------------------------
    Summary: build.sh should detect missing third party dependencies and suggest how to install  (was: build.sh should detect missing third party dependecies and suggest how to install)

> build.sh should detect missing third party dependencies 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.1.0
>            Reporter: Wei-Chiu Chuang
>            Assignee: Wei-Chiu Chuang
>            Priority: Major
>             Fix For: 0.2.0
>
>         Attachments: YETUS-258.00.patch, YETUS-258.01.patch, YETUS-258.02.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
(v8.3.4#803005)