| 1 | $ ant -version
|
|---|
| 2 | Apache Ant(TM) version 1.10.7 compiled on October 24 2019
|
|---|
| 3 |
|
|---|
| 4 | $ javac -version
|
|---|
| 5 | javac 11.0.7
|
|---|
| 6 |
|
|---|
| 7 | $ svn info
|
|---|
| 8 | Path: .
|
|---|
| 9 | Working Copy Root Path: /home/egon/devel/josm/trunk
|
|---|
| 10 | URL: https://josm.openstreetmap.de/svn/trunk
|
|---|
| 11 | Relative URL: ^/trunk
|
|---|
| 12 | Repository Root: https://josm.openstreetmap.de/svn
|
|---|
| 13 | Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
|
|---|
| 14 | Revision: 16392
|
|---|
| 15 | Node Kind: directory
|
|---|
| 16 | Schedule: normal
|
|---|
| 17 | Last Changed Author: simon04
|
|---|
| 18 | Last Changed Rev: 16392
|
|---|
| 19 | Last Changed Date: 2020-05-05 08:59:02 +0200 (Di, 05 Mai 2020)
|
|---|
| 20 |
|
|---|
| 21 | $ ant clean
|
|---|
| 22 | ...
|
|---|
| 23 |
|
|---|
| 24 | $ ant dist
|
|---|
| 25 | Buildfile: /home/egon/devel/josm/trunk/build.xml
|
|---|
| 26 |
|
|---|
| 27 | init-ivy:
|
|---|
| 28 | [get] Destination already exists (skipping): /home/egon/devel/josm/trunk/tools/ivy/ivy-2.5.0.jar
|
|---|
| 29 |
|
|---|
| 30 | resolve:
|
|---|
| 31 | [ivy:resolve] :: Apache Ivy 2.5.0 - 20191020104435 :: https://ant.apache.org/ivy/ ::
|
|---|
| 32 | [ivy:resolve] :: loading settings :: file = /home/egon/devel/josm/trunk/ivysettings.xml
|
|---|
| 33 |
|
|---|
| 34 | init-properties:
|
|---|
| 35 |
|
|---|
| 36 | init:
|
|---|
| 37 |
|
|---|
| 38 | javacc:
|
|---|
| 39 |
|
|---|
| 40 | compile-cots:
|
|---|
| 41 |
|
|---|
| 42 | compile:
|
|---|
| 43 | [javac] Compiling 1606 source files to /home/egon/devel/josm/trunk/build
|
|---|
| 44 | [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
|
|---|
| 45 | [javac] WARNING: An illegal reflective access operation has occurred
|
|---|
| 46 | [javac] WARNING: Illegal reflective access by com.google.errorprone.util.FindIdentifiers$FindIdent (file:/home/egon/devel/josm/trunk/tools/error_prone_core.jar) to method com.sun.tools.javac.comp.Resolve.findIdent(com.sun.tools.javac.comp.Env,com.sun.tools.javac.util.Name,com.sun.tools.javac.code.Kinds$KindSelector)
|
|---|
| 47 | [javac] WARNING: Please consider reporting this to the maintainers of com.google.errorprone.util.FindIdentifiers$FindIdent
|
|---|
| 48 | [javac] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
|
|---|
| 49 | [javac] WARNING: All illegal access operations will be denied in a future release
|
|---|
| 50 | [javac] 1 warning
|
|---|
| 51 |
|
|---|
| 52 | extract-libraries:
|
|---|
| 53 | [unzip] Expanding: /home/egon/.ivy2/cache/ch.poole/OpeningHoursParser/jars/OpeningHoursParser-0.21.4.jar into /home/egon/devel/josm/trunk/build
|
|---|
| 54 | [unzip] Expanding: /home/egon/.ivy2/cache/com.adobe.xmp/xmpcore/jars/xmpcore-6.1.10.jar into /home/egon/devel/josm/trunk/build
|
|---|
| 55 | [unzip] Expanding: /home/egon/.ivy2/cache/com.drewnoakes/metadata-extractor/jars/metadata-extractor-2.13.0.jar into /home/egon/devel/josm/trunk/build
|
|---|
| 56 | [unzip] Expanding: /home/egon/.ivy2/cache/commons-logging/commons-logging/jars/commons-logging-1.2.jar into /home/egon/devel/josm/trunk/build
|
|---|
| 57 | [unzip] Expanding: /home/egon/.ivy2/cache/javax.json/javax.json-api/bundles/javax.json-api-1.1.4.jar into /home/egon/devel/josm/trunk/build
|
|---|
| 58 | [unzip] Expanding: /home/egon/.ivy2/cache/org.apache.commons/commons-compress/jars/commons-compress-1.20.jar into /home/egon/devel/josm/trunk/build
|
|---|
| 59 | [unzip] Expanding: /home/egon/.ivy2/cache/org.apache.commons/commons-jcs-core/jars/commons-jcs-core-3.0-SNAPSHOT.jar into /home/egon/devel/josm/trunk/build
|
|---|
| 60 | [unzip] Expanding: /home/egon/.ivy2/cache/org.glassfish/javax.json/bundles/javax.json-1.1.4.jar into /home/egon/devel/josm/trunk/build
|
|---|
| 61 | [unzip] Expanding: /home/egon/.ivy2/cache/org.openstreetmap.jmapviewer/jmapviewer/jars/jmapviewer-2.13.jar into /home/egon/devel/josm/trunk/build
|
|---|
| 62 | [unzip] Expanding: /home/egon/.ivy2/cache/org.tukaani/xz/jars/xz-1.8.jar into /home/egon/devel/josm/trunk/build
|
|---|
| 63 |
|
|---|
| 64 | epsg-compile:
|
|---|
| 65 | [mkdir] Created dir: /home/egon/devel/josm/trunk/build2
|
|---|
| 66 | [javac] Compiling 1 source file to /home/egon/devel/josm/trunk/build2
|
|---|
| 67 | [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
|
|---|
| 68 | [javac] 1 warning
|
|---|
| 69 |
|
|---|
| 70 | epsg:
|
|---|
| 71 | [touch] Creating /home/egon/devel/josm/trunk/resources/data/projection/custom-epsg
|
|---|
| 72 | [java] Writing file /home/egon/devel/josm/trunk/resources/data/projection/custom-epsg
|
|---|
| 73 |
|
|---|
| 74 | init-svn-revision-xml:
|
|---|
| 75 |
|
|---|
| 76 | init-git-revision-xml:
|
|---|
| 77 |
|
|---|
| 78 | create-revision:
|
|---|
| 79 | [delete] Deleting: /home/egon/devel/josm/trunk/REVISION.XML
|
|---|
| 80 |
|
|---|
| 81 | create-resources:
|
|---|
| 82 | [copy] Copying 3 files to /home/egon/devel/josm/trunk/resources
|
|---|
| 83 |
|
|---|
| 84 | copy-resources:
|
|---|
| 85 | [copy] Copying 1327 files to /home/egon/devel/josm/trunk/build
|
|---|
| 86 |
|
|---|
| 87 | check-schemas:
|
|---|
| 88 |
|
|---|
| 89 | dist:
|
|---|
| 90 | [echo] Revision 16392
|
|---|
| 91 | [jar] Building jar: /home/egon/devel/josm/trunk/dist/josm-custom.jar
|
|---|
| 92 |
|
|---|
| 93 | BUILD SUCCESSFUL
|
|---|
| 94 | Total time: 36 seconds
|
|---|
| 95 |
|
|---|
| 96 | $ java -jar dist/josm-custom.jar
|
|---|
| 97 | 2020-05-05 09:40:41.196 INFO: Log level is at INFO (INFO, 800)
|
|---|
| 98 | 2020-05-05 09:40:41.259 INFO: Missing preference file '/home/egon/.config/JOSM/preferences.xml'. Creating a default preference file.
|
|---|
| 99 | 2020-05-05 09:40:43.461 INFO: GET https://api.openstreetmap.org/api/capabilities -> HTTP/1.1 200 (347 ms; 434 B)
|
|---|
| 100 | 2020-05-05 09:40:43.463 INFO: OK
|
|---|
| 101 | 2020-05-05 09:40:43.509 INFO: GET https://josm.openstreetmap.de/maps -> HTTP/1.1 200 (395 ms)
|
|---|
| 102 | 2020-05-05 09:40:43.571 INFO: GET https://josm.openstreetmap.de/wiki/StartupPage -> HTTP/1.1 200 (457 ms)
|
|---|
| 103 | 2020-05-05 09:40:44.257 INFO: GET https://josm.openstreetmap.de/remote/geofabrik-index-v1-nogeom.json -> HTTP/1.1 200 (143 ms; 23.5 kB)
|
|---|
| 104 | 2020-05-05 09:40:44.567 INFO: GET https://josm.openstreetmap.de/remote/wikidata-sparql?query=SELECT+%3FOSM_key+%3Fformatter_URL+WHERE+%7B%0A++%7B+%3Fitem+wdt%3AP1282+%3FOSM_key.+%7D%0A++FILTER%28STRSTARTS%28%3FOSM_key%2C+%27Key%3A%27%29%29+.%0A%0A++%7B%0A++++%7B+%3Fitem+wdt%3AP1630+%3Fformatter_URL.+%7D%0A++++UNION%0A++++%7B+%3Fitem+wdt%3AP3303+%3Fformatter_URL.+%7D%0A++%7D%0A%7D%0A -> HTTP/1.1 200 (1.5 s)
|
|---|
| 105 | 2020-05-05 09:40:44.576 INFO: Obtained 57 Tag2Link rules from https://josm.openstreetmap.de/remote/wikidata-sparql
|
|---|
| 106 | 2020-05-05 09:40:44.793 INFO: GET https://josm.openstreetmap.de/remote/sophox-sparql?query=SELECT+%28CONCAT%28%22Key%3A%22%2C+%3Fpermanent_key_ID%29+as+%3FOSM_key%29+%3Fformatter_URL+WHERE+%7B%0A++%3Fitem+osmdt%3AP2+osmd%3AQ7.%0A++%3Fitem+osmdt%3AP16+%3Fpermanent_key_ID.%0A++%3Fitem+osmdt%3AP8+%3Fformatter_URL.%0A%7D%0A -> HTTP/1.1 200 (216 ms)
|
|---|
| 107 | 2020-05-05 09:40:44.799 INFO: Obtained 11 Tag2Link rules from https://josm.openstreetmap.de/remote/sophox-sparql
|
|---|
| 108 | 2020-05-05 09:40:45.765 INFO: Changeset updater active (checks every 60 minutes if open changesets have been closed)
|
|---|
| 109 | 2020-05-05 09:40:45.765 INFO: Enabled EDT checker, wrongful access to gui from non EDT thread will be printed to console
|
|---|
| 110 | 2020-05-05 09:40:47.267 SEVERE: Handled by bug report queue: java.lang.NoClassDefFoundError: Could not initialize class org.openstreetmap.josm.data.cache.JCSCacheManager
|
|---|
| 111 | java.lang.NoClassDefFoundError: Could not initialize class org.openstreetmap.josm.data.cache.JCSCacheManager
|
|---|
| 112 | at org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer.getCache(AbstractCachedTileSourceLayer.java:118)
|
|---|
| 113 | at org.openstreetmap.josm.gui.layer.AbstractCachedTileSourceLayer.getTileLoaderFactory(AbstractCachedTileSourceLayer.java:106)
|
|---|
| 114 | at org.openstreetmap.josm.gui.bbox.JosmMapViewer.<init>(JosmMapViewer.java:148)
|
|---|
| 115 | at org.openstreetmap.josm.gui.bbox.SlippyMapBBoxChooser.<init>(SlippyMapBBoxChooser.java:87)
|
|---|
| 116 | at org.openstreetmap.josm.gui.download.SlippyMapChooser.<init>(SlippyMapChooser.java:35)
|
|---|
| 117 | at org.openstreetmap.josm.gui.download.DownloadDialog.buildMainPanel(DownloadDialog.java:128)
|
|---|
| 118 | at org.openstreetmap.josm.gui.download.DownloadDialog.<init>(DownloadDialog.java:230)
|
|---|
| 119 | at org.openstreetmap.josm.gui.download.DownloadDialog.<init>(DownloadDialog.java:218)
|
|---|
| 120 | at org.openstreetmap.josm.gui.download.DownloadDialog.getInstance(DownloadDialog.java:84)
|
|---|
| 121 | at org.openstreetmap.josm.actions.DownloadAction.actionPerformed(DownloadAction.java:35)
|
|---|
| 122 | at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
|
|---|
| 123 | at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
|
|---|
| 124 | at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
|
|---|
| 125 | at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
|
|---|
| 126 | at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
|
|---|
| 127 | at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
|
|---|
| 128 | at java.desktop/java.awt.Component.processMouseEvent(Component.java:6631)
|
|---|
| 129 | at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
|
|---|
| 130 | at java.desktop/java.awt.Component.processEvent(Component.java:6396)
|
|---|
| 131 | at java.desktop/java.awt.Container.processEvent(Container.java:2263)
|
|---|
| 132 | at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5007)
|
|---|
| 133 | at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
|
|---|
| 134 | at java.desktop/java.awt.Component.dispatchEvent(Component.java:4839)
|
|---|
| 135 | at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
|
|---|
| 136 | at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
|
|---|
| 137 | at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
|
|---|
| 138 | at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
|
|---|
| 139 | at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
|
|---|
| 140 | at java.desktop/java.awt.Component.dispatchEvent(Component.java:4839)
|
|---|
| 141 | at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
|
|---|
| 142 | at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
|
|---|
| 143 | at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
|
|---|
| 144 | at java.base/java.security.AccessController.doPrivileged(Native Method)
|
|---|
| 145 | at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
|
|---|
| 146 | at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
|
|---|
| 147 | at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
|
|---|
| 148 | at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
|
|---|
| 149 | at java.base/java.security.AccessController.doPrivileged(Native Method)
|
|---|
| 150 | at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
|
|---|
| 151 | at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
|
|---|
| 152 | at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
|
|---|
| 153 | at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
|
|---|
| 154 | at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
|
|---|
| 155 | at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
|
|---|
| 156 | at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
|
|---|
| 157 | at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
|
|---|
| 158 |
|
|---|
| 159 | 2020-05-05 09:40:47.852 INFO: GET https://josm.openstreetmap.de/tested -> HTTP/1.1 200 (39 ms)
|
|---|
| 160 | 2020-05-05 09:41:35.722 INFO: Changeset updater inactive
|
|---|
| 161 | 2020-05-05 09:41:35.723 SEVERE: Handled by bug report queue: java.lang.NoClassDefFoundError: Could not initialize class org.openstreetmap.josm.data.cache.JCSCacheManager
|
|---|
| 162 | java.lang.NoClassDefFoundError: Could not initialize class org.openstreetmap.josm.data.cache.JCSCacheManager
|
|---|
| 163 | at org.openstreetmap.josm.gui.MainTermination.run(MainTermination.java:34)
|
|---|
| 164 | at org.openstreetmap.josm.spi.lifecycle.Lifecycle.exitJosm(Lifecycle.java:117)
|
|---|
| 165 | at org.openstreetmap.josm.gui.MainApplication.exitJosm(MainApplication.java:494)
|
|---|
| 166 | at org.openstreetmap.josm.gui.MainFrame$ExitWindowAdapter.windowClosing(MainFrame.java:188)
|
|---|
| 167 | at java.desktop/java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:357)
|
|---|
| 168 | at java.desktop/java.awt.Window.processWindowEvent(Window.java:2078)
|
|---|
| 169 | at java.desktop/javax.swing.JFrame.processWindowEvent(JFrame.java:298)
|
|---|
| 170 | at java.desktop/java.awt.Window.processEvent(Window.java:2037)
|
|---|
| 171 | at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5007)
|
|---|
| 172 | at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
|
|---|
| 173 | at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
|
|---|
| 174 | at java.desktop/java.awt.Component.dispatchEvent(Component.java:4839)
|
|---|
| 175 | at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
|
|---|
| 176 | at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
|
|---|
| 177 | at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
|
|---|
| 178 | at java.base/java.security.AccessController.doPrivileged(Native Method)
|
|---|
| 179 | at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
|
|---|
| 180 | at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
|
|---|
| 181 | at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
|
|---|
| 182 | at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
|
|---|
| 183 | at java.base/java.security.AccessController.doPrivileged(Native Method)
|
|---|
| 184 | at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
|
|---|
| 185 | at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
|
|---|
| 186 | at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
|
|---|
| 187 | at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
|
|---|
| 188 | at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
|
|---|
| 189 | at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
|
|---|
| 190 | at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
|
|---|
| 191 | at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
|
|---|