On Tue, Aug 9, 2011 at 2:00 PM, Jeff Jensen <[email protected]> wrote: > I prefer to gen JavaDoc in the nightly site gen run, from the parent. > Avoids the problem you mentioned. You could run a site gen multiple times > per day, if it's not a long duration.
And we do this too, since there may be other things besides javadoc you want to reference, Think anything in src/main/site. > These days, IDEs such as Eclipse display JavaDoc pulled directly from > source, so you could avoid a JavaDoc gen entirely if you configure the IDE > correctly. This was what I was meaning. > And, as your code base grows, the build time will slow - so not the time to > gen JavaDoc at any phase of the normal build. +1 to sub 10 minute developer builds http://www.google.com/search?q=sub+10+minute+developer+builds e.g. http://jamesshore.com/Agile-Book/ten_minute_build.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
