Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Create deployment wrappers for unix, mac, windows for the tool. #26

Open
cgruber opened this issue Nov 12, 2015 · 1 comment
Open

Create deployment wrappers for unix, mac, windows for the tool. #26

cgruber opened this issue Nov 12, 2015 · 1 comment
Milestone

Comments

@cgruber
Copy link
Contributor

cgruber commented Nov 12, 2015

We need a way of either having an executable download, or an archive whose exploded contents contains an executable, likely a wrapper script.

My preference is to have a "moe" script which contains the zip of the output, and automatically silently puts it somewhere so you just run it, and it just works, at least for mac/linux, but a zip with a bin/lib split is fine.

@cgruber cgruber added this to the 1.7 milestone Nov 12, 2015
@jdillon
Copy link

jdillon commented Nov 12, 2015

Its probably simpler to make an uber shaded jar and then java -jar moe.jar vs maintaining platform scripts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants
@jdillon @cgruber and others