Hi,
The official location for the OFBiz API Reference (Javadoc) is at http://ci.apache.org/projects/ofbiz/site/javadocs/ as linked from
http://ofbiz.apache.org/
Currently the API is not updated. There is still the pre-Gradle API there
(thanks Pierre for spotting that).
I fixed a path issue in the Buildbot (the API is generated and uploaded to the URL above by BuilBot) config yesterday by using the path were the
Javadoc are supposed to be generated (even if not well formatted for now, we use the Gradle "javadoc.failOnError = false" parameter)
AFAIK the build location is build/docs/javadoc, but even when I run "gradlew
javadoc" locally this folder keep to be empty. Do I miss something?
Thanks
Jacques