Fork me on GitHub
#cljsjs
<
2018-07-12
>
fabrao03:07:56

Hello all, I´m trying to adapt a library to cljsjs, and I did boot package. Where is the generated .jar?

fabrao03:07:13

the output was

Downloading antd-mobile.css
Downloading antd-mobile.min.css
Downloading antd-mobile.js
Downloading antd-mobile.min.js
Sifting output files...
Sifting output files...
deps.cljs:
{:foreign-libs
 [{:file "cljsjs/antd-mobile/development/antd-mobile.inc.js",
   :provides ["cljsjs.antd-mobile"],
   :requires ["cljsjs.react" "cljsjs.react.dom" "cljsjs.moment"]}],
 :externs ["cljsjs\\antd-mobile\\common\\antd-mobile.ext.js"]}
Writing pom.xml and pom.properties...
Writing antd-mobile-2.2.1-0.jar...
Checksums match
but I could not find the jar file

juhoteperi07:07:59

Alternatively use install task to install the package to local maven repostory

fabrao15:07:55

@juhoteperi Thanks, it worked