You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd quite like to use this library as I need to programmatically generate several complex diagrams in svg. Unfortunately all my attempts, including loading and running the test generate the following exception:
Execution error (FileNotFoundException) at plutonic.media.diags/eval140$loading (diags.clj:1).
Could not locate org/soulspace/cmp/svg/svg_dsl__init.class, org/soulspace/cmp/svg/svg_dsl.clj or org/soulspace/cmp/svg/svg_dsl.cljc on classpath. Please check that namespaces with dashes use underscores in the Clojure file name.
I'm using this in the :deps in edn:
org.soulspace.clj/cmp.batik {:mvn/version "0.2.2"}
and clojure 1.11.1 with java openjdk version "11.0.11" 2021-04-20
Any ideas?
The text was updated successfully, but these errors were encountered:
I'd quite like to use this library as I need to programmatically generate several complex diagrams in svg. Unfortunately all my attempts, including loading and running the test generate the following exception:
Execution error (FileNotFoundException) at plutonic.media.diags/eval140$loading (diags.clj:1).
Could not locate org/soulspace/cmp/svg/svg_dsl__init.class, org/soulspace/cmp/svg/svg_dsl.clj or org/soulspace/cmp/svg/svg_dsl.cljc on classpath. Please check that namespaces with dashes use underscores in the Clojure file name.
I'm using this in the :deps in edn:
org.soulspace.clj/cmp.batik {:mvn/version "0.2.2"}
and clojure 1.11.1 with java openjdk version "11.0.11" 2021-04-20
Any ideas?
The text was updated successfully, but these errors were encountered: