Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F134E10382 for ; Wed, 20 May 2015 16:42:04 +0000 (UTC) Received: (qmail 51802 invoked by uid 500); 20 May 2015 16:42:04 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 51759 invoked by uid 500); 20 May 2015 16:42:04 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 51746 invoked by uid 99); 20 May 2015 16:42:04 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2015 16:42:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id F351F1A3760 for ; Wed, 20 May 2015 16:42:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.119 X-Spam-Level: X-Spam-Status: No, score=-0.119 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id AUD3vDv5dgMi for ; Wed, 20 May 2015 16:41:55 +0000 (UTC) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 591412315C for ; Wed, 20 May 2015 16:41:55 +0000 (UTC) Received: by qcblr10 with SMTP id lr10so25555683qcb.0 for ; Wed, 20 May 2015 09:41:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=6c6kGACogcbhI/Z6XwthAuxrUxbh7uWuLBiiGeYaCxo=; b=jhlfBy5Smg3+VQiYpv2CV/6cHimD/rwN4Z/FjvuDcdVe5hcMeU0H4AuHH6WcLJsDRB k4Q2LgROQ34gNUrckKs7PKCy7yFsVg8d3e/P0UTb8EBbRCr7+F7+3NCy9H1rTUGfRtGO caUBsqPE07ZmRd/Qx3+NUHtpqbqFEo1yr3Df/msRbQ/GSxv22dL8I2QYv99hH1Qv/nxq hYNM8yAXMfKG1dQRf5fSeJ1gLpqK2m4NOCAsI0+zSCQQJGTQzIA67iaRl/ECQi9o1BQS 2wmBrT4/Gxi0xz2n38zffpjGzuwpPQbZLWACm+ZmijFJxItXmsFVpMfjuJyF64IMyGZB YIQA== X-Received: by 10.55.41.68 with SMTP id p65mr72870229qkh.76.1432140114226; Wed, 20 May 2015 09:41:54 -0700 (PDT) Received: from hw10447.local (pool-173-69-176-122.bltmmd.fios.verizon.net. [173.69.176.122]) by mx.google.com with ESMTPSA id x143sm6642424qha.8.2015.05.20.09.41.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 May 2015 09:41:53 -0700 (PDT) Message-ID: <555CB950.5020703@gmail.com> Date: Wed, 20 May 2015 12:41:52 -0400 From: Josh Elser User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: dev@accumulo.apache.org Subject: Re: Javadocs in binary "release" References: <555BF18E.6080706@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Great, thanks for the feedback! I ended up doing javadoc:javadoc and then a javadoc:aggregate. Good to know I could've done something more concise :) I will update the page with those instructions, and not close the ticket until after you've made a pass. Christopher wrote: > This puts the javadocs in the docs/apidocs folder... but, that's > probably something we should change. It should go in target/apidocs > (the default), because that's where plugins/tools probably expect it, > and we don't bundle it in the docs directory anymore, so there's no > reason to generate them there. > > -- > Christopher L Tubbs II > http://gravatar.com/ctubbsii > > > On Wed, May 20, 2015 at 11:44 AM, Christopher wrote: >> Out of date docs. They were removed from the bin tarball awhile back. >> To generate the javadocs for the site, do the following on the tag: >> >> "mvn clean compile javadoc:aggregate" >> >> FWIW, I was going to take a look at the releasing.html page to see if >> there were any edits I could make. This would be a good addition. >> >> -- >> Christopher L Tubbs II >> http://gravatar.com/ctubbsii >> >> >> On Tue, May 19, 2015 at 10:29 PM, Josh Elser wrote: >>> From http://accumulo.apache.org/releasing.html >>> >>> bq. 1. Extract javadocs from binary tarball from the release >>> >>> I don't see the Javadocs in the bin tarball for 1.7.0 or 1.6.2. Is this a >>> bug or (more) out of date documentation?