Commit Graph

  • 8babb073d3 Feature: Manual and auto classpath option - Updating README.md (draft) - Updating install (draft) david 2022-08-11 22:28:29 +0200
  • 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) david 2022-08-11 21:54:33 +0200
  • 6d2ae7ddf2
    Merge ea229d2775 into aeffdc3eb5 John Vandenberg 2022-04-25 15:39:19 +0800
  • ea229d2775 warp4j: Allow JARs with script header John Vandenberg 2022-04-25 15:36:23 +0800
  • aeffdc3eb5 fix: Too many arguments message does not list all redundant arguments stable Serge Guzik 2019-02-28 16:53:50 +0200
  • b19e527e55 feat: Remove downloaded archives after uncompressing Serge Guzik 2019-02-20 14:20:55 +0200
  • b496a3f1af feat: Filter distributions and take normal heap size Serge Guzik 2019-02-20 14:20:12 +0200
  • c43f699705 refactor: Generalize logging Serge Guzik 2019-02-20 12:23:39 +0200
  • a118ec64db docs: Update help and README Serge Guzik 2019-02-18 16:37:27 +0200
  • e8de4b7e8e refactor: Add more potential error handling Serge Guzik 2019-02-18 16:36:46 +0200
  • e0e2b028f3 chore: Make separate Dockerfile for docker hub Serge Guzik 2019-02-17 14:21:21 +0200
  • 5cc7b21eb2 docs: Make separate docker README Serge Guzik 2019-02-17 13:34:46 +0200
  • 645c9b4098 docs: Install stable version Serge Guzik 2019-02-17 13:04:24 +0200
  • 7e97d4afce feat: Add option to list available releases Serge Guzik 2019-02-17 12:56:58 +0200
  • 2050fa61fc chore: Add Dockerfile Serge Guzik 2019-02-16 21:12:49 +0200
  • a490e3f868 docs: Make separate INSTALL document Serge Guzik 2019-02-16 21:12:03 +0200
  • 85c9732271 refactor: Rename '--target-*' options Serge Guzik 2019-02-16 17:47:37 +0200
  • bd33a10f07 feat: Add 'file' dependency Serge Guzik 2019-02-16 17:46:39 +0200
  • 1c3dadab32 fix: Executable not found when creating archive for windows Serge Guzik 2019-02-16 17:44:59 +0200
  • c18dd33c53 feat: Add ability to override cache location with environment variable Serge Guzik 2019-02-16 13:25:36 +0200
  • 9702fbf328 refactor: Temporary binaries are now created in cache Serge Guzik 2019-02-16 13:23:19 +0200
  • 3c2cf64c3d docs: Mention that JDK and JRE are not required to be installed Serge Guzik 2019-02-15 11:56:43 +0200
  • 4fe236386a docs: Use 'bash -c' instead of 'eval' and 'install' instead of 'mv,...' Serge Guzik 2019-02-15 11:44:41 +0200
  • 2a3771f0fd feat: Add option to override output directory Serge Guzik 2019-02-15 11:36:51 +0200
  • 4e87231b59 chore: Use 'install' instead of 'cp, chmod, mv,...' Serge Guzik 2019-02-15 11:32:49 +0200
  • 19ebc90cc5 chore: Show missing dependencies after install Serge Guzik 2019-02-15 11:31:04 +0200
  • 7670f5d03a chore: Improve install script error handling Serge Guzik 2019-02-14 20:34:50 +0200
  • 94391201ba docs: Add one-liner to install Serge Guzik 2019-02-14 19:43:19 +0200
  • 72ca8260c8 chore: Add install script Serge Guzik 2019-02-14 19:42:45 +0200
  • e145f518d8 docs: Update README Serge Guzik 2019-02-14 18:08:36 +0200
  • 5b99571ef4 docs: Update help Serge Guzik 2019-02-14 18:08:21 +0200
  • bc8088402d feat: Improve java archive recognition Serge Guzik 2019-02-14 17:34:35 +0200
  • 43460d2f67 feat: Show warning if zip is not available Serge Guzik 2019-02-14 17:33:53 +0200
  • 86634f8207 refactor: Remove unused options parsing Serge Guzik 2019-02-14 17:30:55 +0200
  • 6cfa23dc20 feat: Drop support for Cygwin and MinGW Serge Guzik 2019-02-14 17:29:25 +0200
  • d73e02cd9d refactor: Quote all variables with potential spaces within Serge Guzik 2019-02-13 18:10:58 +0200
  • 436c7cae3d fix: macOS distro uncompressing on macOS Serge Guzik 2019-02-13 17:41:30 +0200
  • 5ecb3eabdb fix: $distro_info passing Serge Guzik 2019-02-13 13:55:06 +0200
  • fc0f53cc2f docs: Make install command work on fresh macOS Serge Guzik 2019-02-13 13:54:23 +0200
  • 412bed9894 feat: Strip debug to further decrease bundle size Serge Guzik 2019-02-13 13:10:40 +0200
  • 333597d8dd docs: Update help Serge Guzik 2019-02-13 13:08:47 +0200
  • 9cd7f2498a refactor: Extract JDK path into separate variable Serge Guzik 2019-02-13 13:08:14 +0200
  • 88ef34cc6b fix: Java archive recognition Serge Guzik 2019-02-13 13:05:55 +0200
  • 6f18b74ac6 fix: JVM options passing Serge Guzik 2019-02-13 13:04:58 +0200
  • 9d187f376b fix: Typo and unintended command invocation Serge Guzik 2019-02-13 13:03:14 +0200
  • 8dc3064128 feat: Check deps: grep, sort, tar, unzip Serge Guzik 2019-02-13 13:00:57 +0200
  • ca98813232 docs: Make install command more reliable Serge Guzik 2019-02-12 22:49:50 +0200
  • 87a86258c4 feat: Do not delete output directory, move new files there instead Serge Guzik 2019-02-12 22:33:02 +0200
  • 72f5eaff9a feat: Show help even on unsupported platforms Serge Guzik 2019-02-12 22:04:46 +0200
  • 4a955c78f4 fix: JDK missing if this platform is not targeted Serge Guzik 2019-02-12 21:57:33 +0200
  • 79f07a5e01 fix: Multiple '--target*' didn't work Serge Guzik 2019-02-12 21:55:28 +0200
  • cf4b1022f6 docs: Fix title Serge Guzik 2019-02-12 17:49:16 +0200
  • 5b8f4677cf chore: Ignore TODO.md Serge Guzik 2019-02-11 22:43:16 +0200
  • 5dac3a1657 docs: Add more comments Serge Guzik 2019-02-11 22:40:19 +0200
  • 5284ac9b22 docs: Remove bash coloring Serge Guzik 2019-02-11 18:38:27 +0200
  • c552c5a19d docs: Update README Serge Guzik 2019-02-11 18:19:59 +0200
  • 5bc30377de docs: Add more comments Serge Guzik 2019-02-11 18:18:27 +0200
  • a6c21a156e feat: Choose cache directory based on the OS Serge Guzik 2019-02-11 17:28:20 +0200
  • f74f905f74 docs: Update help, add comments Serge Guzik 2019-02-11 16:40:28 +0200
  • 143f9d2b43 fix: Version sorting Serge Guzik 2019-02-11 16:39:57 +0200
  • d5c8422a1c feat: Add short option '-j' for '--java-version' Serge Guzik 2019-02-11 16:39:08 +0200
  • a5b474b1bf feat: Check dependencies Serge Guzik 2019-02-11 16:37:46 +0200
  • 84c60bf198 feat: Remake to use AdoptOpenJDK project Serge Guzik 2019-02-10 22:26:30 +0200
  • e014026c5d docs: Update usage example Serge Guzik 2019-02-01 22:01:53 +0200
  • f6fd2e8e79 feat: Remake to accept fatjar as an argument Serge Guzik 2019-02-01 22:01:25 +0200
  • 4bc228c5c6 init: Base on sm2csv warp script Serge Guzik 2019-02-01 13:36:40 +0200