Commit Graph

6 Commits

Author SHA1 Message Date
Norberto Lopez
6c565557ca Changes associated with version 0.61:
[1] Updated to Java version 11.
[2] Updated to Python 3.6.
[3] Updated Glum library version 2.0.0-RC3.
[4] Updated Launch4J to version 3.14.
[5] Updated DistMaker build scripts.
2022-11-18 12:00:00 +00:00
Norberto Lopez
5961d129f9 Updates to DistMaker scripts:
[1] Updated variable names to reflect standardized naming convention.
[2] Added requirement check for Python 2.7 or later
[3] Added requirement check for Java 1.8 or later when building a distribution
[4] Added preliminary support for platform architectures (initial support for x64)
[5] Switched over to GNU style argument conventions rather than UNIX style conventions. Essentially DistMaker arguments require double dashes rather than single dashes.
[6] Added support for zip JREs (in addition to tar.gz files)
[7] Switched over to JRE catalog mechanism.
[7.1] A catalog file must be specified via '--jreCatalog' that lists all available JREs. See example file ./template/JreCatalog.txt
[7.2]  Eliminated file naming convention criteria for JRE file names. The only requirement is the file must end in .tar.gz or .zip
[8] Updated platform naming conventions ('Apple' → 'Macosx')
2020-05-01 23:46:23 +00:00
Norberto Lopez
94fffa8b2d Initial changes needed to allow DistMaker to support Java 9. 2018-02-22 18:29:50 +00:00
Norberto Lopez
f0b16415db Changes to support various issues:
- Updated appLauncher.jar
- Ensure proper permissions for deployed files and folders
- Removed spurious app.cfg argument in Windows version
2016-08-03 16:44:36 +00:00
Norberto Lopez
04956c9172 Updated logic to support
- Code cleanup / refactor
- Improved Java versioning related logic
- Reworked jvmRelease -> jvmVerSpec
- Added support for deployed JREs
2016-05-07 03:53:54 +00:00
Norberto Lopez
342cf73bd9 Added support for configurable digest
Changed -jreRelease to -jreVersion
Added preliminary support for JRE updating
Code cleanup / refactoring
2016-04-06 14:29:59 +00:00