flense-nw icon indicating copy to clipboard operation
flense-nw copied to clipboard

update deps

Open bhurlow opened this issue 8 years ago • 2 comments

Hi @mkremins!

cool project, I'm building something pretty similar and I wanted to try out a live version of this repo for research purposes. Noticing it depends on some un-published jars:

Warning: the Clojure version for this project (1.6.0) does not support reader conditionals. Ultra is falling back to version 0.3.4.
Compiling ClojureScript.
Could not find artifact mkremins:decodn:jar:0.0-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact mkremins:flense:jar:0.0-SNAPSHOT in clojars (https://clojars.org/repo/)
Could not find artifact com.binaryage:devtools:jar:0.0-SNAPSHOT in clojars (https://clojars.org/repo/)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.

would it be possible to updated the docs so I could play around with the repo? Thanks

bhurlow avatar Mar 21 '17 20:03 bhurlow

Hi @bhurlow! To get the unpublished jars installed locally, you'll need to clone both the mkremins/decodn and mkremins/flense repositories, then run lein install on each one to install them in your local Maven repo. Once you do this, both deps should work out of the box.

As for the com.binaryage/devtools dependency, it has in fact been published to Clojars, albeit under a later version number and a different name. If you edit the flense-nw project.clj, change the dependency name to just binaryage/devtools, and set the version number to one of the published versions, you should be able to pull this one down from Clojars as per usual.

If you have any other questions, feel free to ask! It's been a while since I last worked on Flense, so you may encounter a bit of code rot along the way. I'll update the readme with these instructions (or maybe just publish the unpublished deps and fix the binaryage/devtools line) when I get a chance.

mkremins avatar Mar 21 '17 20:03 mkremins

Thanks @mkremins just saw you're not about manual installation. Will let you know what I encounter

bhurlow avatar Mar 21 '17 20:03 bhurlow