Commit Graph

183 Commits (master)

Author SHA1 Message Date
Robinson 10760ea7a2
updated build deps 2023-11-27 17:14:37 +01:00
Robinson 7a2bf000ad
version 3.14 2023-10-24 14:38:46 +02:00
Robinson 84e7b51b35
Code cleanup, made logger private 2023-10-24 14:38:19 +02:00
Robinson 83a91e2eef
Updated build deps 2023-10-09 12:25:22 +02:00
Robinson 827795bdf6
updated build deps, kotlin 1.9.0 2023-10-02 16:15:04 +02:00
Robinson 34066e58fc
updated gradle 2023-10-02 16:12:51 +02:00
Robinson 629fff8aa5
updated deps 2023-08-06 17:37:11 -06:00
Robinson abf4c16238
Hardcoded project name 2023-08-05 12:26:33 -06:00
Robinson 8a676baa30
Fixed readme typo 2023-07-23 16:34:30 +02:00
Robinson 3a43eccf83
updated version 2023-06-07 23:58:09 +02:00
Robinson 6eeb94a8b7
Safer addition of shutdown hook 2023-06-07 23:57:53 +02:00
Robinson d4056e8b2e
revert shutdown hook (it's part of .destroyOnExit()) 2023-06-07 23:57:25 +02:00
Robinson 92e311a63a
Fixed exception checking for case insensitivity 2023-06-07 23:50:45 +02:00
Robinson 89cb7e2e0d
Added support to forcibly shutdown the executing process in case the JVM is closed while the process is still running) 2023-06-07 23:13:04 +02:00
Robinson 7577880b5b
Updated license, updated build deps 2023-06-07 23:03:53 +02:00
Robinson 8d0a4a3686
Better JPMS support 2023-01-23 10:57:36 +01:00
Robinson 9aa1594330
updated version 2023-01-22 21:37:08 +01:00
Robinson 29f77e5713
More careful 1.8 implementation 2023-01-22 21:36:28 +01:00
Robinson 7958b67617
updated build deps 2023-01-22 21:29:21 +01:00
Robinson a6e1b9470c
updated gradle version 2023-01-22 20:53:34 +01:00
Robinson f108c1e7be
removed sorting 2023-01-22 20:48:31 +01:00
Robinson e9bcfd8442
Added proper junit5 deps 2022-08-07 00:27:36 +02:00
Robinson c7e34db112
Updated version 2022-06-24 22:52:46 +02:00
Robinson 8270f6e8b6
Fixed typo 2022-06-24 22:52:06 +02:00
Robinson d27cd39de6
Updated version 2022-06-22 12:58:15 +02:00
Robinson 62b8fbe682
Fixed version inconsistencies 2022-06-22 12:57:56 +02:00
Robinson 5abf987c45
Added inheritIO option to child processes 2022-06-22 12:51:50 +02:00
Robinson 729466104e
updated gradle 2022-03-03 14:45:56 +01:00
Robinson 67efb5ea11
Updated version 2022-02-23 22:35:43 +01:00
Robinson b18d033c19
Fixed errors/typos with adding a path to the executable. code cleanup 2022-02-23 22:33:40 +01:00
Robinson 30e45c5fba
Will also execute as shell if there are explicit paths to prepend 2022-02-23 09:04:22 +01:00
Robinson cbbbd553e2
updated version 2022-02-03 10:40:54 +01:00
Robinson eedece3377
Fixed file name 2022-02-02 20:53:35 +01:00
Robinson b54df61cda
Fixed issue when path is empty (no need to force run as shell then) 2022-02-02 20:53:27 +01:00
Robinson 225ec79637
Added ability to "addPath", which permits one to add directories (one or many) to the path of the executable. When done this way, the executable MUST be run in a way where the path can be set BEFORE the executable is run (otherwise it doesn't work). 2022-01-25 22:55:41 +01:00
Robinson 3959e2168a
Updated version 2022-01-25 08:58:17 +01:00
Robinson 8501dc0536
Cleaned up ping unit test 2022-01-25 08:56:22 +01:00
Robinson 1d27da4e25
windows is slow. Increase shell test timeout. 2022-01-21 20:24:12 +01:00
Robinson 9c31204a50
Better export of path when running as a shell 2022-01-21 14:48:07 +01:00
Robinson b60d8c15e6
Added another shell test 2022-01-21 14:31:36 +01:00
Robinson a123392425
Fixed error messages for when a single file source code file is used for java execution, and that file is ALSO on the classpath... 2022-01-20 16:14:14 +01:00
Robinson 54b0006b59
Fixed JvmHelper to have passed in parameters for mac/windows, isntead of accessing via Executor class 2022-01-20 16:08:42 +01:00
Robinson 59be72a066
Added back JPMS support 2022-01-20 16:07:54 +01:00
Robinson ac0c939eb2
Fixed java9 unit tests for junit5 2022-01-20 16:07:43 +01:00
Robinson 76ed9a87b8
gradle update via windows 2022-01-20 13:58:24 +01:00
Robinson d5b0badbdf
Proper class execution when the single class to execute is already on the classpath. 2022-01-20 13:57:54 +01:00
Robinson 0e19b7699f
updated copyright, removed path check for mainClass (when running with the same classpath that has the compiled class, you cannot run it as a single file java program. It will throw a cryptic error.) 2022-01-20 13:51:31 +01:00
Robinson 5bd728a643
cleaned up comments 2022-01-20 13:14:49 +01:00
Robinson d8d21fb279
jre 8+ always use the server vm (even if not specified) 2022-01-20 13:13:26 +01:00
Robinson a27915d3da
Better fix for java11 2022-01-20 01:16:24 +01:00