This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-01
Channels
- # aatree (1)
- # alda (1)
- # announcements (3)
- # beginners (10)
- # boot (44)
- # braid-chat (6)
- # cbus (5)
- # cider (19)
- # cljs-dev (5)
- # cljsrn (11)
- # clojure (203)
- # clojure-austria (1)
- # clojure-canada (1)
- # clojure-germany (2)
- # clojure-poland (46)
- # clojure-russia (38)
- # clojurescript (79)
- # clojuresque (2)
- # code-reviews (11)
- # core-async (6)
- # cursive (11)
- # datomic (12)
- # dirac (91)
- # hoplon (8)
- # juxt (14)
- # ldnclj (7)
- # lein-figwheel (6)
- # leiningen (18)
- # off-topic (3)
- # om (230)
- # om-next (7)
- # onyx (31)
- # parinfer (1)
- # proton (1)
- # re-frame (44)
- # reagent (2)
- # rethinkdb (10)
- # spacemacs (5)
- # yada (24)
@alandipert: good idea, here's the tweet: https://twitter.com/escherize/status/704464040685273088
if anyone is in Philly on March 17th: http://www.meetup.com/Clojadelphia/events/229257264/
hey guys--when i add the 'uber' task to my build pipeline, it seems to not know about the 'pom' task set before it
so it writes the jar as 'project.jar' instead of the project name i gave it
@johanatan: its the jar
task that writes the jar usually, after uber
. jar
has a --file
arg you can use to set the name of the jar it makes
hey johanatan great name
oh sweet a twofer
my bad 😊
@alandipert: i thought the pom setting was a fallback in the absence of a directly set attr tho right?
oh right - https://github.com/boot-clj/boot/blob/master/CHANGES.md#251 are you using pre-2.5.1 boot?
boot --version is giving me 2.5.5
maybe my properties is set to something else
hm if you don't mind pasting a busted build.boot i can try to repro
infinite appreciation for your helpfulness alan!
heres a gist
and i guess another high level question is when i do the build tasks and end it with a target--is there a way to only have the jar stuff in the directory? theres other stuff thats getting written too
you can use sift
to exclude everything but the jar
true synergy between collaborators
o/*\o
such power
so i'm able to reproduce
do i get a free tshirt
no but we might dedicate a github issue in your honor
will frame it and mail it to my mom asap
curious what's getting lost in the pipeline unfortunately i have inane emails i need to send, but my heart will be with this bug titanic song
so i don't think it's a bug
there are multiple pom.xmls in the fileset after uber
this is an application, not a library, right?
if it's an app i would question the use of pom, and instead using --file option to jar
kk awesome
yeah its an app appreciate the guidance 😄