Changes between Initial Version and Version 1 of Ticket #23114
- Timestamp:
- 2023-08-10T19:28:11+02:00 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23114
- Property Type defect → enhancement
-
Ticket #23114 – Description
initial v1 4 4 * Adds a `module-info.java` class that exports everything and requires `java.desktop` and `java.logging`. 5 5 * Modify the `build.xml` file to build the `module-info.class` file if built under Java 9. This ''does'' require two compile runs, so `ant build` takes a bit longer (2s). In order to get the second `javac` to work, I had to delete the compiled files (except for `module-info.class`). While I could technically just compile `module-info` by itself, that removes the compile-time sanity checks for modules. 6 7 EDIT: Let me know if we don't want a `module-info` in JMapViewer.