Commit Graph

174 Commits

Author SHA1 Message Date
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
Robinson
77fa8b6186
Added java11 args 2022-01-20 01:09:02 +01:00
Robinson
9463a09dd6
fixed issue with leading path separator in some cases 2022-01-20 00:35:36 +01:00
Robinson
955e4f4294
Tweaked timeout/timeoutUnit parameters (are now passed in via start() method calls). Fixed issues with launching JVM processes on macos 2022-01-20 00:08:35 +01:00
Robinson
0472d53582
updated gradle + libraries 2022-01-20 00:07:36 +01:00
Robinson
539c1e395c
upgraded to junit5 2022-01-20 00:07:18 +01:00
Robinson
ba21462d56
test fix for macos 2022-01-20 00:04:43 +01:00
Robinson
f6515341a5
Converted some files back to java, made sure they work properly with java11 single file execution 2022-01-20 00:04:21 +01:00
Robinson
29c81785de
wrapped stream.flush() with try/catch 2022-01-19 09:39:51 +01:00
Robinson
6ac76b6af3
Fixed issues with logging object arrays 2022-01-19 09:35:06 +01:00