Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it more obvious that one-jar should be run after package #22

Open
erikkaplun opened this issue Mar 26, 2014 · 0 comments
Open

Make it more obvious that one-jar should be run after package #22

erikkaplun opened this issue Mar 26, 2014 · 0 comments

Comments

@erikkaplun
Copy link

If I understand correctly how sbt-onejar operates then one needs to run the package command first to generate all the "normal" JARs, and only then run the one-jar command to have those compiled into a big fat JAR with the dependencies. However, if the package command hasn't been run previously, one-jar will still happily produce a non-working JAR with just the dependencies in it. I think this serves no value and should be fixed either by automatically running package or displaying an error message.

@erikkaplun erikkaplun changed the title Make it more obvious that oneJar should be run after package Make it more obvious that one-jar should be run after package Mar 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant