You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Elek, Marton (JIRA)" <ji...@apache.org> on 2017/12/15 11:55:00 UTC

[jira] [Commented] (RATIS-174) Create binary package for the release.

    [ https://issues.apache.org/jira/browse/RATIS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292406#comment-16292406 ] 

Elek, Marton commented on RATIS-174:
------------------------------------

To test it do a release build:

{code}
mvn clean install  -Prelease -DskipTests assembly:single
tar zvxf ratis-assembly/target/ratis-incubator-0.1.1-alpha-SNAPSHOT-bin.tar.gz
cd ratis-incubator-0.1.1-alpha-SNAPSHOT/examples
./bin/start-all.sh
{code}

Note: You also need RATIS-173 first to run release build.[link title|http://example.com]

> Create binary package for the release.
> --------------------------------------
>
>                 Key: RATIS-174
>                 URL: https://issues.apache.org/jira/browse/RATIS-174
>             Project: Ratis
>          Issue Type: Bug
>            Reporter: Elek, Marton
>            Assignee: Elek, Marton
>         Attachments: RATIS-174.001.patch
>
>
> Until now we had just one source package as a release artifact. I propose to create a binary artifact as well as usually this is what a user is looking for. The binary artifact would contain:
>  * A readme to explain that it's a library
>  * the compiled jars
>  * licence/notice/disclaimer files as ususal
>  * the scripts to execute the example servers. Currently it works with the arithmetic example but it could be extended with the filestore example.
> I think to provide a binary package with a simple startup script to demonstrate the behavior of the library, could help to the users to try it out even without coding. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)