Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] JDK11 and rdf4j-storage
  • From: "Bart Hanssens (BOSA)" <bart.hanssens@xxxxxxxxxxxx>
  • Date: Fri, 16 Aug 2019 13:06:46 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bosa.fgov.be; dmarc=pass action=none header.from=bosa.fgov.be; dkim=pass header.d=bosa.fgov.be; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=QJPoLLY337ImtEaLldVLlbBNQfcsIznHSlGbWLgW/Wk=; b=kZfg4X8TxNluBwi9lEmMYXiJcziWUREsR1QUCwimLrYS+6YQR0HwOBOAGibaM/lPhqDBnSkInSvjSWRTgRVGczNbRgNegsp3fCIVWW0hN9Vo4PMGd6Kr1zCiTovZ9uLzs7CE7gU7jShu0a0pKjIkOq8uptAG8CpXDYcN5CU1YFQP1hAeinnGlR+9/7oPl52Vgezmc1omq6Wseti8HUADYssh51zMs+eFgAF5FKH24tiu0PpctZLMNV0vn3ihaG5328V1EBmL4nE8AHqfds5PiCZNXxCOx95btIR0ikSj65hWSRAQuejj0vRt+SFjr8jcvi3ID2MdGfSUQAku4VvAhA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZQSQ/dk2tMzN3A4ScLu1vc1dRYUOvoDDKTcNEgCTlllvSNKCw6pan7CEYe/tUs1CUzumhqvF2TxgwgjXcnwMv+ZECJH31YI7QrUR+6Vx1SuzmZQ688FVYqCPnDJYtQBLpYIE71bV66TEyvZtJQxZjEhsMShnvOtAzRyDXKE7wTiTDOJ35K6SNNUuJO/qBNrl07gAiOywpr7TUxBx0vCZUDwf6jyfGZbzuTg6NrCp+OGt//JAeoo01WzD6PB9DMB8eSwVUHfAyuv+43gwcVyHt/+uHBNqvv3Ok/RQv9/ZJTltZO3PXU64CkCAzNCJu2u37n77onZ65v85cycheNtBfQ==
  • Delivered-to: rdf4j-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rdf4j-dev>
  • List-help: <mailto:rdf4j-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVVDKOt0wHGe28nEq3XHpZu1R7VA==
  • Thread-topic: JDK11 and rdf4j-storage

Hi Håvard (and other devs 😉)

IIRC you've mentioned that you've managed to build rdf4j-storage on JDK11.
Did you also succeed when using

mvn clean install -DskipTests -Passembly

Reason why I'm asking is that, in order to get things working on my Debian JDK 11 system,
I have to add "additionalDependencies" to the maven javadoc plugin
(or rather, additionnalDependencies with an extra 'n', because it is misspelled in v2.8.1 ...-),
to include some extra ES/Solr jars.

Funny thing is that compiling with mvn clean install -DskipTests works just fine,
but adding -Passembly breaks, with quite a few (elasticsearch/solr) package not found errors.
Same computer with JDK8 works perfect.

Best regards

Bart




Back to the top