Hi Antoine
I would appreciate if you could give me a hint on which rspecs errors to
attack first. I attach also a full log of a recent rspec run.
Here are my observations. There is one error coming from using Ruby 1.9 (see
below).
The following spec files have no errors.
spec/osgi/version_spec.rb OK
spec/osgi/packaging_sources_spec.rb OK
spec/osgi/bundle_package_spec.rb OK
spec/osgi/container_spec.rb OK
spec/osgi/dependencies_spec.rb OK
spec/osgi/execution_environment_spec.rb OK
spec/osgi/resolving_strategies_spec.rb OK
spec/osgi/registry_spec.rb 1 Simple Patch, Ruby 1.9 issue
spec/osgi/library_extension_spec.rb 13 examples, 3 failures, 1 pending
spec/osgi/bundle_spec.rb 13 examples, 6 failures
spec/osgi/packaging_spec.rb 23 examples, 13 failures, 1 pending
spec/osgi/project_extension_spec.rb 30 examples, 19 failures, 2 pending
spec/eclipse/feature_spec.rb 15 examples, 6 failures
spec/eclipse/p2_spec.rb 1 examples, 1 failure
spec/eclipse/site_spec.rb 2 examples. 2 failures
Remarks:
spec/osgi/bundle_spec.rb has quite a few error like this:
undefined method `with' for #<Buildr::Bnd::BundleTask:0x7f4e8149dd70>
There are 9 failures like this containing "/target/root/resources not created"
Can you also have a quick look, whether this patch is okay
https://github.com/ngiger/buildr4osgi/commit/7cb7f708fa71f96e8e692b706c8dca5c0349f364
to fix an error as ruby 1.9 raises a different error as 1.8? Or should I use a
different approch? If it is okay I will push it to you main repository.
Please let me know, if you think one of my commits is questionable.
Best regard and thanks in advance for your help.
Niklaus