You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Benjamin Reed (JIRA)" <ji...@apache.org> on 2008/09/04 18:01:48 UTC

[jira] Updated: (ZOOKEEPER-135) Fat jar build target

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

Benjamin Reed updated ZOOKEEPER-135:
------------------------------------

    Attachment: ZOOKEEPER-135.patch

This patch modifies the build file to create an optional fat-jar target. This target will only be build if explicitly requested. The fat-jar will have everything in it. The MainClass is a simple redirector that uses a mainClasses file to execute the main() methods of other classes.

> Fat jar build target
> --------------------
>
>                 Key: ZOOKEEPER-135
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-135
>             Project: Zookeeper
>          Issue Type: New Feature
>          Components: build
>            Reporter: Benjamin Reed
>            Priority: Minor
>         Attachments: ZOOKEEPER-135.patch
>
>
> For testing and experimentation purposes it would be nice to have everything in a self contained executable jar file that you can plop down on a machine and run.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.