This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-15
Channels
- # aws-lambda (3)
- # beginners (17)
- # boot (65)
- # cider (3)
- # cljs-dev (7)
- # cljsrn (82)
- # clojure (82)
- # clojure-italy (1)
- # clojure-russia (25)
- # clojure-spec (56)
- # clojure-uk (5)
- # clojurescript (52)
- # css (2)
- # datomic (6)
- # emacs (1)
- # hoplon (9)
- # jobs-discuss (5)
- # leiningen (8)
- # mount (2)
- # nginx (1)
- # off-topic (2)
- # om (1)
- # om-next (9)
- # perun (13)
- # portland-or (1)
- # re-frame (13)
- # reagent (20)
- # remote-jobs (2)
- # ring (5)
- # spacemacs (1)
- # specter (10)
- # untangled (5)
- # yada (6)
@miikka thanks. i ended up solving the problem pretty quickly with grep. just had to manually delete the test files i forgot about
Could not transfer artifact honeysql:honeysql:pom:0.8.2 from/to Official Mirror ( ): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
$ find ~/.m2 -name honeysql*.jar
/Users/brian/.m2/repository/honeysql/honeysql/0.4.3/honeysql-0.4.3.jar
/Users/brian/.m2/repository/honeysql/honeysql/0.6.1/honeysql-0.6.1.jar
/Users/brian/.m2/repository/honeysql/honeysql/0.6.2/honeysql-0.6.2.jar
/Users/brian/.m2/repository/honeysql/honeysql/0.8.1/honeysql-0.8.1.jar
/Users/brian/.m2/repository/honeysql/honeysql/0.8.2/honeysql-0.8.2.jar
/Users/brian/.m2/repository/nilenso/honeysql-postgres/0.2.2/honeysql-postgres-0.2.2.jar
my question is basically, why does the network matter at all if the dep is already on the local disk?
I'm having an issue where I'm working on an app, with a lib in checkouts. I changed the lib from depending on foo to depending on bar, but I get Could not locate bar/core__init.class or bar/core.clj on classpath.
I can work around it by having my app depend directly on bar. Is this a known issue? Am I wrong in that lein won't pick up changes in transitive deps through checkouts?