Fork me on GitHub
#lambdaisland
<
2022-10-08
>
lilactown22:10:19

is there an example of using lambaisland.classpath/update-classpath! to add a new path to the class path?

lilactown22:10:52

the reference to deps/create-basis isn't lead to much illustrative documentation or examples

lilactown22:10:24

here's what I'm trying rn

(classpath/update-classpath!
     {:extra
      {:extra-paths ["test_runner"]}})
which AFAICT isn't doing anything

lilactown22:10:28

or rather, it does do something because my app totally breaks in a new way after I do that. but it's not reflected when I (println (classpath/classpath-directories))