You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repository and execute mvn test and it fails:
[...]
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.example.osgi.svc.MyServiceTestCase
22 [main] INFO org.ops4j.pax.exam.spi.DefaultExamSystem - Pax Exam System (Version: 2.5.0) created.
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.072 sec <<< FAILURE!
Results :
Tests in error:
getHelloService:org.example.osgi.svc.MyServiceTestCase.getHelloService:NativeContainer:org.apache.felix.framework.FrameworkFactory@7f63425a(org.example.osgi.svc.MyServiceTestCase): Not highest version found for org.example.osgi.mvn-felix-eclipse:api-bundle:jar:(0.0,]
[...]
Execute the following commands to try:
git clone https://github.com/bosschaert/osgi-toolchain-mvn-felix-eclipse-example.git
cd osgi-toolchain-mvn-felix-eclipse-example
mvn test -Dmaven.repo.local=/tmp/repo-$(date +%Y%m%d-%H%M%S)
I cloned the repository and execute
mvn test
and it fails:Execute the following commands to try:
I am using the following tool stack:
Do you need any additional information?
The text was updated successfully, but these errors were encountered: