Commit graph

22 commits

Author SHA1 Message Date
Jarek Sacha
8a417ceedb
Ensure that SBT project version and application version are in sync 2023-06-10 09:51:17 -04:00
Jarek Sacha
9a0cb694f7
Better inference of ImageJ directory on macOS - consider launcher being in subdirectory "Contents/MacOS" #7 2023-06-10 09:06:17 -04:00
Jarek Sacha
95638a462a
Log command line arguments
Effectively, at this point this is only sent to log file
2023-06-10 08:47:22 -04:00
Jarek Sacha
374a162f29
Remove unused imports 2023-06-07 20:32:06 -04:00
Jarek Sacha
11b248fc1f
Log session to ~/.ijp_imagej_launcher.log #6 2023-06-07 20:25:56 -04:00
Jarek Sacha
eb8b6a9a17
Refactor: using given logger 2023-06-05 21:10:39 -04:00
Jarek Sacha
faf6a879e5
[WIP] Read ImageJ.cfg #3 2023-06-05 21:02:57 -04:00
Jarek Sacha
60ad1b1816
Correct type, remove extra single quote character 2023-06-05 18:54:04 -04:00
Jarek Sacha
8718c9310c
Remove workaround for Scala Native issue #3293, it was resolved in v.0.4.13
See https://github.com/scala-native/scala-native/issues/3293
2023-06-05 18:52:53 -04:00
Jarek Sacha
c30b853f64
Add test for Scala Native #3293 that should be resolved in v.0.4.13 2023-06-05 18:51:09 -04:00
Jarek Sacha
87882dc6e3
Fixed: Use launcher location to infer ij-dir, similar to path in argv[0] #5 2023-06-04 18:25:59 -04:00
Jarek Sacha
18686507d9 Linux support: open java.desktop/sun.awt.X11 2023-06-01 23:20:03 -04:00
Jarek Sacha
15f2dd848d
Support running on linux64 2023-06-01 21:41:55 -04:00
Jarek Sacha
4d0718a7a4
Update scala to 3.3.0 2023-06-01 16:57:30 -04:00
Jarek Sacha
78448de03d
Update note on relativeTo workaround and the bug in Scala Native
See https://github.com/scala-native/scala-native/issues/3293
2023-05-25 09:34:30 -04:00
Jarek Sacha
8f6f1bbda5
Address issue with relative paths not being created correctly in native code on Windows
Possible Scala-Native bug in java.nio.file.Path.relativize native implementation
2023-05-24 23:24:06 -04:00
Jarek Sacha
876e62bcd4
Support Fiji update processing 2023-05-22 18:05:20 -04:00
Jarek Sacha
30d41e3a40
Make logger immutable 2023-05-20 17:24:34 -04:00
Jarek Sacha
4d793fcc27
Determine total system memory 2023-05-19 22:16:57 -04:00
Jarek Sacha
ab28e2daf7
First version that can launch Fiji natively on Windows and Mac 2023-05-19 19:30:55 -04:00
Jarek Sacha
e263bfaf7b
Add parsing of command line options 2023-05-15 15:07:40 -04:00
Jarek Sacha
4f7829eea8
Import an initial version created by sbt new scala-native/scala-native.g8 2023-05-15 10:55:06 -04:00