Re: PL/Java new build plugin

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: PL/Java new build plugin
Date: 2020-07-02 04:15:11
Message-ID: CAASLQ4NvfJz8VQQFU8mKkY4RabiVQesxdbkudk5Cf24Tm9BixQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

>
> A next step could be to keep everything else unchanged, but see if you
>
can eliminate the code in pljava-so/build.xml that writes the
> pgsql.properties file, and the places in pljava-{so,packaging}/pom.xml
> that read that file, and see if everything works with the new plugin
> doing the work of finding the right values and setting those properties.
> That could quickly make pljava-so/build.xml just go away.

I was reading about setting properties in MOJOs and found this detailed
answer <https://stackoverflow.com/a/14727072/5557184>. I think this impacts
how we utilise the plugin. Can you take a look?

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Chapman Flack 2020-07-02 16:24:45 Re: PL/Java new build plugin
Previous Message Chapman Flack 2020-07-02 02:08:49 Re: PL/Java new build plugin