This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-03
Channels
- # admin-announcements (2)
- # beginners (18)
- # boot (118)
- # cider (12)
- # cljs-dev (12)
- # cljsrn (24)
- # clojure (142)
- # clojure-art (4)
- # clojure-bangladesh (3)
- # clojure-ireland (1)
- # clojure-italy (7)
- # clojure-norway (4)
- # clojure-poland (207)
- # clojure-russia (101)
- # clojurescript (108)
- # clojurewerkz (2)
- # core-async (6)
- # css (8)
- # data-science (23)
- # datomic (31)
- # devcards (2)
- # emacs (8)
- # funcool (25)
- # hoplon (34)
- # immutant (78)
- # ldnclj (7)
- # lein-figwheel (4)
- # leiningen (6)
- # luminus (35)
- # off-topic (1)
- # om (119)
- # onyx (43)
- # parinfer (29)
- # proton (11)
- # re-frame (25)
- # remote-jobs (1)
- # slack-help (1)
- # spacemacs (3)
- # yada (10)
hello. I figure this is a noob question, but how do I get lein repl to format multi-line commands? I have a three line form that I want to modify as a unit.
@venantius thanks for backwards compatibility support in ultra. It really helps when you are working with a zillion of different Clojure projects which sometimes use old versions of Clojure
@virmundi: pretty sure you can't do that with the standard repl... ultra might support it. If you're using Emacs & CIDER (and probably cursive) this is taken care of by paredit/smartparens etc... I'd recommend using that if you're not already
Hiya. Anyone here have actual experience using Leiningen deploy with Artifactory? I can put a JAR to the repository; however, it doesn't appear to be the uberjar I need. For some reason, the JAR that ends up in Artifactory isn't packaged with its dependencies. It's missing Clojure runtime. See exception:
Exception in thread "main" java.lang.NoClassDefFoundError: clojure/lang/Var
at biapi.core.<clinit>(Unknown Source)
Caused by: java.lang.ClassNotFoundException: clojure.lang.Var
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 1 more
I've posted my issue with greater detail to reddit: https://www.reddit.com/r/Clojure/comments/48tdlo/troubles_deploying_my_project_to_artifactory/