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 1jso7m-0006Ew-RR for pljava-dev@arkaria.postgresql.org; Tue, 07 Jul 2020 13:59:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jso7l-0006nT-L0 for pljava-dev@arkaria.postgresql.org; Tue, 07 Jul 2020 13:59:05 +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 1jso7l-0006nM-Di for pljava-dev@lists.postgresql.org; Tue, 07 Jul 2020 13:59:05 +0000 Received: from mail-ed1-x541.google.com ([2a00:1450:4864:20::541]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jso7e-00033F-QG for pljava-dev@lists.postgresql.org; Tue, 07 Jul 2020 13:59:04 +0000 Received: by mail-ed1-x541.google.com with SMTP id a8so37254193edy.1 for ; Tue, 07 Jul 2020 06:58:58 -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=DvifLpcNbVrsL6USBkzKyiKKXM+Qa3iCLJJRiWBq4sc=; b=O6d1eM2uOfvRuSVTN9WALY7jMNeZaVFnNCTe0LQD56hmEnU/h8i28W8Z+9cxHJALqE bQNTXoJ1IcoBtW2AVKKiP+CpKJqj1w8FSfXxVk9ZWXosqZ4+hireH3TQ19kBZBf3jDC9 NvEq95tIXDl1BqBfthBDERnnK2GqH722Xb0SUhcI0DNmrrUibVXIE/nM5PVNB6OKzYJY 08JEVuRPvW4T+vYTBMzBIaGIPF4KXWI7lCfViHIKKL/TeFutaskNu4kwGloglX6Z8MFU WhHdZ174qt+ipkBY6bngqYpUW874O8Jr5yky1oK+FL/m/sIEdTNQvcBpLNikgGcebJXf ZQjw== 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=DvifLpcNbVrsL6USBkzKyiKKXM+Qa3iCLJJRiWBq4sc=; b=AQElgx87Y5n9GLdU6dHa0KWfS2Azsxl59Fmx9J9rbPyxY6qzDis6Cx/ZT7yQ5y65s7 j+E/n88pAJ4mNiT4PpFmXNfln0jKsv+9syKAlQZzTTTU3RvZI6RpB73SBgaNQEEaW1FX a/pPBeuqrt4yJGR5Ba/SNjDo53AxGn78GC1hA8FQUTmZ2+W/xU5hNYw1G+HuXvH3FBiN rj1pm7c9xXBZwMLgWH4d8mfovvS4huyKHvUgn9qNJPWkmX2hSH+nSSdA8zh+93QXJ/pK ly9p4RcMTR03B1BsKHr4v7/q40KlPIeakQ7OB5kNHvWjKWZOdtlp5t/b6eC2mT3u8Icv n/Pg== X-Gm-Message-State: AOAM532Wr3NrJ7GPQ5WBKSBF1xHvHPbkS5160TcKRyYMs6fJBTRfpPPL hRiAF1qx3XPZ3/F+pBh3J1K96nQOpkziYY8EfzvedqA95rA= X-Google-Smtp-Source: ABdhPJyqWIaII0kBLJvbS/BsWLkBQ6HCLi2SPoMuh3b1G8jDW9StFlcl6PLAh0Ub1KfC9OzQv17sSHHlqAB2glcM2vw= X-Received: by 2002:a05:6402:1d0b:: with SMTP id dg11mr29229388edb.212.1594130336878; Tue, 07 Jul 2020 06:58:56 -0700 (PDT) MIME-Version: 1.0 References: <5EFA6C22.8060006@anastigmatix.net> <5EFC18D9.3090108@anastigmatix.net> <5EFD41B1.30009@anastigmatix.net> <5EFE0A4D.8060402@anastigmatix.net> <5F0125BC.5000609@anastigmatix.net> <5F0172D7.3000708@anastigmatix.net> <5F02122C.7040905@anastigmatix.net> <5F021785.905@anastigmatix.net> <5F021A20.1050903@anastigmatix.net> <5F02340C.7030002@anastigmatix.net> In-Reply-To: From: Kartik Ohri Date: Tue, 7 Jul 2020 19:28:45 +0530 Message-ID: Subject: Re: PL/Java new build plugin To: Chapman Flack Cc: pljava-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="00000000000074920705a9da642d" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000074920705a9da642d Content-Type: text/plain; charset="UTF-8" Hi! I have changed the implementation to execute one command at a time. Here is the new implementation, https://github.com/amCap1712/pljava/commit/f3dd925049cce9bfdff2ae55a41b2005272ed162. It is still not working on Windows but I have diagnosed the issue. pgsql.properties has paths of the type C\:/PROGRA~1/POSTGR~1/12/bin while the our plugin has paths of type C:/PROGRA~1/POSTGR~1/12/bin. I can probably fix this by detecting the OS and doing a string substitution but I wanted to ask if this is the right way to proceed. Regards, Kartik. --00000000000074920705a9da642d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi!=C2=A0
I have changed the implementation to execute= one command at a time. Here is the new implementation,=C2=A0=C2=A0https://github.com/amCap1712/pljava/commit/f3dd925049cce9bfdf= f2ae55a41b2005272ed162.=C2=A0It is still not working on Windows but I h= ave diagnosed=C2=A0the issue.
pgsql.properties has paths of the type C\= :/PROGRA~1/POSTGR~1/12/bin while the our plugin has paths of type=C2=A0C:/P= ROGRA~1/POSTGR~1/12/bin. I can probably fix this by detecting the OS and do= ing a string substitution=C2=A0but I wanted to ask if this is the right way= to proceed.

Regards,
Kartik.
--00000000000074920705a9da642d--