immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
2016-03-22T19:14:17.000211Z

@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

2016-03-22T19:15:19.000213Z

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

2016-03-22T19:16:12.000214Z

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

2016-03-22T19:16:44.000216Z

"prepare oneself for a military confrontation"

2016-03-22T19:17:19.000217Z

ha!

2016-03-22T19:17:34.000218Z

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

2016-03-22T19:17:58.000219Z

@jcrossley3 was the source of the name

2016-03-22T19:22:04.000220Z

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

2016-03-22T19:28:57.000221Z

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

2016-03-22T20:58:23.000222Z

😂

2016-03-22T21:17:56.000223Z

@tcrawley Yes, the new snapshot works for me.

2016-03-22T21:18:06.000224Z

great, thanks!

2016-03-22T21:18:16.000225Z

I'll get a 0.6.0 out in the morning

2016-03-22T21:18:57.000227Z

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

2016-03-22T21:20:56.000228Z

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

2016-03-22T21:21:13.000229Z

@tcrawley: yeah I just realized that..

2016-03-22T21:22:41.000230Z

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

2016-03-22T21:23:52.000231Z

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

2016-03-22T21:24:41.000232Z

Cool. thanks!

2016-03-22T21:24:46.000233Z

my pleasure!