While we're waiting for proper documentation to come up, it's worth mentioning that the API is exactly the same as it used to be, except now we use the `doc` task rather than `javadoc`. The `doc` task will auto-detect your project type and use the relevant documentation provider (e.g. javadoc, scaladoc, groovydoc). We still don't have support for things like package_with_doc, but plain-old doc invocation works just fine.
Daniel On Mon, Apr 5, 2010 at 9:23 AM, Adam Crain <[email protected]>wrote: > Thanks for a great, I've got buildr nicely integrated with Hudson now in > a mixed java/scala project. > > > > My next task is generating docs. The documentation online seems to use a > deprecated API: > > > > http://buildr.apache.org/packaging.html > > > > Where can I find updated info on generating docs? I'm using edge, and > saw the following ticket that scaladoc is now supported: > > > > http://issues.apache.org/jira/browse/BUILDR-265 > > > > thanks, > > Adam > > > >
