hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
2019-07-22T14:50:06.012700Z

I'm having trouble running boot dev on a template project. I get a ClassNotFoundException: javax.xml.bind.DatatypeConverter. I'm not sure who ordered that, so to speak.

2019-07-22T14:55:00.012900Z

https://pastebin.com/BqVnZxcP there's the full error.

2019-07-22T14:57:10.013100Z

hm. the template is ancient.

dave 2019-07-22T15:57:50.013800Z

@braden.shepherdson i've run into that error a few times when using JDK 9+. https://www.deps.co/blog/how-to-upgrade-clojure-projects-to-use-java-11/#deprecations has an explanation

2019-07-22T15:59:39.014500Z

I'm running under JDK 11, so that seems likely to be the trouble. I'll try adding that dependency.

2019-07-22T16:15:12.015200Z

I also needed to update the CLJS dep from 290-something to 950-something (it needed cljs.spec.alpha at least), but now it's working.

2019-07-22T21:54:24.016500Z

every reload is duplicating my UI. that's getting more and more of a pain as it gets more complex. is there a standard way to make it replace instead of adding another copy when I reload?