This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-15
Channels
- # aws (25)
- # babashka (11)
- # beginners (24)
- # calva (18)
- # clj-kondo (6)
- # cljdoc (1)
- # clojure (48)
- # clojure-europe (3)
- # clojure-houston (1)
- # clojure-uk (22)
- # clojuredesign-podcast (8)
- # clojurescript (9)
- # cursive (8)
- # dirac (6)
- # duct (19)
- # fulcro (17)
- # hoplon (29)
- # mount (3)
- # off-topic (24)
- # pathom (6)
- # re-frame (6)
- # shadow-cljs (5)
- # spacemacs (5)
- # sql (10)
- # tools-deps (7)
- # vim (2)
Looking for a current template or gist that will let me get going with current libs with Hoplon and Castra. I’ve got a sample I built in the Fall of 2016, but trying to get going with the old hoplon-castra boot template has lead to several hours of dead ends. It’s been a few years since I’ve done anything for real in CLJ/CLJS, and I pulled this stuff out last night and got excited to convert an old personal rails project over, but not finding success so far.
Now I’m doubly confused. I killed my old app that was running and when I restarted it (`boot dev`), I got errors. I am sure I didn’t change anything in that project. clojure.lang.ExceptionInfo: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(org/httpkit/server.clj:1:1)
I did update boot (but not the version in boot.properties) this morning via brew. I’m at a loss. I’ll come back Monday and see if anyone is around.
@jamieorc there was a bug with the brew script, I think someone has a PR open with a working fix at the homebrew project
I would install using the install script
@flyboarder you mean for brew upgrade boot-clj
?
oh man. I’m so at a loss. I was like, well I’ll go back and play with the 2016 project and then it won’t start
@flyboarder I used sudo bash -c “cd /usr/local/bin && curl -fsSLo boot
and it gave me 2.6.0
then it will update when your project is set to a higher version in boot properties
@flyboarder Thanks. My old project is running again
:thumbsup:
@flyboarder is there a template for the current release of hoplon (and castra)? I’ve been pretty stuck on that. Maybe the problem was the boot issue.
probably not, castra hasnt been updated in a while, while it should be stable
hoplon has had many internal improvements
I know one of my jr devs was working on updating the demos a while back
maybe give that a try, if you have problems i’ll get him to fix the demo
that might not mean that they run tho, just that dependencies were updated
@nolanbjelley @jamieorc might need some help with the demos you updated
Can you follow up and make sure that demo is working