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
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/
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'
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
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
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.