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

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