-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change startup script name generation (#1020)
* Change startup script name generation This commit tries to lower the chance of generation of multiple scripts with equal names in one archive. Fixes #1016. Additionally, an attempt was made to improve the word splitting for the script names, so, for example "UITest" becomes "ui-test" and not "u-i-test". * Heuristics for disambiguating names: second try * Implement simpler disambiguating heuristics * Fix indentation * Fix for the case of single main class * Drop some beautifying logic * Fix formatting * Add note to the documentation on script name generation * Refactor Universal JavaAppPackaging Factor out common code from `BashStartScriptPlugin` and `BatStartScriptPlugin` * Show warning when script name collision is detected * Fix docs formatting * Fix comments and simplify executable bit logic
- Loading branch information
1 parent
cea4517
commit e0b0a13
Showing
6 changed files
with
420 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.