Fork me on GitHub
#hoplon
<
2017-09-16
>
EastonLee00:09:15

I find these demos all end up with the same error

EastonLee00:09:21

`async-webinar castra-datomic-free castra-datomic-free-state castra-simple lens tictactoe ws-contacts ws-simple

EastonLee00:09:51

I'm using the latest boot.sh file on macOS 10.12.6

EastonLee00:09:44

The same demo runs Okay on Ubuntu 16.04

flyboarder05:09:15

@easton.lee.cs the demos are a bit out of date as far as I know

EastonLee06:09:44

@flyboarder it hurts to hear that. Could you suggest some other recent demos?

mudphone09:09:31

When I was checking out Hoplon/Castra, I had success with: https://github.com/hoplon/hoplon-castra-template

EastonLee20:09:47

Thank you, I tried this with success too, I will compare the this template with other failed demos

EastonLee06:09:06

I'm a Clojure newbie and not a Java master, so this error is hard for me to fix

flyboarder07:09:46

What type of a setup are you looking for @easton.lee.cs ?

thedavidmeister11:09:47

@easton.lee.cs it's probably just old dependencies, not something you need to fix per-se

EastonLee19:09:06

@flyboarder I'm looking for running Hoplon demos on macOS with java 1.8.0 and whatever version of Clojure

EastonLee19:09:17

@thedavidmeister I can't understand, since I can see all the dependencies are specified with a certain version number, so Boot should fetch the same dependencies for me every time.

alandipert19:09:13

easton.lee.cs it is unusual, i'd have the same expectation as you. i tried async-webinar on my mac and got same result

alandipert19:09:12

esp. since there's a boot.properties that pins the boot and clojure versions

EastonLee19:09:49

I find the async-webinar will work fine if the cljs-repl is commented out from dev task

EastonLee19:09:18

seems cljs-repl is the cause