mcculls / osgi-in-action

Automatically exported from code.google.com/p/osgi-in-action
Apache License 2.0
19 stars 16 forks source link

chapter 07 pax exam example code not working #9

Open aminabromand opened 4 years ago

aminabromand commented 4 years ago

What steps will reproduce the problem?

  1. Download source
  2. changed into the directory [osgi-in-action]/chapter07/testing-example
  3. executed: ant test.container

What is the expected output? successful tests.

What do you see instead? ... Caused by: org.ops4j.pax.runner.platform.PlatformException: [mvn:org.ops4j.pax.exam/pax-exam/1.1.0] is not a valid bundle ... Caused by: java.util.zip.ZipException: error in opening zip file ...

What version of the product are you using? On what operating system? Ant 1.9 JDK 1.8 (also tried JDK 1.6) Windows 10 64 bit (also tried Mac OS)

Please provide any additional information below. The other examples all work for me

aminabromand commented 4 years ago

When i make sure the bundles(with correct version etc) are available in my local maven repository the issue is not coming up.