I have a tool - https://github.com/robbieh/way - that I thought this would be great for. Stumbled around a bit. Thought I had it figured out. And then this error happens:
> bb native-image
[babashka] WARNING: task(s) 'run', 'uberjar' override built-in command(s). Use :override-builtin true to disable warning.
DEPRECATED: Libs must be qualified, change expound => expound/expound (/home/robbie/.gitlibs/libs/cli-matic/cli-matic/1aa64070fec1556998b5bbb95d72f3513667ff6a/deps.edn)
DEPRECATED: Libs must be qualified, change expound => expound/expound (/home/robbie/.gitlibs/libs/cli-matic/cli-matic/1aa64070fec1556998b5bbb95d72f3513667ff6a/deps.edn)
DEPRECATED: Libs must be qualified, change expound => expound/expound (/home/robbie/.gitlibs/libs/cli-matic/cli-matic/1aa64070fec1556998b5bbb95d72f3513667ff6a/deps.edn)
DEPRECATED: Libs must be qualified, change expound => expound/expound (/home/robbie/.gitlibs/libs/cli-matic/cli-matic/1aa64070fec1556998b5bbb95d72f3513667ff6a/deps.edn)
Compiling way.main
Execution error (FileNotFoundException) at way.notecheck/loading (notecheck.clj:1).
Could not locate babashka/tasks__init.class, babashka/tasks.clj or babashka/tasks.cljc on classpath.
Which is odd, because my project isn't using babashka/tasks. And it seems tasks isn't available as a jar. Thought you might have some ideas of what to try next?
I have a tool - https://github.com/robbieh/way - that I thought this would be great for. Stumbled around a bit. Thought I had it figured out. And then this error happens:
Which is odd, because my project isn't using babashka/tasks. And it seems tasks isn't available as a jar. Thought you might have some ideas of what to try next?