What about making this a top-level target? say ant check-doc ?
On 2007-11-28, at 14:00 EST, Benjamin Shine wrote:
cd docs/src
ant clean reference
...takes about 6-8 minutes on my machine...
There are tons of "warnings" and "errors" but so long as it says
"BUILD SUCCESSFUL" you're probably okay. Then go look at just a few
of the reference pages:
http://localhost:8080/trunk/docs/reference/LzView.html (an LFC
class)
http://localhost:8080/trunk/docs/reference/lz.basebutton.html (a
component)
http://localhost:8080/trunk/docs/reference/tag.attribute.html (a
language element)
http://localhost:8080/trunk/docs/reference/LzBrowser+swf7+swf8+swf9.html
(a runtime-specific API)
...all of those should have non-trivial content.
-ben