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** The JAR file produced by `boot build` when used in the default way produces a zip containing a corrupt metadata file (`META-INF/MANIFEST.MF`) **To Reproduce** Steps to reproduce...

This is an implementation of the Enhancement in #419. My very first Clojure PR! ## Description This change modifies the `print-fileset` helper to include file roles in the displayed output....

Describe the bug I immediately get a Java stack trace on NetBSD. To Reproduce Steps to reproduce the behavior: Download boot.sh, rename to boot and put it on your path...

On two different machines running macOS Catalina 10.15.1 I get a NullPointerException when trying to run boot "shebang" scripts. I've tried Oracle JDK 11, 12, and 13, and OpenJDK 13....

#### `build.boot` content (if applicable) ```clojure (set-env! :resource-paths #{"resources"}) (deftask aux [] (merge-env! :source-paths #{"src"} :resource-paths #{"resources-aux"})) ``` #### Description Resources are not being copied deterministically into the target directory,...

Bug
Repro Attached

**Describe the bug** When running boot in an IPv6 only network with NAT64/DNS64 (i.e. the IPv4 Internet can be reached via IPv6), boot fails to download the dependencies. This can...

## Description A check was added to the `watch` task's startup phase for whether the list of srcdirs is non-empty. If it is found to be empty, the task now...

This is a particular case of Java in Windows where the JDK is not installed via the installer, but rather, the JDK is unpacked [as in this StackOverflow answer](https://stackoverflow.com/a/13355764/15649). The...

**Describe the bug** I immediately get a Java stack trace on macOS. **To Reproduce** Steps to reproduce the behavior: 1. Download boot.sh, rename to boot and put it on your...

## Description This PR included the initial version of V3 Pods, which are compatible with tools.deps.