Re: the ReportScriptingMojo

From: Kartik Ohri <kartikohri13(at)gmail(dot)com>
To: Chapman Flack <chap(at)anastigmatix(dot)net>
Cc: pljava-dev(at)lists(dot)postgresql(dot)org
Subject: Re: the ReportScriptingMojo
Date: 2020-08-19 14:15:35
Message-ID: CAASLQ4O4aDv2Zf9Pqf5whKD9vohdRjR-7q-05D4OwHFbyvMP7w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On Wed, Aug 19, 2020, 7:40 PM Chapman Flack <chap(at)anastigmatix(dot)net> wrote:

> On 08/19/20 08:04, Kartik Ohri wrote:
> > Can you explain how to approach the jar building steps and how do we want
> > to implement it (jar + nars) or a single jar?
>
> That's easy! :) The nar-maven-plugin builds a jar because that's what
> it does. We don't have any use for the jar it builds.
>
> The only thing produced in that build that we use is the .so (or .dll
> or .bundle, depending on your OS). pljava-packaging looks for that file
> in pljava-so/target and puts it in the final package jar.
>
> How's that for saving you some work?
>
> Regards,
> -Chap
>

That's really nice. I think I probably have all the parts required then for
a linux build. I'll completely remove nar maven plugin from the project and
test the build. If it works, I'll proceed on removing the hardcoded values
and then to other OS support.

Thanks.

Regards,
Kartik

>

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Chapman Flack 2020-08-19 14:27:10 Re: the ReportScriptingMojo
Previous Message Chapman Flack 2020-08-19 14:10:49 Re: the ReportScriptingMojo