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 1k1AdP-0004Ts-HE for pljava-dev@arkaria.postgresql.org; Thu, 30 Jul 2020 15:38:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1k1AdO-0001ev-GJ for pljava-dev@arkaria.postgresql.org; Thu, 30 Jul 2020 15:38:18 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k1AdO-0001eo-90 for pljava-dev@lists.postgresql.org; Thu, 30 Jul 2020 15:38:18 +0000 Received: from mail-ed1-x52b.google.com ([2a00:1450:4864:20::52b]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1k1AdH-0004do-Bi for pljava-dev@lists.postgresql.org; Thu, 30 Jul 2020 15:38:17 +0000 Received: by mail-ed1-x52b.google.com with SMTP id v22so9494250edy.0 for ; Thu, 30 Jul 2020 08:38:10 -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=71R3QCxJFYFq0W173W86cJ0f704G+HopVINrx2QH3w4=; b=mCkJp7LHcA6y+IzYgEWPsR33pXkmAgSTuiHKsXdSLYT8h5Jukz01Md4Ed/EK5rgHOd izUI3PeX6do5u0mvmO5g7wX6EShDxszlWYVvbUCtyvqq+E7EETmk/BgNBau4AE/isEJ8 VB27/637YQsxhkR5XMe5omoeL9k1qRU+mcywTl3Wf6dzgbybhDWfZwWT/p/8Zl8v8PAR DXu1CZS21L7DA63ho/97Yx54YzMamfv88v/cCpHET6UFNLpQgcVrfw4CL/4W2pbkBzP8 ONXx1kBJlEBJbJmlwnYbofWdSNsacQ09ivjsjY0Kdh5rVBwdomz1AW2fraFL/wHlrHIt JDHg== 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=71R3QCxJFYFq0W173W86cJ0f704G+HopVINrx2QH3w4=; b=Hxz5Spoq/GRyl6yaQDyJgi/QcGT0D42HDEI4UcewJMwxH8HW3OGRNvY/tTJ3ybpK0+ gZMlFGKzWkHq1HB4uD8ws1cYl5n6Kif9rMnYhggZ/DkQo0Tz6GwsMcy9J7vKeN5Xopyz zvdqkIdRoekr8ZoXcfI7mfajRFEjblyHf3t9/gjy4FE3xzriyUA386MZat9YiohNWYnm JJ5HowTYclSxtuy/0LPeR/yNevfoJXHdSaBJTPbe/p2fX8XjB97gLH5iPpUS84d+Hun4 lTWaLtWo9wZstA7KX6XH7YkQwdxWuCBzvwjjG//HAAoWhAQfPChlBdEkqY4Cpizao5E0 o1RA== X-Gm-Message-State: AOAM533KCiSyv+WWdbr7zUczGHejC4D5PmFoyrycIO3rnzvT3M/RqJKK 4q8qPdxFOOFEF4xcCRB7M1CM8bHOqZUDe7N0r5k= X-Google-Smtp-Source: ABdhPJxh6tx1EVzJ3PzyfjjnE0lQvPxsKimNPWG4aWN69A0307eDrk9y2XuhYtXjP3FEFiKlOudPZyHgPkNscP8t7+Q= X-Received: by 2002:a05:6402:1bdd:: with SMTP id ch29mr3303512edb.134.1596123487377; Thu, 30 Jul 2020 08:38:07 -0700 (PDT) MIME-Version: 1.0 References: <5F18C58F.8060204@anastigmatix.net> <5F19C36C.70905@anastigmatix.net> <5F1C6F06.2020809@anastigmatix.net> <5F1CE067.2060107@anastigmatix.net> <5F1F88E0.2050305@anastigmatix.net> <5F20E585.6010703@anastigmatix.net> <5F22DF79.2090701@anastigmatix.net> In-Reply-To: <5F22DF79.2090701@anastigmatix.net> From: Kartik Ohri Date: Thu, 30 Jul 2020 21:07:54 +0530 Message-ID: Subject: Re: PL/Java new build plugin To: Chapman Flack Cc: pljava-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000007b9be805abaa750f" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000007b9be805abaa750f Content-Type: text/plain; charset="UTF-8" > > I didn't try a snippet for that, but I'll be happy to take a crack at it > later today if the instance is exposed now. > To clarify, I have exposed the instance and written the snippet using Doxia sink to generate the html file in the pom.xml. I meant that we could factor out the sink part in a default method in an interface and expose it to javascript for providing an alternate implementation if wanted. It is this part I am unsure of how to do. --0000000000007b9be805abaa750f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I didn't try a snippet for that, but I'll be happ= y to take a crack at it
later today if the instance is exposed now.
=C2=A0To c= larify, I have exposed the instance and written the snippet using Doxia sin= k to generate the html file in the pom.xml. I meant that we could factor ou= t the sink part in a default method in an interface and expose it to javasc= ript for providing an alternate implementation if wanted. It is this part I= am unsure=C2=A0of how to do.
--0000000000007b9be805abaa750f--