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:12:46 UTC

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

Wei-Chiu Chuang created YETUS-258:
-------------------------------------

             Summary: 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


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)