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

New compiled CLI tools + Clojure version #7

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

licht1stein
Copy link

@licht1stein licht1stein commented Jul 25, 2023

I have used the original jar file to build a working CLI tool. Please see README for details :)

I've also added LICENSE just in case.

@olejorgenb
Copy link
Owner

Nice!

Can you give me some instructions for reproducing the jar file? I have not used Clojure before.

I tried running clojure -T:build jar but that failed with

Execution error (FileNotFoundException) at java.io.FileInputStream/open0 (FileInputStream.java:-2).
-T:build (No such file or directory)

Since the jar is "opaque" I want to reproduce it (to be slightly paranoid :D)

@licht1stein
Copy link
Author

licht1stein commented Jul 27, 2023

Sure! The functions in the build.clj are the commands, so clojure -T:build uber to compile 😀

The output will be under target/

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

Successfully merging this pull request may close these issues.

2 participants