Re: Starting build-system work (Windows/Mac users please speak up)

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: Starting build-system work (Windows/Mac users please speak up)
Date: 2020-05-23 07:16:17
Message-ID: CAASLQ4Mbcw1-qmq9m3dJ83cE50nKcwjJAKomrjMihj7KHxcpBQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

>
> Also -Psaxon-examples is needed to build a set of XML examples that are
> not built by default.
>
I added the flag to the build but the build fails with
INFO: 22 May 20 21:27:40 org.postgresql.pljava.example.LoggerTest Looking
good!
INFO: 22 May 20 21:27:40
org.postgresql.pljava.example.annotation.SPIActions issue 228 tests ok
ERROR: java.sql.SQLNonTransientException: Unable to find static method
org.postgresql.pljava.example.saxon.S9.like_regex with signature
(String,String,String,boolean)boolean

5638

CONTEXT: SQL statement "CREATE OR REPLACE FUNCTION javatest.like_regex(
value pg_catalog.varchar, pattern pg_catalog.varchar, flag
pg_catalog.varchar DEFAULT CAST(e'' AS pg_catalog.varchar), w3cNewlines
boolean DEFAULT CAST(e'false' AS boolean)) RETURNS boolean LANGUAGE java
VOLATILE AS
'boolean=org.postgresql.pljava.example.saxon.S9.like_regex(java.lang.String,java.lang.String,java.lang.String,boolean)'".
I was unable to find this issue in Github Issues. Is this a known issue or
should I file one on Github or is this an error due to some
misconfiguration in the build environment ? Here is the complete build log
https://travis-ci.com/github/amCap1712/pljava/jobs/339047104 .

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Chapman Flack 2020-05-23 15:06:22 Re: Starting build-system work (Windows/Mac users please speak up)
Previous Message Chapman Flack 2020-05-22 20:15:29 Re: Starting build-system work (Windows/Mac users please speak up)