Changes between Initial Version and Version 1 of Ticket #16860, comment 132
- Timestamp:
- 2020-04-06T16:37:43+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16860, comment 132
initial v1 2 2 > The `josm-sources.jar` would contain all JOSM's own sources (`.java` files + resources) and all of its dependencies (plenty of additional `.java` files + resources)? This seems doable, but requires some investigations into Ant/Ivy (at least, I don't know how to accomplish this by heart). 3 3 4 The current source JAR is not sufficient, there are some transitive dependencies, to build the subset of metadata-extractor required for JOSM the [adobe-xmp-core https://github.com/drewnoakes/adobe-xmp-core ] sources are also required.4 The current source JAR is not sufficient, there are some transitive dependencies, to build the subset of metadata-extractor required for JOSM the [https://github.com/drewnoakes/adobe-xmp-core adobe-xmp-core] sources are also required, but it's [https://github.com/drewnoakes/adobe-xmp-core/blob/master/META-INF/LICENSE license terms] are non-free i.e. incompatible with the DFSG & OSD. 5 5 6 6 The OpeningHoursParser sources also cannot be built because the `ParseException` & `Token` symbols cannot be found. This seems to be missing imports. It may also be related to using JDK 11 to build JOSM whereas OpeningHoursParser likely still uses JDK 8.