I'm stuck since a while providing a <PR> on the fo...
# community-support
g
I'm stuck since a while providing a PR on the following issue
java.lang.NoClassDefFoundError at CoverageTest.java:30
Caused by: java.lang.ClassNotFoundException at CoverageTest.java:30
generated by the integration project running
./gradlew -Dai.djl.default_engine=OnnxRuntime :integration:test
. The missing class(es) are defined in the api project, which the integration one depends on transitively.. I double checked: •
:integration:dependencies
, api project is there •
:integration:test { println(classpath) }
, where "/home/elect/IdeaProjects/djl/api/build/libs/api-0.28.0-SNAPSHOT.jar" is indeed present there is no module involved, just
package-info.java
, but I don't think they matter for this What am I missing?
v
The dependency on api is commented out
g
it doesnt help if I bring in again, though (just double checked once again right away)
v
Well,l then you probably need to debug your test execution 🙂