Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
17.12.01
-
None
-
2016 - OFBiz Community Day 4
Description
The OFBiz javadocs are not standard compliant and not legally correct which means that generating javadocs would fail. As a temporary workaround we added to the gradle build script:
javadoc.failOnError = false
However, the root solution would be to fix all the errors in javadocs and eventually remove the above code snippet from gradle. For more about compliance with javadocs you can read javadoc style document
The best way to fix this issue is by:
- running "./gradlew javadoc"
- fixing the javadoc errors
- running "./gradlew javadoc" again and ensuring the errors are gone
This is a large task (might need to be broken down to many sub-tasks). Any help is greatly appreciated!
Attachments
Attachments
Issue Links
- is related to
-
OFBIZ-9148 Check and enhance the Javadoc rules/documentation for the project
- Open