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 1jyL5Z-0001Hf-NZ for pljava-dev@arkaria.postgresql.org; Wed, 22 Jul 2020 20:11:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jyL5Y-0002Dv-Mn for pljava-dev@arkaria.postgresql.org; Wed, 22 Jul 2020 20:11:40 +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 1jyL5Y-0002Do-G8 for pljava-dev@lists.postgresql.org; Wed, 22 Jul 2020 20:11:40 +0000 Received: from mail-ej1-x636.google.com ([2a00:1450:4864:20::636]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jyL5W-0003NY-6o for pljava-dev@lists.postgresql.org; Wed, 22 Jul 2020 20:11:39 +0000 Received: by mail-ej1-x636.google.com with SMTP id a21so3623525ejj.10 for ; Wed, 22 Jul 2020 13:11:37 -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=4Ox1yZXYoPDUTXNE69gyiyVAEXNhUuRnllCdq+MBuwg=; b=itW3H7z/p7bGFFbSbxP3/oZvpAUZ4P7f6ZN5XCOeXAQHDgd98eHZ82f6hmq0id+Mn9 pCc5oBnDR/UlNtsY8oH3+mPGrT+imvevVEyMH0Ch1UWemrfEr9sY60IzD0/SiU/p88ql ZCYUgl9FBuwjTyzJInevlIDlHnRKjOGVe/UiMNHcmWNOhTAdA9MHluVB68qVyJ22pR2j bJG+PI8fj0unCVpDB8anlLGayG9uoeIqlK/VluClMRlyWEjmtU69cXdc28KxdlpvaPL+ fL//f8EC65p9fvLSe5TmD1qaH27WloWGvLbPP3097DJU0O1k2CpqR2Y1dwOHzXENqmyL zc7A== 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=4Ox1yZXYoPDUTXNE69gyiyVAEXNhUuRnllCdq+MBuwg=; b=ghHe8LroWVH7bipKF/ZJksL3PZmdkLyWUCgYnOupnrPUgEQ7itR+3N7otWqjSEBYFj zCO0nXtiyEVrNfvKrQ7koduz30A69tKhwL7HDc+BCkIAYeOmo7s+OBccDLNPgzGUv9Sz yt+6ur0lfSR5jSBtbOFjbT/Cks/7NUCIiQY8KF3JKXS5OSrhE42WsdLCZouyqh27Ypcn iySwV5Y12c+/65Rt9+VF356BgalWvosgym70hn2yfRzzhWSMyeH8kJ9ZUwAKmmolBxQC KbWdd74bKPvNNyQoSddDcutjNdNiwC7y8eOeORnqF2uaFeDkSBM0wPvD+r8Pvay48FOG aRTQ== X-Gm-Message-State: AOAM533Sv6bbWgNFS1652pzgE66HaU49ddHMG6FTxL5a3NrUlv8MlRAb 4UvFE8dZQ0x0zfPmqJnd2zmkLnIA0sc+Ah4UmLsSz0O5oXk= X-Google-Smtp-Source: ABdhPJyUwrWF3XeoDML6OR+7edRXgt3LGSd9C1h24DemDwNoZWY1vGMPIgN1QgZVeis1yFQhcQpl8iWxEVRE2Nw1C/E= X-Received: by 2002:a17:907:2489:: with SMTP id zg9mr1230812ejb.48.1595448696345; Wed, 22 Jul 2020 13:11:36 -0700 (PDT) MIME-Version: 1.0 References: <5F1338F8.6030506@anastigmatix.net> <5F135B84.8070302@anastigmatix.net> <5F14C34E.4020704@anastigmatix.net> <5F14E15A.4040202@anastigmatix.net> <5F1664C5.2070700@anastigmatix.net> <5F1735ED.6020707@anastigmatix.net> <5F1753C9.4060500@anastigmatix.net> <5F175F40.1000905@anastigmatix.net> In-Reply-To: From: Kartik Ohri Date: Thu, 23 Jul 2020 01:41:23 +0530 Message-ID: Subject: Re: PL/Java new build plugin To: Chapman Flack Cc: pljava-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000cd9ac305ab0d589c" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000cd9ac305ab0d589c Content-Type: text/plain; charset="UTF-8" > > I would be interested to see what a similar Travis run will do after >> > making sure the graal dependencies are listed: will it then find nashorn, >> or graal? >> > I did a build with JDK 14 with the dependencies to find this out. > Interestingly, it fails when both coexist. > https://travis-ci.com/github/amCap1712/pljava/jobs/363575841 commit > SHA b5950dedc7018470e5331f20d9300344a00f40ce I think we will need to add > the profile in that case then. > I duplicated the profile from the parent pom in the plugin and with the plugin changed to pgxs but it didn't work. But placing it inside each module did. So, we'll need to have the profile in both pljava-so and pljava-packaging. --000000000000cd9ac305ab0d589c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable --000000000000cd9ac305ab0d589c--