Also, the "ant doc" target, if I remember right, builds both the
developer's doc set and the contributor's doc set -- which means you
build the Reference TWICE, once with private fields, and once without.
jrs
On Sep 7, 2007, at 3:25 PM, Benjamin Shine wrote:
If you want to build the developer's guide and tutorials and all
that, but you don't need the reference, pass in -
Dskip.doc.reference=true when you call the doc task:
$ ant -Dskip.doc.reference=true doc
This will take much much less time than the complete doc build; for
me it's 4 minutes vs 28 minutes.
-ben