boot icon indicating copy to clipboard operation
boot copied to clipboard

Build tooling for Clojure.

Results 101 boot issues
Sort by recently updated
recently updated
newest added

existing tests rely on checking for Exceptions on invalid arguments, we should spec this instead an improve the testing framework.

Currently boot is started with `boot-bin` which acts as a shim to fetch the main boot jar, then loads the jar. This shim will be replaced by `boot-native`, boot native...

``` Classpath conflict: org.clojure/clojure version 1.8.0 already loaded, NOT loading version 1.3.0 ``` If you specify a Clojure version in `boot.properties` and don't specify the same Clojure version in your...

Starter
User Experience

I seem to be inconsistently getting this error when writing the target dirs after a reload. It goes away if I restart my boot process. ``` Writing main.cljs.edn... Compiling ClojureScript......

Bug

### Problem Description I am working with a maven repository that is running on http. It is internal and cannot be accessed from the outside so there's little possibility of...

I tried to match the style and terminology of other doc strings. Also, I'm wondering if the `mkdocs` script needs to be run and then committed? It looks like that...

### Problem Description I tried to install boot (via the boot.exe from the github page) on Windows 10 with Java 10 and I get an error message that it requires...

### Problem Description Currently Boot doesn't set a User Agent for Aether to use when it is downloading files. Therefore, Aether uses the default `User-Agent` header `Aether`. It would be...

Enhancement
needs documentation

### Problem Description When using [boot-tools-deps][boot-tools-deps] and [boot-test][boot-test], sometimes a `java.lang.ExceptionInInitializerError` will occur after the test has completed. [boot-test]: https://github.com/adzerk-oss/boot-test [boot-tools-deps]: https://github.com/seancorfield/boot-tools-deps I don't know if this is specific to...

Question/Improvement: Is there a way to write the repositories in the generated `pom.xml`? Something like ``` clojars.org https://repo.clojars.org ``` Maybe taking an additional `:repositories` argument to the `pom` task? Reason:...