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
2019-12-04 21:09:54 +00:00
2020-05-01 23:46:23 +00:00
2020-01-15 16:01:09 +00:00
2020-05-01 23:46:23 +00:00
2019-12-04 21:09:54 +00:00
2013-04-03 21:09:16 +00:00
2013-04-03 21:09:16 +00:00
2016-03-08 20:28:40 +00:00
Description
No description provided
Apache-2.0 69 MiB
Languages
Java 66.1%
Python 33.9%