appassembler icon indicating copy to clipboard operation
appassembler copied to clipboard

Results 107 appassembler issues
Sort by recently updated
recently updated
newest added

See https://github.com/mojohaus/appassembler/issues/79 This adds support for generating scripts for Windows PowerShell. ```xml windows-ps ``` **NOTE:** This is not yet fully tested and I suspect some quoting issues in the generated...

enhancement

Wasn't a problem with Swing, but caused JavaFx window to be minimized on start. Fixes #64

For a daemon, the init.d script use a PID to track the process. Usually PID are stored in /run or /var/run. In case of daemon running as non-root, the PID...

https://github.com/mojohaus/appassembler/issues/44

Hello, this is a first proposal to solve issue #51 . I am still testing it, but I'd like to know if the general approach is acceptable.

If you run the integration tests you see that the binFolder and binFileExtensions change the folder and extensions as expected. However, if you use the generate-daemons mojo neither have any...

enhancement

On Windows, the plugin currently supports generating Batch scripts, we could also add support for generating Windows PowerShell scripts

I am using 2.0.0 of this plugin but have only found documentation for 1.10. I stumbled on [a related issue](https://github.com/mojohaus/appassembler/issues/46) but it doesn't address an alternative solution. We have a...