Re: PL/Java new build plugin

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To: Kartik Ohri <kartikohri13(at)gmail(dot)com>
Cc: pljava-dev(at)lists(dot)postgresql(dot)org
Subject: Re: PL/Java new build plugin
Date: 2020-07-21 20:44:57
Message-ID: 5F1753C9.4060500@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 07/21/20 16:28, Kartik Ohri wrote:
> I tested with Java 15 and it works. But surprisingly, it still finds
> Nashorn and does not find Graal at all. Here is the build log,
> https://travis-ci.com/github/amCap1712/pljava/jobs/363479322 and the branch
> I tested with https://github.com/amCap1712/pljava/tree/test-graal.

While I see in that log that an 'apt remove openjdk-11-jdk' happened,
and also an installation of 15-ea, it looks like openjdk-14 was also
present and is probably what mvn was using.

I usually don't bother removing jdk versions; I have several installed
at one time, and just use, e.g.,

JAVA_HOME=/var/tmp/jdk-15/ mvn clean install

which is enough to determine which installed Java is used to run Maven.

Regards,
-Chap

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Kartik Ohri 2020-07-21 21:00:34 Re: PL/Java new build plugin
Previous Message Kartik Ohri 2020-07-21 20:28:14 Re: PL/Java new build plugin