Fork me on GitHub
#hoplon
<
2017-10-14
>
cjsauer02:10:47

>the generative part This is one of the most exciting parts about it imo.

cjsauer02:10:24

I used the hoplon-castra template to get started

flyboarder19:10:37

@cjsauer looks like you are either missing a quote or the namespace, can you post your code?

cjsauer19:10:29

@flyboarder just discovered the issue. My make-war task was using underscores instead of hyphens. I've tracked the problem down to here https://github.com/hoplon/hoplon-castra-template/blob/master/src/leiningen/new/hoplon_castra/build.boot#L53 It looks like maybe this should use raw-name instead of munged-name?

flyboarder19:10:04

@cjsauer I think it should be {{namespace}}

flyboarder19:10:16

same as the dev task

cjsauer19:10:42

Ah, yes, you're right

cjsauer19:10:49

Cool, deployed now :thumbsup:

cjsauer19:10:58

Looks like there is already a PR for the above fix: https://github.com/hoplon/hoplon-castra-template/pull/13

flyboarder23:10:14

@alandipert ^ whenever you get a chance