opencast / annotation-tool

A video annotation service that is suitable for research, teaching and learning
Educational Community License v2.0
40 stars 19 forks source link

Annotation-Tool Errors in building process (Still Build Success) #555

Closed TomBogatsch closed 1 year ago

TomBogatsch commented 2 years ago

Running Opencast10.8

When executing "mvn clean install -DdeployTo=/usr/share/opencast" there are errors in testing during the buidling process. However in the end the build is still a success. I included the buildlog

Buildlog.txt

JulianKniephoff commented 1 year ago

Assuming you mean the EclipseLink errors this is "expected."

EclipseLink logs queries that fail/lead to exceptions in the Java code, and in the tests we have some queries that intentionally fail so that we can test the tool's reaction to it, put simply.

Closing. Feel free to reopen if this is not what you meant.