We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug mvn javadoc:javadoc fails with errors after processing the first module (Kitodo-API):
mvn javadoc:javadoc
[ERROR] /kitodo-production/Kitodo-API/src/main/java/org/kitodo/api/dataeditor/rulesetmanagement/MetadataViewWithValuesInterface.java:27: error: reference not found [ERROR] * {@link ComplexMetadataViewInterface#getSortedVisibleMetadatas(Collection, Collection)} [ERROR] ^ [ERROR] /kitodo-production/Kitodo-API/src/main/java/org/kitodo/api/dataformat/MediaPartial.java:32: error: reference not found [ERROR] * {@link org.kitodo.production.helper.metadata.MediaPartialHelper#FORMATTED_TIME_PATTERN} [ERROR] ^ [ERROR] /kitodo-production/Kitodo-API/src/main/java/org/kitodo/api/dataformat/MediaPartial.java:43: error: reference not found [ERROR] * {@link org.kitodo.production.helper.metadata.MediaPartialHelper#FORMATTED_TIME_PATTERN} [ERROR] ^ [ERROR] /kitodo-production/Kitodo-API/src/main/java/org/kitodo/api/dataformat/MediaPartial.java:46: error: reference not found [ERROR] * {@link org.kitodo.production.helper.metadata.MediaPartialHelper#FORMATTED_TIME_PATTERN}
More errors exist in other modules.
To Reproduce Steps to reproduce the behavior:
Expected behavior There must not be any errors because otherwise it is not possible to build the documentation.
Release All recent releases including Git master.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
mvn javadoc:javadoc
fails with errors after processing the first module (Kitodo-API):More errors exist in other modules.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There must not be any errors because otherwise it is not possible to build the documentation.
Release
All recent releases including Git master.
The text was updated successfully, but these errors were encountered: