[ANN] lein-tools-deps 0.4.1 - Use deps.edn with Leiningen

2018-06-18 Thread Rick Moynihan
Hi all, Some of you may have seen earlier versions of this floating around, as it has been a backburner project of mine for sometime. Last week however with thanks to Hugh Powell we managed to ship proper support for tools.deps aliases, and release a near feature complete version, which should us

Re: java command with deps.edn

2018-06-18 Thread ru
Thanks for the advice. I'll try to search them in Maven repos and move my own one there. Sincerely, Ru понедельник, 18 июня 2018 г., 17:48:32 UTC+3 пользователь Alex Miller написал: > > You seem to be pulling in a bunch of jars by including them directly in > the project (https://github.com/

Re: java command with deps.edn

2018-06-18 Thread Alex Miller
You seem to be pulling in a bunch of jars by including them directly in the project (https://github.com/rururu/simpro-scene/tree/master/lib) rather than referring to them as Maven artifacts. uberjar doesn't know how to pull in and integrate loose jars like that (afaik). Is there some reason you'

Re: java command with deps.edn

2018-06-18 Thread ru
My project page is https://github.com/rururu/simpro-scene. When I start as "lein run" all is well. But, when I start throught "java -jar target/simpro-scene-0.1.0-SNAPSHOT-standalone.jar" I get this error message: Ruslans-iMac:simpro-scene ru$ java -jar target/simpro-scene-0.1.0-SNAPSHOT-standal

Re: java command with deps.edn

2018-06-18 Thread Alex Miller
What didn’t work? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, s

Re: java command with deps.edn

2018-06-18 Thread ru
Thank you, Alex! In general, I think about simplest way to deploy clojure programs for non-programmers, who don't interested in additional installations. I have tried to use uberjar from Leiningen, but it did not work. May be, because of quite a lot of different libraries and jars in my build.