appassembler
appassembler copied to clipboard
A side effect of using the `showConsoleWindow` option set to `false` is that it causes JavaFx application windows to start minimized. To me this is unexpected. The problem seems to...
Currently both classpath and `java.library.path` are determined by single setting `lib`. It would be nice to have them separate like this: ``` lib bin ``` This would prevent classpath scanning...
Shell script generated with `useWildcardClassPath=true` is not working properly on Git Bash command-line. (`MINGW64`). Symptoms: - When trying to run project on a `cygwin` console i get: `Error: Could not...
I want to use the option `useAllProjectDependencies=true` to also include dependencies in `test` scope. If I enable this option the transitive dependencies are not copied to the `repo` directory. ###...
Upgrade to JSW 3.5.x to provide access for newer JSW configuration features (like auto restart after JVM hang). If there are restrictions on JSW binary distribution then please add an...
When creating bat and sh files with assemble there should be possibility to force script to set up working directory before java execution. The problem here is that when executing...
Hi, I am a maintainer of [MyBatis Migrations](https://github.com/mybatis/migrations) and I recently added `endorsedDir` to the plugin configuration to support a new feature. The generated launcher script works fine on my...
Hey, I'm using 1.10 version of your maven plugin and I'm trying just to generate daemon scripts for unix platform. No matter what I put in configuration I keep getting...
We use appassembler to generate a Java Daemon based on JSW. This daemon runs as a service in an Unix environment. We use traditional Sysvinit to configure this service. But...
While installing a software's dependencies, appassembler will allways overwriting existing jar files. In many circumstances this may be unnecessary. appassembler should have an option to avoid that.