Re: Javadoc

2016-01-19 Thread Joe Witt
What is the best way to do this?  mvn site?

On Tue, Jan 19, 2016 at 8:41 AM, Sean Busbey  wrote:
> Hi Devin!
>
> Sorry for the gap. We're tracking the need for a web accessible copy
> of our API javadocs in NIFI-943. I don't believe anyone has taken up
> the task yet, so if you're looking to get more involved in the project
> we'd love the help!
>
> On Sun, Jan 17, 2016 at 1:38 PM, Devin Fisher
>  wrote:
>> Might be a silly question but I can't find a link the Javadocs anywhere on
>> your website. I've googled for it and only find the reference to the
>> Javadocs in the NiFi Developer’s Guide
>> . I'm hopeful that I'm just
>> not seeing it. If not, what is the recommended way to get a hold of it?
>>
>> Also, thanks in advanced.
>>
>> Devin


Re: Javadoc

2016-01-19 Thread Sean Busbey
Hi Devin!

Sorry for the gap. We're tracking the need for a web accessible copy
of our API javadocs in NIFI-943. I don't believe anyone has taken up
the task yet, so if you're looking to get more involved in the project
we'd love the help!

On Sun, Jan 17, 2016 at 1:38 PM, Devin Fisher
 wrote:
> Might be a silly question but I can't find a link the Javadocs anywhere on
> your website. I've googled for it and only find the reference to the
> Javadocs in the NiFi Developer’s Guide
> . I'm hopeful that I'm just
> not seeing it. If not, what is the recommended way to get a hold of it?
>
> Also, thanks in advanced.
>
> Devin


Re: Javadoc

2016-01-17 Thread Jeremy Dyer
my apologizes the command should be "mvn javadoc:aggregate" instead of "mvn
javadoc:generate"

On Sun, Jan 17, 2016 at 3:18 PM, Jeremy Dyer  wrote:

> Devin I'm not sure of the presence of the javadocs on nifi.apache.org but
> assuming your on a linux/os x machine with git, java, and maven already
> installed the quickest way to get the latest javadocs would be the run "git
> clone https://github.com/apache/nifi.git && cd nifi && mvn
> javadoc:generate". This should generate the javadocs in
> nifi/target/site/apidocs. Hope this helps.
>
> On Sun, Jan 17, 2016 at 2:38 PM, Devin Fisher <
> devin.fis...@perfectsearchcorp.com> wrote:
>
>> Might be a silly question but I can't find a link the Javadocs anywhere on
>> your website. I've googled for it and only find the reference to the
>> Javadocs in the NiFi Developer’s Guide
>> . I'm hopeful that I'm just
>> not seeing it. If not, what is the recommended way to get a hold of it?
>>
>> Also, thanks in advanced.
>>
>> Devin
>>
>
>


Re: Javadoc

2016-01-17 Thread Jeremy Dyer
Devin I'm not sure of the presence of the javadocs on nifi.apache.org but
assuming your on a linux/os x machine with git, java, and maven already
installed the quickest way to get the latest javadocs would be the run "git
clone https://github.com/apache/nifi.git && cd nifi && mvn
javadoc:generate". This should generate the javadocs in
nifi/target/site/apidocs. Hope this helps.

On Sun, Jan 17, 2016 at 2:38 PM, Devin Fisher <
devin.fis...@perfectsearchcorp.com> wrote:

> Might be a silly question but I can't find a link the Javadocs anywhere on
> your website. I've googled for it and only find the reference to the
> Javadocs in the NiFi Developer’s Guide
> . I'm hopeful that I'm just
> not seeing it. If not, what is the recommended way to get a hold of it?
>
> Also, thanks in advanced.
>
> Devin
>


Re: Javadoc

2016-01-17 Thread Joe Witt
Also of note the javadoc archives, just as is the case with source
archives, are published to Nexus which enables easy IDE integration.

Thanks
Joe

On Sun, Jan 17, 2016 at 8:35 PM, 满满的回忆杀 <fate_testarossa...@qq.com> wrote:
> why not to use doxygen  to generate java docs
>
>
>
>
> -- 原始邮件 --
> 发件人: "Jeremy Dyer"<jdy...@gmail.com>;
> 发送时间: 2016年1月18日(星期一) 凌晨4:20
> 收件人: "dev"<dev@nifi.apache.org>;
> 主题: Re: Javadoc
>
>
>
> my apologizes the command should be "mvn javadoc:aggregate" instead of "mvn
> javadoc:generate"
>
> On Sun, Jan 17, 2016 at 3:18 PM, Jeremy Dyer <jdy...@gmail.com> wrote:
>
>> Devin I'm not sure of the presence of the javadocs on nifi.apache.org but
>> assuming your on a linux/os x machine with git, java, and maven already
>> installed the quickest way to get the latest javadocs would be the run "git
>> clone https://github.com/apache/nifi.git && cd nifi && mvn
>> javadoc:generate". This should generate the javadocs in
>> nifi/target/site/apidocs. Hope this helps.
>>
>> On Sun, Jan 17, 2016 at 2:38 PM, Devin Fisher <
>> devin.fis...@perfectsearchcorp.com> wrote:
>>
>>> Might be a silly question but I can't find a link the Javadocs anywhere on
>>> your website. I've googled for it and only find the reference to the
>>> Javadocs in the NiFi Developer’s Guide
>>> <https://nifi.apache.org/developer-guide.html>. I'm hopeful that I'm just
>>> not seeing it. If not, what is the recommended way to get a hold of it?
>>>
>>> Also, thanks in advanced.
>>>
>>> Devin
>>>
>>
>>