Results 311 comments of Martin Klepsch

> For example I forgot to include top Clojure dependency, and `ring`, `ring-jetty` required Clojure 1.6.3, and `pandeiro/boot-http` Clojure 1.7.0, so I've got 3 warnings about it. The warning will...

@dingmaotu Do you have any suggestions how we should proceed with this? I assume we are mostly dependent on Launch4j here?

Hm, I'm not too familiar with launch4j but forking it and maintaining such fork doesn't seem very attractive at this point. I remember seeing another issue/discussion about replacing launch4j with...

@jiyinyiyong the `wait` task is designed to prevent the pipeline from exiting. This is handy in cases like yours where you want things to continue running even after you've reached...

Sorry I oversaw earlier messages, probably my comment wasn't very helpful, sorry!

For the people who still run into this issue, please post the output of `boot -V` and the version of `boot-bin` you installed (probably via your package manager).

Evaluating the below in a repl should print the version of the `boot` binary you downloaded. ``` boot.user=> Boot/initialVersion "2.7.2" ```

If anyone can provide a minimal repro that'd be really great. I remember running into a similar issue but can't remember how I fixed it or how to reproduce. Admittedly...

Could you maybe provide a runnable repro snippet @arichiardi?