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

**Describe the bug** When building a Hoplon project, Boot fails with an error. **To Reproduce** Steps to reproduce the behavior: 1. Create a project using the [hoplon template](https://github.com/hoplon/hoplon-template) 2. Run...

**Question** Can I compile a clojure script, with the boot shebang, and use the binary executable instead of running the start boilerplate evertime? **To Reproduce** create a file `example.clj`, ```clj...

**Describe the bug** After running the boot executable, it outputs to stdout a comment with the invalid URL http://boot-clj.com This address does not point to the correct Boot website. **To...

in progress
DO NOT MERGE

# Boot Bug Report ## Platform details Platform (macOS, Linux, Windows): macOS Platform version: 10.12.6 JRE/JDK version (`java -version`): ``` java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java...

Performance

We're running into issues where sometimes `boot watch` seemingly stops working and doesn't run the build pipeline any more after file changes. After restarting the boot instance it works again...

Bug

**Describe the bug** A clear and concise description of what the bug is. https://github.com/boot-clj/boot/wiki/Cider-REPL in the first example suggests using `nrefactor-repl`, however https://github.com/clojure-emacs/clj-refactor.el/wiki/installation#refactor-nrepl-middleware says that `From version 2.2.0 onwards if...

**Describe the bug** Attempting to build an uberjar with Selenium as a dependency raises the following exception: ``` clojure.lang.ExceptionInfo: Prefix string "9" too short: length must be at least 3...

Because of a known bug in v2.8.3 I'd like to downgrade to 2.8.2 but no. Brew doesn't have that version 2.8.2. Only have the JAR file for v2.8.2 off your...

But works fine in 2.8.2. This is the exception trace: ``` clojure.lang.ExceptionInfo: org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.getBufferCapacityForTransfer(J)I line: 124 java.lang.NoSuchMethodError: org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.getBufferCapacityForTransfer(J)I org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.access$000 AbstractHttpClientWagon.java: 112 org.apache.maven.wagon.shared.http.AbstractHttpClientWagon$RequestEntityImplementation.writeTo AbstractHttpClientWagon.java: 185 org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity DefaultBHttpClientConnection.java: 156 org.apache.http.impl.conn.CPoolProxy.sendRequestEntity CPoolProxy.java: 160 org.apache.http.protocol.HttpRequestExecutor.doSendRequest...