Isn't "developers" a target?
I think in the old universe I used to do "ant dguide"
and in the new universe I do "ant developers"
did something change?
This does not get you the Deployer's Guide, but that hardly changes
anyway!
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