C:\josm\plugins\wikipedia>ant test
Buildfile: C:\josm\plugins\wikipedia\build.xml

init:
    [mkdir] Created dir: C:\josm\plugins\wikipedia\build

download-ivy:
      [get] Getting: https://jcenter.bintray.com/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar
      [get] To: C:\Users\Gerd\.ant\lib\ivy.jar
      [get] https://jcenter.bintray.com/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar moved to https://d29vzk4ow07wi7.cloudfront.net/5abe4c24bbe992a9ac07ca563d5bd3e8d569e9ed?response-content-disposition=attachment%3Bfilename%3D%22ivy-2.4.0.jar%22&Policy=eyJTdGF0ZW1lbnQiOiBbeyJSZXNvdXJjZSI6Imh0dHAqOi8vZDI5dnprNG93MDd3aTcuY2xvdWRmcm9udC5uZXQvNWFiZTRjMjRiYmU5OTJhOWFjMDdjYTU2M2Q1YmQzZThkNTY5ZTllZD9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPWF0dGFjaG1lbnQlM0JmaWxlbmFtZSUzRCUyMml2eS0yLjQuMC5qYXIlMjIiLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE1ODk2MTQ1NzJ9LCJJcEFkZHJlc3MiOnsiQVdTOlNvdXJjZUlwIjoiMC4wLjAuMC8wIn19fV19&Signature=pnCPPYjMWvCNQFsrZ1oR-o6NE9yNfd4IGSzs1jxFkKBaLiKYtc6bYPc1oesbijeynOsWPt4z7~DPPGVLCC3~1ltDiZLPNJImR2HWBZQNj2JGc1OClrd-YpYvbFUHoiOYZrwSc4I6VAW2as3-KFWyVBkSbo1sgGUrGa3A5E59bdMutV5EZIg4nC9~SmP5YwPAnUHn8lSgHuE2gPYg6nO5RLbwuMY8665deEXRSMTd1wPa7AF7bgrSezyMWNqnlHCWe~rdOKjnMA-uoiqpLcISo2od9CKHtTk2LJFfw6l3pjdmhf0ZCfeBkmpFq~N0qsDp0rJisYJB4H6VSe7Ck-A3AA__&Key-Pair-Id=APKAIFKFWOMXM2UMTSFA
      [get] Not modified - so not downloaded

init-ivy:

pre-compile:
[ivy:retrieve] :: Apache Ivy 2.5.0 - 20191020104435 :: https://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: url = jar:file:/C:/Users/Gerd/.ant/lib/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.openstreetmap.josm.plugins#wikipedia;working@Gerd-PC
[ivy:retrieve]  confs: [default]
[ivy:retrieve]  found com.fasterxml.jackson.core#jackson-databind;2.11.0 in default
[ivy:retrieve]  found com.fasterxml.jackson.core#jackson-annotations;2.11.0 in default
[ivy:retrieve]  found com.fasterxml.jackson.core#jackson-core;2.11.0 in default
[ivy:retrieve]  found org.powermock#powermock-core;2.0.0 in default
[ivy:retrieve]  found org.powermock#powermock-reflect;2.0.0 in default
[ivy:retrieve]  found org.objenesis#objenesis;3.0.1 in default
[ivy:retrieve]  found net.bytebuddy#byte-buddy;1.9.3 in default
[ivy:retrieve]  found net.bytebuddy#byte-buddy-agent;1.9.3 in default
[ivy:retrieve]  found org.javassist#javassist;3.24.0-GA in default
[ivy:retrieve]  found org.powermock#powermock-module-junit4;2.0.0 in default
[ivy:retrieve]  found org.powermock#powermock-module-junit4-common;2.0.0 in default
[ivy:retrieve]  found junit#junit;4.12 in default
[ivy:retrieve]  found org.hamcrest#hamcrest-core;1.3 in default
[ivy:retrieve]  found org.powermock#powermock-api-mockito2;2.0.0 in default
[ivy:retrieve]  found org.powermock#powermock-api-support;2.0.0 in default
[ivy:retrieve]  found org.mockito#mockito-core;2.23.0 in default
[ivy:retrieve]  found javax.measure#jsr-275;1.0.0 in default
[ivy:retrieve]  found org.wikidata.wdtk#wdtk-wikibaseapi;0.11.1 in default
[ivy:retrieve]  found org.wikidata.wdtk#wdtk-dumpfiles;0.11.1 in default
[ivy:retrieve] :: resolution report :: resolve 498ms :: artifacts dl 42ms
[ivy:retrieve]  :: evicted modules:
[ivy:retrieve]  org.objenesis#objenesis;2.6 by [org.objenesis#objenesis;3.0.1] in [default]
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   20  |   0   |   0   |   1   ||   24  |   0   |
        ---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: org.openstreetmap.josm.plugins#wikipedia
