Skip to content
New issue

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

Documentation cannot be created with Javadoc because of errors #6161

Open
stweil opened this issue Jul 31, 2024 · 0 comments
Open

Documentation cannot be created with Javadoc because of errors #6161

stweil opened this issue Jul 31, 2024 · 0 comments
Labels

Comments

@stweil
Copy link
Member

stweil commented Jul 31, 2024

Describe the bug
mvn javadoc:javadoc fails with errors after processing the first module (Kitodo-API):

[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:

  1. Run `mvn javadoc:javadoc
  2. See error

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant