Fred Eisele

Results 51 issues of Fred Eisele

With a subproject `:docker-image` I get the following error when running `./gradlew :docker-image:dockerfileZip`: ``` A problem was found with the configuration of task ':docker-image:dockerfileZip' (type 'Zip'). - Type 'org.gradle.api.tasks.bundling.Zip' property...

## Critical Source Code https://github.com/palantir/gradle-docker/blob/34cf512334491061217f70d12901def8744aa299/src/main/groovy/com/palantir/gradle/docker/GenerateDockerCompose.groovy#L44-L47 ## Symptom When the template file is not present the error does not include the name of the missing file. ``` Execution failed for task...

## What happened? I ran: ``` ./gradlew dockerClean ``` The relevant code: https://github.com/palantir/gradle-docker/blob/34cf512334491061217f70d12901def8744aa299/src/main/groovy/com/palantir/gradle/docker/PalantirDockerPlugin.groovy#L58-L61 ## What did you want to happen? I wanted it to remove the *.zip artifact from the...

**Describe the need** Gradle is available on windows 10. It is difficult to use 'gw' on windows 10. **Proposed Change** Provide the capabilities of the 'gng' bash script: - [...

See issue #23 I do not think this is ready to be merged.

PR Checklist: - [x] make all edits to the docs in the `src` directory, not in `docs` or in the html files - [x] note any issues closed by this...

## Discussion Topic: Package type between CDT and Conventional How do I develop a package which wraps a library not installed by conda? An example of such libraries would be...

Discussion

Windows 10 tends to insert CRLF which causes problems for docker. The .gitattributes has options for addressing this problem. https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes

cla: external

The main motivation is to allow building on Windows. `bash` is flaky on Windows. Gradle works across platforms and has Docker plugins. The affected files are: * build-images.sh * push-images.sh...

enhancement

In the documentation https://github.com/antlr/stringtemplate4/blob/master/doc/cheatsheet.md is the following: , , | special character(s): space, newline, tab. Can have multiple in single  expression, e.g. . -- | -- I tried to use...

type:bug