Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] JDK11 and rdf4j-storage
  • From: "Bart Hanssens (BOSA)" <bart.hanssens@xxxxxxxxxxxx>
  • Date: Fri, 16 Aug 2019 14:11:24 +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=2RaHjINOOvL/Fy8mDktF0tz2nPIZ8/JAJ03uapC9jJo=; b=Lmq7NVQXZzXvMOYm1euFHp1pu8fx/Dln9R3s0nuXFoCpywYM/N3Yq+YwvsvAZbbG3s7I+EH75PDjAhavqgHcSQpofts+DJudh/HMOBEdPSwBRPYjDkXB4EvtFjfRHf7DNoHfAS1v0AuFF7ztA/Yigsjo65kemtosULUiwtiJemfJ6P1DTWR4MXrau26ZxhWYpi9sy2u+6xVB6TW/3RIGKo8Zc2GTkb3c6dHQTS8JaH0ePKIvwdlYHnBQv4iW4JSWgMNHFs2C7rZfm0Bxiw8UkTm3Y28NhLhx55RY12fCO5wFwLczz9zYQHnQHGP9GP/7LH8pJ5CKHJiy8pYxiBGb3A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lYblpW6txKRb2O7SdiRCpAZavs6k8vbDpCohTNTLiONa217qyj7yV3TLNItyGtlyoUU8QNR9bu+QAMCatA2eKhyjtIoXWEPIunYPhwpY2EhembJCZVEaaunsbqrSRaZfFoMUuCFYOwylP7Wp4vm3hs7nNxACDStU+r5NCY6vfvjFMW6QzQIKMEuwdgoyxoYCnLCgpU6epkLjBh+2989Ed8DPrxM+wv1MUcOLf0/tUhPsrsMlEELvz1Tisw6oQmIuK0LFxmE3oIbC/ooWi4mOhAmCZm1s11C9ynpJgToKeU5g7Ms+WwJ6We8UlxBMIbhef40zr+BUYOXoNwhJVPxurQ==
  • 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: AQHVVDKOt0wHGe28nEq3XHpZu1R7VKb9zs+AgAAAu4k=
  • Thread-topic: [rdf4j-dev] JDK11 and rdf4j-storage

Ok, thanks for the info, then I'll commit the "work-around" and create a PR ...
I _think_ it actually worked within the rdf4j-storage/storage directory, but not within the rdf4j-storage root ...

Tools and main rdf are building just fine, by the way, so I guess it has to do with the ES and Solr dependencies using "optional=true" 😕

Best regards

Bart

From: rdf4j-dev-bounces@xxxxxxxxxxx <rdf4j-dev-bounces@xxxxxxxxxxx> on behalf of HÃ¥vard Ottestad <hmottestad@xxxxxxxxx>
Sent: Friday, August 16, 2019 16:05
To: rdf4j developer discussions <rdf4j-dev@xxxxxxxxxxx>
Subject: Re: [rdf4j-dev] JDK11 and rdf4j-storage
 
Nope, not building.

Could have sworn this built before.

HÃ¥vard

On 16 Aug 2019, at 14:06, Bart Hanssens (BOSA) <bart.hanssens@xxxxxxxxxxxx> wrote:

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



_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/rdf4j-dev


Back to the top