clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
chrisoakman 2016-03-20T05:47:34.000048Z

I just pushed my first library to Clojars and I don't think I did it correctly

chrisoakman 2016-03-20T05:47:53.000049Z

not sure if this is a Clojars issue or a Leiningen issue

chrisoakman 2016-03-20T05:48:05.000050Z

this is the github repo: https://github.com/oakmac/cljs-util

chrisoakman 2016-03-20T05:48:17.000052Z

clojars project: https://clojars.org/com.oakmac/util

chrisoakman 2016-03-20T05:49:00.000054Z

but when I add that library to a project.clj, I get "No such namespace: oakmac.util" errors on the build

chrisoakman 2016-03-20T05:49:51.000055Z

Not really sure where to look for the problem here. I think everything is being uploaded to Clojars correctly? Any thoughts?

chrisoakman 2016-03-20T06:21:00.000056Z

Could it have something to do with pom.xml?

juhoteperi 2016-03-20T07:19:24.000057Z

The cljs sources are not included in the jar because src-cljs folder is not in source-paths

juhoteperi 2016-03-20T08:46:43.000058Z

@martinklepsch: Did you test SVG badges without link in github?

juhoteperi 2016-03-20T08:46:55.000059Z

Looks like unfortunately github will always wrap images in link

martinklepsch 2016-03-20T08:47:40.000060Z

@juhoteperi: even if you use <img>?

juhoteperi 2016-03-20T08:47:59.000061Z

Yeah

martinklepsch 2016-03-20T08:50:18.000062Z

😕

juhoteperi 2016-03-20T08:50:27.000063Z

Testing with current badges here: https://github.com/cljsjs/packages/blob/master/airbrake/README.md

juhoteperi 2016-03-20T08:54:05.000065Z

Time to write update_readme_versions.sh for cljsjs I think!

chrisoakman 2016-03-20T17:38:55.000068Z

@juhoteperi: perfect! thank you so much

danielcompton 2016-03-20T21:04:19.000070Z

@juhoteperi: I don’t see the badge on that page?

juhoteperi 2016-03-20T21:05:04.000071Z

Because I couldn't get them work like I wanted so I removed them