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-08-11 18:49:23 |
Message-ID: | CAASLQ4NA76safp+fa__9kMo2sG__EiwGdViFECgQ4wfL3=OpXw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pljava-dev |
>
> ProcessBuilder is already close to a nice-enough interface for constructing
> a command to run, but there should probably be a convenience method for
> actually running it; that method could take care of the last steps,
> setting the I/O redirection, handling the output, checking the exit
> status, and so on.
>
I have currently added this
https://github.com/amCap1712/pljava/commit/174dd71365986094a500d6dda4c832de78f90783.
Is this fine? I had to change the way error handling worked to avoid
creating a new functional interface.
From | Date | Subject | |
---|---|---|---|
Next Message | Chapman Flack | 2020-08-11 22:15:19 | Re: PL/Java new build plugin |
Previous Message | Kartik Ohri | 2020-08-11 17:38:46 | Re: the ReportScriptingMojo |