Fork me on GitHub
#boot
<
2016-03-01
>
isaac03:03:55

How to reload the macro that cljs refered?

micha04:03:06

isaac: if you're using boot-cljs it should happen automatically

isaac05:03:32

reload not working for macro

johannjohann18:03:43

hey guys--when i add the 'uber' task to my build pipeline, it seems to not know about the 'pom' task set before it

johannjohann18:03:10

so it writes the jar as 'project.jar' instead of the project name i gave it

alandipert18:03:21

@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

johanatan18:03:00

Wrong mention lol

johannjohann18:03:11

hey johanatan great name

johanatan18:03:32

Likewise! :)

alandipert18:03:51

oh sweet a twofer

johannjohann18:03:26

@alandipert: i thought the pom setting was a fallback in the absence of a directly set attr tho right?

johannjohann18:03:35

boot --version is giving me 2.5.5

johannjohann18:03:43

maybe my properties is set to something else

alandipert18:03:51

hm if you don't mind pasting a busted build.boot i can try to repro

johannjohann18:03:29

infinite appreciation for your helpfulness alan!

johannjohann18:03:14

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

micha18:03:17

(sift :include #{#"\.jar$"}) before the target task in the piplien should do it

alandipert18:03:20

you can use sift to exclude everything but the jar

johannjohann18:03:34

true synergy between collaborators

micha18:03:48

haha we prefer "sympathizers" please

alandipert18:03:08

so i'm able to reproduce

johannjohann18:03:52

do i get a free tshirt

alandipert18:03:18

no but we might dedicate a github issue in your honor

johannjohann18:03:42

will frame it and mail it to my mom asap

johannjohann18:03:07

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

alandipert18:03:27

so i don't think it's a bug

alandipert18:03:35

there are multiple pom.xmls in the fileset after uber

alandipert18:03:57

this is an application, not a library, right?

alandipert18:03:43

if it's an app i would question the use of pom, and instead using --file option to jar

johannjohann18:03:09

yeah its an app appreciate the guidance 😄