[ivy:retrieve]  confs: [default]
[ivy:retrieve]  0 artifacts copied, 24 already retrieved (0kB/16ms)

compile:
     [echo] compiling sources for C:\josm\dist\wikipedia.jar ...
    [javac] Compiling 59 source files to C:\josm\plugins\wikipedia\build
    [javac] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\api\wikidata_action\json\WbgetclaimsResult.java:162: warning: [UnusedVariable] The field 'precision' is never read.
    [javac]                 private final int precision;
    [javac]                                   ^
    [javac]     (see https://errorprone.info/bugpattern/UnusedVariable)
    [javac]   Did you mean to remove this line?
    [javac] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\api\wikidata_action\json\WbgetclaimsResult.java:128: warning: [UnusedVariable] The field 'altitude' is never read.
    [javac]                 private final Double altitude;
    [javac]                                      ^
    [javac]     (see https://errorprone.info/bugpattern/UnusedVariable)
    [javac]   Did you mean to remove this line?
    [javac] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\api\wikidata_action\json\WbgetclaimsResult.java:161: warning: [UnusedVariable] The field 'after' is never read.
    [javac]                 private final int after;
    [javac]                                   ^
    [javac]     (see https://errorprone.info/bugpattern/UnusedVariable)
    [javac]   Did you mean to remove this line?
    [javac] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\api\wikidata_action\json\WbgetclaimsResult.java:163: warning: [UnusedVariable] The field 'calendarModel' is never read.
    [javac]                 private final String calendarModel;
    [javac]                                      ^
    [javac]     (see https://errorprone.info/bugpattern/UnusedVariable)
    [javac]   Did you mean to remove this line?
    [javac] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\api\wikidata_action\json\WbgetclaimsResult.java:129: warning: [UnusedVariable] The field 'precision' is never read.
    [javac]                 private final double precision;
    [javac]                                      ^
    [javac]     (see https://errorprone.info/bugpattern/UnusedVariable)
    [javac]   Did you mean to remove this line?
    [javac] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\api\wikidata_action\json\WbgetclaimsResult.java:130: warning: [UnusedVariable] The field 'globe' is never read.
    [javac]                 private final String globe;
    [javac]                                      ^
    [javac]     (see https://errorprone.info/bugpattern/UnusedVariable)
    [javac]   Did you mean to remove this line?
    [javac] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\api\wikidata_action\json\WbgetclaimsResult.java:193: warning: [UnusedVariable] The field 'upperBound' is never read.
    [javac]                 private final double upperBound;
    [javac]                                      ^
    [javac]     (see https://errorprone.info/bugpattern/UnusedVariable)
    [javac]   Did you mean to remove this line?
    [javac] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\api\wikidata_action\json\WbgetclaimsResult.java:159: warning: [UnusedVariable] The field 'timezone' is never read.
    [javac]                 private final int timezone;
    [javac]                                   ^
    [javac]     (see https://errorprone.info/bugpattern/UnusedVariable)
    [javac]   Did you mean to remove this line?
    [javac] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\api\wikidata_action\json\WbgetclaimsResult.java:160: warning: [UnusedVariable] The field 'before' is never read.
    [javac]                 private final int before;
    [javac]                                   ^
    [javac]     (see https://errorprone.info/bugpattern/UnusedVariable)
    [javac]   Did you mean to remove this line?
    [javac] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\api\wikidata_action\json\WbgetclaimsResult.java:192: warning: [UnusedVariable] The field 'lowerBound' is never read.
    [javac]                 private final double lowerBound;
    [javac]                                      ^
    [javac]     (see https://errorprone.info/bugpattern/UnusedVariable)
    [javac]   Did you mean to remove this line?
    [javac] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\gui\WikidataInfoToggleDialog.java:52: warning: [UnnecessaryLambda] Returning a lambda from a helper method or saving it in a constant is unnecessary; prefer to implement the functional interface method directly and use a method reference instead.
    [javac]     private final DataSelectionListener selectionListener = it -> updateDisplayedItem();
    [javac]                                         ^
    [javac]     (see https://errorprone.info/bugpattern/UnnecessaryLambda)
    [javac]   Did you mean 'private  void selectionListener(DataSelectionListener.SelectionChangeEvent it){updateDisplayedItem();}'?
    [javac] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\ListUtil.java:13: warning: [UnnecessaryLambda] Returning a lambda from a helper method or saving it in a constant is unnecessary; prefer to implement the functional interface method directly and use a method reference instead.
    [javac]     private static final BiConsumer<Integer, Integer> EMPTY_BICONSUMER = (a, b) -> {};
    [javac]                                                       ^
    [javac]     (see https://errorprone.info/bugpattern/UnnecessaryLambda)
    [javac]   Did you mean 'private static  void emptyBiconsumer(Integer a, Integer b){}'?
    [javac] 12 warnings

pre-javadoc:

javadoc:
  [javadoc] Skipping C:\josm\plugins\wikipedia\gen since it is no directory.
  [javadoc] Skipping C:\josm\plugins\wikipedia\includes since it is no directory.
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.wikipedia...
  [javadoc] Loading source files for package org.wikipedia.actions...
  [javadoc] Loading source files for package org.wikipedia.api...
  [javadoc] Loading source files for package org.wikipedia.api.wdq...
  [javadoc] Loading source files for package org.wikipedia.api.wdq.json...
  [javadoc] Loading source files for package org.wikipedia.api.wikidata_action...
  [javadoc] Loading source files for package org.wikipedia.api.wikidata_action.json...
  [javadoc] Loading source files for package org.wikipedia.api.wikipedia_action...
  [javadoc] Loading source files for package org.wikipedia.api.wikipedia_action.json...
  [javadoc] Loading source files for package org.wikipedia.data...
  [javadoc] Loading source files for package org.wikipedia.gui...
  [javadoc] Loading source files for package org.wikipedia.io...
  [javadoc] Loading source files for package org.wikipedia.tools...
  [javadoc] Loading source files for package org.wikipedia.validator...
  [javadoc] Constructing Javadoc information...
  [javadoc] Creating destination directory: "C:\josm\plugins\wikipedia\javadoc\"
  [javadoc] Standard Doclet version 1.8.0_201
  [javadoc] Building tree for all the packages and classes...
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\FunctionalUtil.java:14: error: reference not found
  [javadoc]      * As soon as java 8 is no longer supported, this can be replaced by {@link Optional#ifPresentOrElse(Consumer, Runnable)}
  [javadoc]                                                                                 ^
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\FunctionalUtil.java:16: warning: no @param for <T>
  [javadoc]     public static <T> void ifPresentOrElse(final Optional<T> optional, final Consumer<T> ifPresent, final Runnable emptyAction) {
  [javadoc]                            ^
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\FunctionalUtil.java:16: warning: no @param for optional
  [javadoc]     public static <T> void ifPresentOrElse(final Optional<T> optional, final Consumer<T> ifPresent, final Runnable emptyAction) {
  [javadoc]                            ^
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\FunctionalUtil.java:16: warning: no @param for ifPresent
  [javadoc]     public static <T> void ifPresentOrElse(final Optional<T> optional, final Consumer<T> ifPresent, final Runnable emptyAction) {
  [javadoc]                            ^
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\FunctionalUtil.java:16: warning: no @param for emptyAction
  [javadoc]     public static <T> void ifPresentOrElse(final Optional<T> optional, final Consumer<T> ifPresent, final Runnable emptyAction) {
  [javadoc]                            ^
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\FunctionalUtil.java:25: error: reference not found
  [javadoc]      * As soon as Java 8 is no longer supported, this can be replaced by {@link Optional#or(Supplier)}
  [javadoc]                                                                                 ^
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\FunctionalUtil.java:28: warning: no @param for <T>
  [javadoc]     public static <T> Optional<T> or(final Optional<T> optional, final Supplier<Optional<T>> supplier) {
  [javadoc]                                   ^
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\FunctionalUtil.java:28: warning: no @param for optional
  [javadoc]     public static <T> Optional<T> or(final Optional<T> optional, final Supplier<Optional<T>> supplier) {
  [javadoc]                                   ^
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\FunctionalUtil.java:28: warning: no @param for supplier
  [javadoc]     public static <T> Optional<T> or(final Optional<T> optional, final Supplier<Optional<T>> supplier) {
  [javadoc]                                   ^
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\FunctionalUtil.java:16: warning - Tag @link: can't find ifPresentOrElse(Consumer, Runnable) in java.util.Optional
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\FunctionalUtil.java:28: warning - Tag @link: can't find or(Supplier) in java.util.Optional
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\RegexUtil.java:19: error: bad use of '>'
  [javadoc]      * Note: For values > {@link Integer#MAX_VALUE}, the Mediawiki API will return with an error instead of reporting an entity as missing.
  [javadoc]                         ^
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\RegexUtil.java:21: warning: no @param for value
  [javadoc]     public static boolean isValidPropertyId(final String value) {
  [javadoc]                           ^
  [javadoc] C:\josm\plugins\wikipedia\src\main\java\org\wikipedia\tools\RegexUtil.java:21: warning: no @return
  [javadoc]     public static boolean isValidPropertyId(final String value) {
  [javadoc]                           ^
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating C:\josm\plugins\wikipedia\javadoc\help-doc.html...
  [javadoc] Note: Custom tags that could override future standard tags:  @license. To avoid potential overrides, use at least one period character (.) in custom tag names.
  [javadoc] Note: Custom tags that were not seen:  @license
  [javadoc] 3 errors
  [javadoc] 11 warnings

init-svn-revision-xml:

init-git-svn-revision-xml:

init-git-revision-xml:

init-revision-fallback:

revision:
   [delete] Deleting: C:\josm\plugins\wikipedia\REVISION.XML

dist:
     [echo] creating wikipedia.jar ...

setup-dist:

setup-dist-default:
     [copy] Copying 8 files to C:\josm\plugins\wikipedia\build
     [copy] Copying 2 files to C:\josm\plugins\wikipedia\build

check-manifest-attribute:

add-manifest-attribute:

check-manifest-attribute:

add-manifest-attribute:

check-manifest-attribute:

add-manifest-attribute:

check-manifest-attribute:

add-manifest-attribute:

check-manifest-attribute:

add-manifest-attribute:

check-manifest-attribute:

add-manifest-attribute:

check-manifest-attribute:

add-manifest-attribute:

check-manifest-attribute:

add-manifest-attribute:

additional-manifest:

build-jar:
      [jar] Building jar: C:\josm\dist\wikipedia.jar
      [jar] META-INF/versions/9/module-info.class already added, skipping
      [jar] LICENSE already added, skipping
      [jar] META-INF/LICENSE.txt already added, skipping
      [jar] META-INF/LICENSE.txt already added, skipping
      [jar] META-INF/LICENSE.txt already added, skipping
      [jar] META-INF/LICENSE.txt already added, skipping
      [jar] META-INF/LICENSE.txt already added, skipping
      [jar] LICENSE.txt already added, skipping
      [jar] LICENSE.txt already added, skipping
      [jar] Building jar: C:\josm\dist\wikipedia-javadoc.jar

post-dist:

test-clean:
   [delete] Deleting directory C:\josm\plugins\wikipedia\test\build
   [delete] Deleting directory C:\josm\plugins\wikipedia\test\report
   [delete] Deleting: C:\josm\plugins\00_core_test_config\unit-josm.home\preferences.xml

check-test:

test-init:
    [mkdir] Created dir: C:\josm\plugins\wikipedia\test\build
    [mkdir] Created dir: C:\josm\plugins\wikipedia\test\build\unit
    [mkdir] Created dir: C:\josm\plugins\wikipedia\test\report
     [copy] Copying 1 file to C:\josm\plugins\00_core_test_config\unit-josm.home
[ivy:retrieve] :: loading settings :: file = C:\josm\core\ivysettings.xml
[ivy:retrieve] :: resolving dependencies :: org.openstreetmap#josm;working@Gerd-PC
[ivy:retrieve]  confs: [test]
[ivy:retrieve]  found org.openstreetmap.jmapviewer#jmapviewer;2.13 in josm-nexus
[ivy:retrieve]  found javax.json#javax.json-api;1.1.4 in josm-nexus
[ivy:retrieve]  found org.glassfish#javax.json;1.1.4 in josm-nexus
[ivy:retrieve]  found org.apache.commons#commons-jcs3-core;3.0-SNAPSHOT in josm-nexus
[ivy:retrieve]  found org.apache.commons#commons-compress;1.20 in chain
[ivy:retrieve]  found org.tukaani#xz;1.8 in josm-nexus
[ivy:retrieve]  found com.adobe.xmp#xmpcore;6.1.10 in josm-nexus
[ivy:retrieve]  found com.drewnoakes#metadata-extractor;2.13.0 in josm-nexus
[ivy:retrieve]  found ch.poole#OpeningHoursParser;0.21.4 in jcenter
[ivy:retrieve]  found oauth.signpost#signpost-core;2.0.0 in jcenter
[ivy:retrieve]  found org.apache.commons#commons-lang3;3.10 in chain
[ivy:retrieve]  found org.jmockit#jmockit;1.44 in josm-nexus
[ivy:retrieve]  found com.google.code.findbugs#jsr305;3.0.2 in chain
[ivy:retrieve]  found com.github.spotbugs#spotbugs-annotations;4.0.1 in chain
[ivy:retrieve]  found com.github.stefanbirkner#system-rules;1.19.0 in josm-nexus
[ivy:retrieve]  found com.github.tomakehurst#wiremock;2.26.3 in josm-nexus
[ivy:retrieve]  found org.eclipse.jetty#jetty-server;9.2.28.v20190418 in josm-nexus
[ivy:retrieve]  found javax.servlet#javax.servlet-api;3.1.0 in josm-nexus
[ivy:retrieve]  found org.eclipse.jetty#jetty-http;9.2.28.v20190418 in josm-nexus
[ivy:retrieve]  found org.eclipse.jetty#jetty-util;9.2.28.v20190418 in josm-nexus
[ivy:retrieve]  found org.eclipse.jetty#jetty-io;9.2.28.v20190418 in josm-nexus
[ivy:retrieve]  found org.eclipse.jetty#jetty-servlet;9.2.28.v20190418 in josm-nexus
[ivy:retrieve]  found org.eclipse.jetty#jetty-security;9.2.28.v20190418 in josm-nexus
[ivy:retrieve]  found org.eclipse.jetty#jetty-servlets;9.2.28.v20190418 in josm-nexus
[ivy:retrieve]  found org.eclipse.jetty#jetty-continuation;9.2.28.v20190418 in josm-nexus
[ivy:retrieve]  found org.eclipse.jetty#jetty-webapp;9.2.28.v20190418 in josm-nexus
[ivy:retrieve]  found org.eclipse.jetty#jetty-xml;9.2.28.v20190418 in josm-nexus
[ivy:retrieve]  found com.google.guava#guava;20.0 in josm-nexus
[ivy:retrieve]  found com.fasterxml.jackson.core#jackson-core;2.10.2 in josm-nexus
[ivy:retrieve]  found com.fasterxml.jackson.core#jackson-annotations;2.10.2 in josm-nexus
[ivy:retrieve]  found com.fasterxml.jackson.core#jackson-databind;2.10.2 in josm-nexus
[ivy:retrieve]  found org.apache.httpcomponents#httpclient;4.5.6 in josm-nexus
[ivy:retrieve]  found org.apache.httpcomponents#httpcore;4.4.10 in josm-nexus
[ivy:retrieve]  found commons-logging#commons-logging;1.2 in chain
[ivy:retrieve]  found commons-codec#commons-codec;1.10 in chain
[ivy:retrieve]  found org.xmlunit#xmlunit-core;2.6.2 in josm-nexus
[ivy:retrieve]  found org.xmlunit#xmlunit-legacy;2.6.2 in josm-nexus
[ivy:retrieve]  found org.xmlunit#xmlunit-placeholders;2.6.2 in josm-nexus
[ivy:retrieve]  found com.jayway.jsonpath#json-path;2.4.0 in josm-nexus
[ivy:retrieve]  found net.minidev#json-smart;2.3 in josm-nexus
[ivy:retrieve]  found net.minidev#accessors-smart;1.2 in josm-nexus
[ivy:retrieve]  found org.ow2.asm#asm;7.0 in chain
[ivy:retrieve]  found org.slf4j#slf4j-api;1.7.12 in josm-nexus
[ivy:retrieve]  found net.sf.jopt-simple#jopt-simple;5.0.3 in josm-nexus
[ivy:retrieve]  found com.github.jknack#handlebars;4.0.7 in josm-nexus
[ivy:retrieve]  found org.antlr#antlr4-runtime;4.7.1 in josm-nexus
[ivy:retrieve]  found com.github.jknack#handlebars-helpers;4.0.7 in josm-nexus
[ivy:retrieve]  found com.flipkart.zjsonpatch#zjsonpatch;0.4.4 in josm-nexus
[ivy:retrieve]  found commons-fileupload#commons-fileupload;1.4 in josm-nexus
[ivy:retrieve]  found commons-io#commons-io;2.2 in josm-nexus
[ivy:retrieve]  found io.github.classgraph#classgraph;4.8.67 in josm-nexus
[ivy:retrieve]  found junit#junit;4.12 in chain
[ivy:retrieve]  found org.hamcrest#hamcrest-core;1.3 in chain
[ivy:retrieve]  found net.trajano.commons#commons-testing;2.1.0 in josm-nexus
[ivy:retrieve]  found nl.jqno.equalsverifier#equalsverifier;3.1.13 in josm-nexus
[ivy:retrieve]  found org.awaitility#awaitility;4.0.2 in josm-nexus
[ivy:retrieve]  found org.hamcrest#hamcrest;2.1 in josm-nexus
[ivy:retrieve] :: resolution report :: resolve 791ms :: artifacts dl 74ms
[ivy:retrieve]  :: evicted modules:
[ivy:retrieve]  org.slf4j#slf4j-api;1.7.25 by [org.slf4j#slf4j-api;1.7.12] in [test]
[ivy:retrieve]  org.apache.commons#commons-lang3;3.7 by [org.apache.commons#commons-lang3;3.10] in [test]
[ivy:retrieve]  org.apache.commons#commons-lang3;3.1 by [org.apache.commons#commons-lang3;3.10] in [test]
[ivy:retrieve]  org.slf4j#slf4j-api;1.6.4 by [org.slf4j#slf4j-api;1.7.12] in [test]
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |       test       |   61  |   0   |   0   |   4   ||   57  |   0   |
        ---------------------------------------------------------------------
[ivy:retrieve]
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve]  unknown resolver default
[ivy:retrieve]  unknown resolver main
[ivy:retrieve]  unknown resolver default
[ivy:retrieve]  unknown resolver main
[ivy:retrieve]  unknown resolver default
[ivy:retrieve]  unknown resolver main
[ivy:retrieve]  unknown resolver default
[ivy:retrieve]  unknown resolver main
[ivy:retrieve]  unknown resolver default
[ivy:retrieve]  unknown resolver main
[ivy:retrieve]
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
[ivy:retrieve] :: retrieving :: org.openstreetmap.josm.plugins#wikipedia
[ivy:retrieve]  confs: [test]
[ivy:retrieve]  0 artifacts copied, 0 already retrieved (0kB/3ms)

test-compile:
    [javac] Compiling 17 source files to C:\josm\plugins\wikipedia\test\build\unit
    [javac] warning: [path] bad path element "C:\josm\plugins\00_core_test_lib\xmpcore-6.0.6.jar": no such file or directory
    [javac] 1 warning

test:
[ivy:retrieve] :: resolving dependencies :: org.openstreetmap#josm;working@Gerd-PC
[ivy:retrieve]  confs: [jacocoant]
[ivy:retrieve]  found org.jacoco#org.jacoco.ant;0.8.6-SNAPSHOT in default
[ivy:retrieve]  found org.jacoco#org.jacoco.core;0.8.6-SNAPSHOT in default
[ivy:retrieve]  found org.ow2.asm#asm;8.0.1 in default
[ivy:retrieve]  found org.ow2.asm#asm-commons;8.0.1 in default
[ivy:retrieve]  found org.ow2.asm#asm-tree;8.0.1 in default
[ivy:retrieve]  found org.ow2.asm#asm-analysis;8.0.1 in default
[ivy:retrieve]  found org.jacoco#org.jacoco.report;0.8.6-SNAPSHOT in default
[ivy:retrieve]  found org.jacoco#org.jacoco.agent;0.8.6-SNAPSHOT in default
[ivy:retrieve] :: resolution report :: resolve 114ms :: artifacts dl 10ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |     jacocoant    |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[ivy:retrieve]
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]  unknown resolver chain
[ivy:retrieve]
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
[ivy:retrieve] :: retrieving :: org.openstreetmap.josm.plugins#wikipedia
[ivy:retrieve]  confs: [jacocoant]

BUILD FAILED
C:\josm\plugins\build-common.xml:599: impossible to ivy retrieve: java.lang.RuntimeException: problem during retrieve of org.openstreetmap.josm.plugins#wikipedia: java.lang.IllegalStateException: Report file 'C:\Users\Gerd\.ant\cache\org.openstreetmap.josm.plugins-wikipedia-jacocoant.xml' does not exist.
        at org.apache.ivy.core.retrieve.RetrieveEngine.retrieve(RetrieveEngine.java:238)
        at org.apache.ivy.Ivy.retrieve(Ivy.java:561)
        at org.apache.ivy.ant.IvyRetrieve.doExecute(IvyRetrieve.java:113)
        at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:259)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1391)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1254)
        at org.apache.tools.ant.Main.runBuild(Main.java:830)
        at org.apache.tools.ant.Main.startAnt(Main.java:223)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
Caused by: java.lang.IllegalStateException: Report file 'C:\Users\Gerd\.ant\cache\org.openstreetmap.josm.plugins-wikipedia-jacocoant.xml' does not exist.
        at org.apache.ivy.plugins.report.XmlReportParser.parse(XmlReportParser.java:282)
        at org.apache.ivy.core.retrieve.RetrieveEngine.determineArtifactsToCopy(RetrieveEngine.java:308)
        at org.apache.ivy.core.retrieve.RetrieveEngine.retrieve(RetrieveEngine.java:122)
        ... 19 more

Total time: 2 minutes 41 seconds

C:\josm\plugins\wikipedia>
