Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
org.apache.felix.dependencymanager-r11
-
None
-
None
Description
Trying to build the DM sources from scratch fails the first time (also after a `clean`) with the following error:
:org.apache.felix.dependencymanager.runtime:build :org.apache.felix.dependencymanager.runtime.itest:compileJava Error : Exception: java.lang.ClassNotFoundException: org.apache.felix.dm.annotation.plugin.bnd.AnnotationPlugin not found, parent: java.net.URLClassLoader@258ee7de urls:[file:/private/tmp/felix-staging/org.apache.felix.dependencymanager-r11/org.apache.felix.dependencymanager-r11-src/org.apache.felix.dependencymanager.annotation/generated/org.apache.felix.dependencymanager.annotation.jar] exception:java.lang.ClassNotFoundException: org.apache.felix.dm.annotation.plugin.bnd.AnnotationPlugin Error : Failed to load plugin org.apache.felix.dm.annotation.plugin.bnd.AnnotationPlugin;log=debug;path:="/private/tmp/felix-staging/org.apache.felix.dependencymanager-r11/org.apache.felix.dependencymanager-r11-src/org.apache.felix.dependencymanager.annotation/generated/org.apache.felix.dependencymanager.annotation.jar", error: java.lang.ClassNotFoundException: org.apache.felix.dm.annotation.plugin.bnd.AnnotationPlugin not found, parent: java.net.URLClassLoader@258ee7de urls:[file:/private/tmp/felix-staging/org.apache.felix.dependencymanager-r11/org.apache.felix.dependencymanager-r11-src/org.apache.felix.dependencymanager.annotation/generated/org.apache.felix.dependencymanager.annotation.jar] exception:java.lang.ClassNotFoundException: org.apache.felix.dm.annotation.plugin.bnd.AnnotationPlugin Error : Cannot load the plugin org.apache.felix.dm.annotation.plugin.bnd.AnnotationPlugin :org.apache.felix.dependencymanager.runtime.itest:compileJava FAILED FAILURE: Build failed with an exception.
The build is successful after re-running it again after this exception.