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-14 17:56:26
Message-ID: 5F0DF1CA.805@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 07/14/20 13:36, Kartik Ohri wrote:
> I have begun implementing a basic script integration mojo but while trying
> to test it, I get a NullPointerException because the ScriptManager is
> unable to find any suitable engine. How can I fix this ?

Probably the same way as in 6cd539b. Now, that was just passing a
classpathref= to an existing plugin. Writing a new plugin, you may
have to figure out what the plugin needs to /do/ with the classpathref,
but the maven-antrun-plugin source must contain the answer somewhere.

Regards,
-Chap

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Kartik Ohri 2020-07-14 20:40:02 Re: PL/Java new build plugin
Previous Message Kartik Ohri 2020-07-14 17:40:59 Re: PL/Java new build plugin