-
Couldn't load subscription status.
- Fork 74
Closed
Description
Version of MarkLogic Java Client API : develop branch
Version of MarkLogic Server: 9.0 nightly build (06/12/2018)
Java version : 1.8
OS and version : Windows
Input: /gradlew generateTests
Actual output:
$ ./gradlew generateTests
:marklogic-client-api:compileJavaPOM relocation to an other version number is not fully supported in Gradle : xml-apis:xml-apis:2.0.2 relocated to xml-apis:xml-apis:1.0.b2.
Please update your dependency to directly use the correct version 'xml-apis:xml-apis:1.0.b2'.
Resolution will only pick dependencies of the relocated element. Artifacts and other metadata will be ignored.
:marklogic-client-api:compileJava UP-TO-DATE
:marklogic-client-api:processResources UP-TO-DATE
:marklogic-client-api:classes UP-TO-DATE
:marklogic-client-api:jar UP-TO-DATE
:marklogic-development-tools:compileKotlin UP-TO-DATE
:marklogic-development-tools:compileJava NO-SOURCE
:marklogic-development-tools:processResources UP-TO-DATE
:marklogic-development-tools:classes UP-TO-DATE
:marklogic-development-tools:compileTestKotlin UP-TO-DATE
:marklogic-development-tools:compileTestJava UP-TO-DATE
:marklogic-development-tools:processTestResources UP-TO-DATE
:marklogic-development-tools:testClasses UP-TO-DATE
:marklogic-development-tools:setupTestServerSLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
:marklogic-development-tools:generateTestsSLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
BUILD SUCCESSFUL in 21s
10 actionable tasks: 2 executed, 8 up-to-date
$
Expected output: Rest App Server created and tests to be running (when gradlew test is issued)
Alternatives: