Changes between Version 1 and Version 2 of Ticket #16860, comment 132
- Timestamp:
- 2020-04-06T19:43:42+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16860, comment 132
v1 v2 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. 7 8 Update: Compiling the metadata-extractor sources was possible after adding the sources from [https://repo1.maven.org/maven2/com/adobe/xmp/xmpcore/6.0.6/xmpcore-6.0.6-sources.jar xmpcore-6.0.6-sources.jar] (BSD-3-Clause), and compiling the OpeningHoursParser sources after adding the sources from [https://repo1.maven.org/maven2/org/jetbrains/annotations/19.0.0/annotations-19.0.0-sources.jar annotations-19.0.0-sources.jar] (Apache-2.0) and a few generated sources.