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 1k00dQ-0000Jh-HO for pljava-dev@arkaria.postgresql.org; Mon, 27 Jul 2020 10:45:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1k00dP-0006ei-CP for pljava-dev@arkaria.postgresql.org; Mon, 27 Jul 2020 10:45:31 +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 1k00dP-0006eb-5I for pljava-dev@lists.postgresql.org; Mon, 27 Jul 2020 10:45:31 +0000 Received: from mail-ej1-x635.google.com ([2a00:1450:4864:20::635]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1k00dI-0002OX-UZ for pljava-dev@lists.postgresql.org; Mon, 27 Jul 2020 10:45:30 +0000 Received: by mail-ej1-x635.google.com with SMTP id dk23so4690402ejb.11 for ; Mon, 27 Jul 2020 03:45:24 -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=diVaafSScSCrNGjq5gOsLIffjXSsoGiO2V0V5eFWjkI=; b=PywdGTSvpwg6zYqjfUKp462YubBtxBkc70wDhWKX/6WVxb5oFeobUU4gfJ3IubnJna IbDl+8GSFXxckx4U/nYjPptj904w8H6tX3t3ann6iHjhVuPWalA/rht++xCHhrSZcbz3 fwUHFpb11I576zChYbOdOou7IPWRfEQz9Vit944c6sbyJaJzvqXcdgZeqy1EzKzWtw1C axLSciAkAAnhj43Fv/qqJFTzin3g82Q5hPRSrrVinK3WIa5COrPXMdaw8rGcXnUwM1Rd UPptkkS0j6MTwl/oM2TRcDARxJZ3foQGBASOU6ajveFu281t4PfmaMUheAhzRy+5Ns1C yy7Q== 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=diVaafSScSCrNGjq5gOsLIffjXSsoGiO2V0V5eFWjkI=; b=L0LwMyvRC21+u8dCgKkRpz4oqfzW3m6r+sr+TF+mt8lXMVffivUl4QuH9/7iZyY3w7 QdQCpoKliCuH0R/LdD8Nd8ENABSijCPrdq36b+1/LZVkOolLvpNyJZ7KyAInNej+ecHm hK4SrfGQd6W4YF3UB+ScJQW8Z96rdsy/0C37M9sxQ2MyDaTFO7JQUsdZWrI3p6OJe0/7 N1FfFLZy6S0J+aYVmQwSABLOJiD8K15Lf9/AN7nBKdJXdCnjKxiUaZLYC0W7hbDP9B8a oSHXqLrYISKk+XMkyHSAeu2HaGQ7TjhCljwv8/904LrxfYDztZTCgUZmLhTz19BvQq1Y N7gQ== X-Gm-Message-State: AOAM533z47alFGdtiWFjve2wvucIDSE/y9LgPxU9F/5Fa6RMud+ixwK5 3toZcNW6+++1sQ+fj1Um59Bb6Vgy/a0rK+XDMsuFhqE0 X-Google-Smtp-Source: ABdhPJzxoVYx+k3Y+IhhSq/2yvPnSgxExsajegxDYR+kel+ogOI1CjVUbQHuCoWAwoEEJWdP9vdz7t4xsTRsXBfdU/0= X-Received: by 2002:a17:907:4303:: with SMTP id nh3mr2892811ejb.520.1595846723080; Mon, 27 Jul 2020 03:45:23 -0700 (PDT) MIME-Version: 1.0 References: <5F1664C5.2070700@anastigmatix.net> <5F1735ED.6020707@anastigmatix.net> <5F1753C9.4060500@anastigmatix.net> <5F175F40.1000905@anastigmatix.net> <5F18C58F.8060204@anastigmatix.net> <5F19C36C.70905@anastigmatix.net> <5F1C6F06.2020809@anastigmatix.net> <5F1CE067.2060107@anastigmatix.net> In-Reply-To: <5F1CE067.2060107@anastigmatix.net> From: Kartik Ohri Date: Mon, 27 Jul 2020 16:15:10 +0530 Message-ID: Subject: Re: PL/Java new build plugin To: Chapman Flack Cc: pljava-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000000b973605ab6a05ff" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000000b973605ab6a05ff Content-Type: text/plain; charset="UTF-8" Hi! The initial version of the javadoc mojo is ready. I have pushed the changes. For now, I have just exposed a function using which arguments could be added to the javadoc tool. I also wrote some script for making the tool work. The javadoc tool works for pljava-api but not for pljava. I am trying to debug this. It also works for PL/Java Examples. I have hardcoded some things which I'll change later like the version once the mojo works properly. The generate method is still to be added. I did not try to go the interface route yet because I am not sure of the order in which maven calls these methods. Because if maven calls these methods before the executeReport method it would be of no use. Also, if there are a small limited set of methods, directly exposing those could work as well. Regards, Kartik Ohri --0000000000000b973605ab6a05ff Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi! The initial version of the javadoc mojo is ready. I ha= ve pushed the changes. For now, I have just exposed a function using which = arguments could be added to the javadoc tool. I also wrote some script for = making the tool work. The javadoc tool works for pljava-api but not for plj= ava. I am trying to=C2=A0 debug this. It also works for PL/Java Examples. I= have hardcoded some things which I'll change later like the version on= ce the mojo works properly. The generate method is still to be added.
<= br>
I did not try to go the interface route yet because I am not = sure of the order in which maven calls these methods. Because if maven call= s these methods before the executeReport method it would be of no use. Also= , if there are a small limited set of methods, directly exposing those coul= d work as well.=C2=A0

Regards,
Kartik Oh= ri
--0000000000000b973605ab6a05ff--