Fork me on GitHub
#immutant
<
2016-03-22
>
tcrawley19:03:17

@symbit: I just pushed a new boot-immutant 0.6.0-SNAPSHOT. Would you be willing to try it when you have a chance? Note that the immutant-war task has been renamed to gird. https://github.com/immutant/boot-immutant/tree/master/test-app/build.boot#L9 has an example of current usage

symbit19:03:19

@tcrawley: Thanks! I can try it now. What's gird dare I ask?

tcrawley19:03:12

https://www.wordnik.com/words/gird - in the "prepare for war" sense :)

tcrawley19:03:44

"prepare oneself for a military confrontation"

tcrawley19:03:34

I wanted to drop the immutant- prefix, and it no longer creates a war, so the current name was no good

tcrawley19:03:58

@jcrossley3 was the source of the name

symbit19:03:04

@tcrawley: I got pulled on to something.. Will run in a few..

jcrossley319:03:57

i can't take credit for "gird". i suggested "prepare-for-war" to which @tcrawley said "gird!"

symbit21:03:56

@tcrawley Yes, the new snapshot works for me.

tcrawley21:03:06

great, thanks!

tcrawley21:03:16

I'll get a 0.6.0 out in the morning

symbit21:03:57

Do you know how to rename the project.war file in boot?

tcrawley21:03:56

yes, (war :file "foo.war")

symbit21:03:13

@tcrawley: yeah I just realized that..

symbit21:03:41

@tcrawley now for the version number.. in lein-immutant you could add %v%t

tcrawley21:03:52

if you have the version number specified in build.boot, you can just do (war :file (format "foo-%s.war" version))

symbit21:03:41

Cool. thanks!

tcrawley21:03:46

my pleasure!