@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
@tcrawley: Thanks! I can try it now. What's gird dare I ask?
https://www.wordnik.com/words/gird - in the "prepare for war" sense :)
"prepare oneself for a military confrontation"
ha!
I wanted to drop the immutant- prefix, and it no longer creates a war, so the current name was no good
@jcrossley3 was the source of the name
@tcrawley: I got pulled on to something.. Will run in a few..
i can't take credit for "gird". i suggested "prepare-for-war" to which @tcrawley said "gird!"
😂
@tcrawley Yes, the new snapshot works for me.
great, thanks!
I'll get a 0.6.0 out in the morning
Do you know how to rename the project.war file in boot?
yes, (war :file "foo.war")
@tcrawley: yeah I just realized that..
@tcrawley now for the version number.. in lein-immutant you could add %v%t
if you have the version number specified in build.boot
, you can just do (war :file (format "foo-%s.war" version))
Cool. thanks!
my pleasure!