Bryan Atsatt
Bryan Atsatt
Looks like this task causes the process to exit. The task seems to complete correctly (at least the output looks right), but an (or anything else :) after the never...
This worked for me with 1.9.0d. After upgrading, all seems fine with docker, and docker-machine ssh works fine, but some docker-machine commands fail with what looks like a cert issue:...
First of all, thank you for creating this tool! I considered using [zint](https://zint.org.uk/manual/chapter/1), but am no expert on QR codes and don't want to become one for this use case....
The dev loop implementation (mostly) has support for a mode where sources are not watched for changes (and so no build will occur) but binaries are so the server will...
See [Ant path patterns](http://ant.apache.org/manual/dirtasks.html#patterns).
It should be `--directory` (or maybe `--output-dir`), which is how it is treated by the implementation. We should probably add the new option and deprecate `--project`.
1. Add keystore file and use `maven-jarsigner-plugin` to create jar. 2. Re-enable `JarTest`.