Re: Generating and cleaning up our JavaDoc

2013-11-11 Thread Richard Bair
Another approach is to have a local copy of gradle.properties and put the BUILD_JAVADOC=true line in that file. > On Nov 11, 2013, at 7:52 AM, Kevin Rushforth > wrote: > > Thanks, Jonathan, I think this is a worthy effort. I usually use the latter > (... clean sdk) to build the javadoc at the

Re: Generating and cleaning up our JavaDoc

2013-11-11 Thread Kevin Rushforth
Thanks, Jonathan, I think this is a worthy effort. I usually use the latter (... clean sdk) to build the javadoc at the same time I build the SDK when I want to look at the javadoc-generated API docs, but either should work. -- Kevin Jonathan Giles wrote: Hi all, This email serves partly a

Generating and cleaning up our JavaDoc

2013-11-10 Thread Jonathan Giles
Hi all, This email serves partly as a useful tip (assuming I'm correct), and partly as a request for improving the current javadoc build situation. Firstly, the presumed tip: to generate JavaDoc in our new gradle build setup, it appears necessary to set BUILD_JAVADOC to true. It would seem that t