| 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-09 18:45:13 |
| Message-ID: | CAASLQ4PDcaAJ8fEwXXFW6XPakc7GCNVgPNGCxA8KYMzPDZw4+w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pljava-dev |
Hi!
I am having some temporary internet connectivity issues due to which I am
unable to RDP into a Windows VM and debug the issue.
Meanwhile, I tried to eliminate the properties file and encountered the
include path not found issue in nar-maven plugin. It took some time to find
the issue but I was able to find the issue. It was that the pg_config
appended a newline character to its output which was being added to the
property value causing a path error. I have fixed it now and eliminated the
need of the pgxs.properties file.
Moving on, I tried to eliminate the CDATA regex in the pom.xml. I have come
up with a Java version. There are a few caveats like hex escaping is not
supported in Java so these need to be converted to Unicode escaping and so
on. But I do not know how to test the regex and what the purpose of
libjvmdefault is here. Can you explain it and tell how to test this regex
escaping code ?
Regards,
Kartik.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kartik Ohri | 2020-07-09 18:52:08 | Re: PL/Java new build plugin |
| Previous Message | Chapman Flack | 2020-07-09 15:15:57 | Re: PL/Java new build plugin |