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 1jvRj1-00039g-1X for pljava-dev@arkaria.postgresql.org; Tue, 14 Jul 2020 20:40:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jvRiy-0000ia-BT for pljava-dev@arkaria.postgresql.org; Tue, 14 Jul 2020 20:40:24 +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 1jvRiy-0000iP-3Z for pljava-dev@lists.postgresql.org; Tue, 14 Jul 2020 20:40:24 +0000 Received: from mail-ej1-x635.google.com ([2a00:1450:4864:20::635]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jvRiq-0003uQ-3D for pljava-dev@lists.postgresql.org; Tue, 14 Jul 2020 20:40:22 +0000 Received: by mail-ej1-x635.google.com with SMTP id n26so24423814ejx.0 for ; Tue, 14 Jul 2020 13:40:15 -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=IUbBQ0HPPwl6OBCgWKJZxi1EoB6+V4sc7WsCiqUwsCY=; b=QWS5epb3mLL+MkFI9TQ/e5OJQnAKmO/AegSVJzsBuSRJ7DTeZaKikOlUxD/MuMwh6W 4ekiSkVS8v0lEbLjE7LULyW3ty4Th0X+hX3JZyK5uK+gb2VbdQOEXl3nRTqykU4rm/dR yWNrLIsFD8ybWQOKIR6oj1rC5L+qddCAtBCy3bvxl2DOQ9xMShMz0bNvYp1eT0c9iVRb ds4rNG3YHETl2GAosjD0ZnZ8QD/yBvmWF/13vuBkdPtCIxYXsLlnDifElkAD+Qe83eEU fboxk/zNrDNdDTskzP5EPGHiik3NWFi6puURvCKZ3KP0gCYcm6HP3UOnOnpMp3OcOGXq YYuA== 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=IUbBQ0HPPwl6OBCgWKJZxi1EoB6+V4sc7WsCiqUwsCY=; b=AWgmjV2dWNwXz2R3gp3tLoTPUSBc2klM3Ru/aWKmB9WNve02T9DLpwPjSvsZ1a8t1+ U17J0lokiUhfJT5RcEV8k4mUHJzWqceCZLV2D84JfRumsPdmjYwEcenXJ8cdNGl40B1n FN9E/geaiuUrta6h4vM86DovfdQLwaGrsyPq5/bPbYWoy9Pc/nurQ5GzpM5+RDBnH5ZI JWpr0KO7+nZ9tcTZW63w0KonApW7IzdDml5334Zy6HGVxzXnIzFInAw/8dLnICogbbRy upYfieBX5hFeYrOh09A7FEZRPCsYDWGxnSafiN9cyq/4itlRIrKYj/CxjrGkszoYVoAk Lozg== X-Gm-Message-State: AOAM533PXlwFktcplRqHXH8pMjjEeQavRIF56s20bCrJWOZhY1W06A9y B64Z2CZiBdRhyIQ7XRBKm9k2NoobnjBGU9BFZwM= X-Google-Smtp-Source: ABdhPJxMxUy6H6COukzB+XKyHBLLOwTDBxXE90qeua24124ukMVW1m+YtJAFW/EZMXiLRDwmJ81/7tRdHyBwEY/JLSU= X-Received: by 2002:a17:906:71c6:: with SMTP id i6mr6417604ejk.103.1594759213695; Tue, 14 Jul 2020 13:40:13 -0700 (PDT) MIME-Version: 1.0 References: <5F04FA65.5000600@anastigmatix.net> <5F071CFC.9090306@anastigmatix.net> <5F072647.50301@anastigmatix.net> <5F0734AD.7060001@anastigmatix.net> <5F077926.2050806@anastigmatix.net> <5F07C2D5.5050904@anastigmatix.net> <5F0D35BA.30904@anastigmatix.net> <5F0DF1CA.805@anastigmatix.net> In-Reply-To: <5F0DF1CA.805@anastigmatix.net> From: Kartik Ohri Date: Wed, 15 Jul 2020 02:10:02 +0530 Message-ID: Subject: Re: PL/Java new build plugin To: Chapman Flack Cc: pljava-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000006f464905aa6cd088" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000006f464905aa6cd088 Content-Type: text/plain; charset="UTF-8" > > Probably the same way as in 6cd539b. Now, that was just passing a > classpathref= to an existing plugin. Writing a new plugin, you may > have to figure out what the plugin needs to /do/ with the classpathref, > but the maven-antrun-plugin source must contain the answer somewhere. > I looked into the maven-antrun-plugin. The relevant part is here . It adds the classpaths as a reference to an instance of an Ant Project. The documentation for which is not very illuminating. After that, it just executes the tasks on the Ant Project. I'll keep digging further to find something useful. I also found https://issues.apache.org/jira/browse/MANTRUN-200 and https://issues.apache.org/jira/browse/MNG-6275. I think these might be relevant to the problem as well. I have also pushed the changes. I suspect I might be doing something wrong in the integration itself which might be a cause of this. Regards, Kartik. --0000000000006f464905aa6cd088 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Probably the same way as in 6cd539b. Now, that was just = passing a
classpathref=3D to an existing plugin. Writing a new plugin, you may
have to figure out what the plugin needs to /do/ with the classpathref,
but the maven-antrun-plugin source must contain the answer somewhere.
I looked into the maven-antrun-plugin. The relevant part is= =C2=A0here. It adds the classpaths as a reference = to an instance=C2=A0of an Ant Project. The documentation for which is not very illuminating. = After that, it just executes the tasks on the Ant Project. I'll keep di= gging further to find something useful. I also found=C2=A0https://issues.apache.org/jira= /browse/MANTRUN-200=C2=A0and=C2=A0https://issues.apache.org/jira/browse/MNG-6275. I= think these might be relevant to the problem as well. I have also pushed t= he changes. I suspect I might be doing something wrong in the integration i= tself which might be a cause of this.
Regards,
Kartik.<= /div>
--0000000000006f464905aa6cd088--