Fork me on GitHub
#tools-deps
<
2018-07-19
>
cfleming03:07:09

Still lots to do and lots of potential changes.

👏 52
😍 8
claudiu08:07:47

Hi, is there any tools-deps alternative for https://github.com/luminus-framework/lein-uberwar ?

dominicm08:07:58

@claudiu I'd be interested in adding uberwar support to https://github.com/juxt/pack.alpha I'm not familiar with the format really though and what would be needed. Is it just a jar with a particular manifest?

claudiu09:07:21

not really sure to be honest. 🙂 I am deploying my test-app to google-appengine, and that's the format there.

claudiu09:07:22

Added lein-tools-deps to my project, seems to work for development but the uberwar seems to compile multiple times the same file, and when I run it I get some strange errors.

dominicm09:07:36

I can try find some time to look into it for you.

dominicm09:07:53

Looks like a jar with a specific fs layout, shouldn't be too difficult to get working with pack, I'm a little worried about git dependencies, that might need some testing.

claudiu10:07:11

Cool 🙂 Could help with testing git & normal, and see how it matches the lein one.

claudiu11:07:26

Having the uberwar option would be really awesome.

dominicm17:07:18

Is there an easy way to test an uberwar locally?

claudiu09:07:41

I have only used uberwar in appengine context. The simplest way to test the war I can think of is : https://gist.github.com/claudiuapetrei/540c8aca1ef53d86f75f123b319a3703

dominicm10:07:01

Thanks, I'll take a look

Alex Miller (Clojure team)15:07:40

released tools.deps.alpha 0.5.442, clj 1.9.0.391

🙏 28
Alex Miller (Clojure team)15:07:04

- Throw error if unknown aliases are used (TDEPS-85)
- Fix bad break character in rlwrap (TDEPS-77)
- Use non-0 exit code in clj if rlwrap doesn't exist (TDEPS-86 - thanks Martin Klepsch!)
- Change wording for -Sdeps in help and man for clarity (TDEPS-87)