Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k19cN-00021B-U2 for pljava-dev@arkaria.postgresql.org; Thu, 30 Jul 2020 14:33:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1k19cM-0004DH-L3 for pljava-dev@arkaria.postgresql.org; Thu, 30 Jul 2020 14:33:10 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k19cM-0004DA-EF for pljava-dev@lists.postgresql.org; Thu, 30 Jul 2020 14:33:10 +0000 Received: from mail-ej1-x629.google.com ([2a00:1450:4864:20::629]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1k19cK-0007wz-6C for pljava-dev@lists.postgresql.org; Thu, 30 Jul 2020 14:33:09 +0000 Received: by mail-ej1-x629.google.com with SMTP id jp10so1623976ejb.0 for ; Thu, 30 Jul 2020 07:33:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cigUpl6j5Y1tEXnKNBcKn3SwWC2Ho4Rky4UHdOfSP9c=; b=OphNM0J5XF2SgdZZoOJcktT1B7TUzh3mi/6i1XWA9v2AuN0QqZv2+PHOLMqgN7pdbA APxXd+KEGMlSwLZ3HOfenquyYfw7UCrhm2aypA67Tbjxnq7dGDuSMqKMcKI3dKmtdbQ/ 1ywn4yxjrzOK4T2+Fu9IZjoI3eBl6IGS2bEcnXnEipokXpAtEZXsoeDmbqEO55wf85KB yY/AFXl964XUxr1Z9glUe8Ax24+V+MLBVvUl1hR9go0OFfoJZ0Ld1iszta+2dXNg8jPS 5KH0YUsQMb44iXpEv10HuQDoGPTbESzbgUuHTR20KYcfNC1moMI96g+cNHKb/PjkhKYH S1jw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cigUpl6j5Y1tEXnKNBcKn3SwWC2Ho4Rky4UHdOfSP9c=; b=t9AgEqpwfYZi+8QrlHqtzmiQFEBIia9OiA9zGDHzk8Y4zkhJsJjZZIaf30IkcJjat4 FrYeK1HxlaNOnZqGFb7bk8kt/CDhXu2nbkG5zl2HHkEsi/os/HXIqA6wwAWisu/pelHc 9J3uaae8dy4+4zPtsUF+dGSQwkT22GZ9iJCkJ2PQlxGK0K84TSM9yJqKFaeIT9jLBPJj zgQ0fm2DXUJivZL51Nm7LEcqPNlXQbs+5BGCEnB7QWQjIpECCXK1LLXnWTmTvyb9/y2X 2p0YmNM91gpq9ivKHQ5DvB4wOTDx5fB6+c0z48WkFedmpQu+1c07Jkm8MblS6evs6T1g Qhig== X-Gm-Message-State: AOAM530BYLd1BpF9pu+N2guD/MrgAtDJTIAb0zO+/euUd7a5VQNBzF3d 7fVxAOd+vk91JEcQ7WXW8UZwOOt+tpzWgAmJgJdLwIDl X-Google-Smtp-Source: ABdhPJxzgmWVxRoN9V+ELAAdAYW5WXq0moZkzWEvTa02p7B2w95vQPh3KovNlbzu2YkvwuKYHslOfvc4c95gtanAaHQ= X-Received: by 2002:a17:907:42a0:: with SMTP id ny24mr2938011ejb.328.1596119585654; Thu, 30 Jul 2020 07:33:05 -0700 (PDT) MIME-Version: 1.0 References: <5F1753C9.4060500@anastigmatix.net> <5F175F40.1000905@anastigmatix.net> <5F18C58F.8060204@anastigmatix.net> <5F19C36C.70905@anastigmatix.net> <5F1C6F06.2020809@anastigmatix.net> <5F1CE067.2060107@anastigmatix.net> <5F1F88E0.2050305@anastigmatix.net> <5F20E585.6010703@anastigmatix.net> In-Reply-To: From: Kartik Ohri Date: Thu, 30 Jul 2020 20:02:53 +0530 Message-ID: Subject: Re: PL/Java new build plugin To: Chapman Flack Cc: pljava-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000ec0aab05aba98c3d" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000ec0aab05aba98c3d Content-Type: text/plain; charset="UTF-8" I have added the pljava jar api path and exposed this instance in the script. It completes our basic requirements. I think we could provide a default implementation for the report generation by exposing an interface as you suggested. I am a bit unsure of how that would work. Can you share the snippet you tried in case you still have it ? Regards, Kartik --000000000000ec0aab05aba98c3d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I have added the pljava jar api path and exposed this inst= ance in the script. It completes our basic requirements. I think we could p= rovide a default implementation for the report generation by exposing an in= terface as you suggested. I am a bit unsure of how that would work. Can you= share the snippet you tried in case you still have it ?

Regards,
Kartik
--000000000000ec0aab05aba98c3d--