-
Notifications
You must be signed in to change notification settings - Fork 24
Error: Invalid or corrupt jarfile #5
Comments
More info would be appreciated, both for the maintainer and consumers. (and me being a consumer) Perhaps post what kind of behavior you get that makes you think it is invalid or corrupt? |
Here's what I would expect to work:
That's what the README would leave me to believe should work. |
The solution is to add a manifest, manually. Create a file
Then, after building the uberjar, run this command to update the manifest:
Now you can run it and get a REPL:
or you can run your main namespace:
I'll submit a PR for the README to clarify this. |
Pull Request #7 is an alternative solution -- that actually adds minimal manifest support ( With that PR, here's the result:
The
|
I've withdrawn both of my PRs. Here's what already works with
|
Given the update to the README (PR #8), I think this could be closed now. |
Note: my fork of |
I get an invalid or corrupt file when trying to use this.
The text was updated successfully, but these errors were encountered: