Fork me on GitHub
#hoplon
<
2019-07-22
>
Braden Shepherdson14:07:06

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.

Braden Shepherdson14:07:10

hm. the template is ancient.

Braden Shepherdson15:07:39

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

Braden Shepherdson16:07:12

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.

Braden Shepherdson21:07:24

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?