Commit Graph

67 Commits

Author SHA1 Message Date
7037c6a791 Feature: Manual and auto classpath option
- Making download url static in install file
2022-08-11 23:08:25 +02:00
81dd7332c7 Feature: Manual and auto classpath option
- Fixing url in install file
2022-08-11 22:39:08 +02:00
5ae894e34a Feature: Manual and auto classpath option
- Fixing url in README.md
2022-08-11 22:35:23 +02:00
8babb073d3 Feature: Manual and auto classpath option
- Updating README.md (draft)
- Updating install (draft)
2022-08-11 22:28:29 +02:00
86657a6d32 Feature: Manual and auto classpath option
- Adding option to put additional class paths to the builder
- Adding option to get automatically the class path for jar files
(tested with Spring-Boot)
2022-08-11 21:54:33 +02:00
Serge Guzik
aeffdc3eb5 fix: Too many arguments message does not list all redundant arguments 2019-02-28 16:53:50 +02:00
Serge Guzik
b19e527e55 feat: Remove downloaded archives after uncompressing 2019-02-20 14:20:55 +02:00
Serge Guzik
b496a3f1af feat: Filter distributions and take normal heap size 2019-02-20 14:20:12 +02:00
Serge Guzik
c43f699705 refactor: Generalize logging 2019-02-20 12:28:08 +02:00
Serge Guzik
a118ec64db docs: Update help and README 2019-02-18 16:37:27 +02:00
Serge Guzik
e8de4b7e8e refactor: Add more potential error handling 2019-02-18 16:36:46 +02:00
Serge Guzik
e0e2b028f3 chore: Make separate Dockerfile for docker hub 2019-02-17 14:21:21 +02:00
Serge Guzik
5cc7b21eb2 docs: Make separate docker README 2019-02-17 13:34:46 +02:00
Serge Guzik
645c9b4098 docs: Install stable version 2019-02-17 13:04:24 +02:00
Serge Guzik
7e97d4afce feat: Add option to list available releases 2019-02-17 12:56:58 +02:00
Serge Guzik
2050fa61fc chore: Add Dockerfile 2019-02-16 21:12:49 +02:00
Serge Guzik
a490e3f868 docs: Make separate INSTALL document 2019-02-16 21:12:03 +02:00
Serge Guzik
85c9732271 refactor: Rename '--target-*' options 2019-02-16 17:47:37 +02:00
Serge Guzik
bd33a10f07 feat: Add 'file' dependency 2019-02-16 17:46:39 +02:00
Serge Guzik
1c3dadab32 fix: Executable not found when creating archive for windows 2019-02-16 17:44:59 +02:00
Serge Guzik
c18dd33c53 feat: Add ability to override cache location with environment variable 2019-02-16 13:25:36 +02:00
Serge Guzik
9702fbf328 refactor: Temporary binaries are now created in cache 2019-02-16 13:23:19 +02:00
Serge Guzik
3c2cf64c3d docs: Mention that JDK and JRE are not required to be installed 2019-02-15 11:56:43 +02:00
Serge Guzik
4fe236386a docs: Use 'bash -c' instead of 'eval' and 'install' instead of 'mv,...' 2019-02-15 11:44:41 +02:00
Serge Guzik
2a3771f0fd feat: Add option to override output directory 2019-02-15 11:36:51 +02:00
Serge Guzik
4e87231b59 chore: Use 'install' instead of 'cp, chmod, mv,...' 2019-02-15 11:32:49 +02:00
Serge Guzik
19ebc90cc5 chore: Show missing dependencies after install 2019-02-15 11:31:04 +02:00
Serge Guzik
7670f5d03a chore: Improve install script error handling 2019-02-14 20:35:22 +02:00
Serge Guzik
94391201ba docs: Add one-liner to install 2019-02-14 19:43:19 +02:00
Serge Guzik
72ca8260c8 chore: Add install script 2019-02-14 19:42:45 +02:00
Serge Guzik
e145f518d8 docs: Update README 2019-02-14 18:08:36 +02:00
Serge Guzik
5b99571ef4 docs: Update help 2019-02-14 18:08:21 +02:00
Serge Guzik
bc8088402d feat: Improve java archive recognition 2019-02-14 17:34:35 +02:00
Serge Guzik
43460d2f67 feat: Show warning if zip is not available
Do not crash trying to create archive for windows if zip is not available, just show warning and continue.
2019-02-14 17:33:53 +02:00
Serge Guzik
86634f8207 refactor: Remove unused options parsing 2019-02-14 17:30:55 +02:00
Serge Guzik
6cfa23dc20 feat: Drop support for Cygwin and MinGW 2019-02-14 17:29:25 +02:00
Serge Guzik
d73e02cd9d refactor: Quote all variables with potential spaces within 2019-02-13 18:39:19 +02:00
Serge Guzik
436c7cae3d fix: macOS distro uncompressing on macOS 2019-02-13 17:41:30 +02:00
Serge Guzik
5ecb3eabdb fix: $distro_info passing 2019-02-13 13:55:06 +02:00
Serge Guzik
fc0f53cc2f docs: Make install command work on fresh macOS 2019-02-13 13:54:23 +02:00
Serge Guzik
412bed9894 feat: Strip debug to further decrease bundle size 2019-02-13 13:10:40 +02:00
Serge Guzik
333597d8dd docs: Update help 2019-02-13 13:08:47 +02:00
Serge Guzik
9cd7f2498a refactor: Extract JDK path into separate variable 2019-02-13 13:08:14 +02:00
Serge Guzik
88ef34cc6b fix: Java archive recognition 2019-02-13 13:05:55 +02:00
Serge Guzik
6f18b74ac6 fix: JVM options passing 2019-02-13 13:04:58 +02:00
Serge Guzik
9d187f376b fix: Typo and unintended command invocation 2019-02-13 13:04:12 +02:00
Serge Guzik
8dc3064128 feat: Check deps: grep, sort, tar, unzip 2019-02-13 13:00:57 +02:00
Serge Guzik
ca98813232 docs: Make install command more reliable 2019-02-12 22:49:50 +02:00
Serge Guzik
87a86258c4 feat: Do not delete output directory, move new files there instead 2019-02-12 22:33:02 +02:00
Serge Guzik
72f5eaff9a feat: Show help even on unsupported platforms 2019-02-12 22:04:46 +02:00