summaryrefslogtreecommitdiff
path: root/test/osgi/src/BasicTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8927 Update OSGi stuff to get rid of bndlib warningRafaƂ Krzewski2014-10-231-9/+6
| | | | | | | | | | | | | | The way the desired OSGi frameworks are chosen has changed between Pax Exam versions: On earlier versions, specifying it in code was fine, but PAX Exam 4.x runs the tests on the first OSGi framework it finds on classpath. An exclusion for the transitive dependency org.osgi.core was added, because it seems that artifact has broken dependecies (which would have brought us back to square one). Good thing is that it isn't needed here, because the OSGi framework JARs contain all necessary classes.
* Additional OSGi tests.Josh Suereth2012-09-191-1/+1
| | | | | | | * Ensure scala-library can be resolved on its own, and with sun.misc.Unsafe usage. * Ensure reflection works without scala-compiler.jar * Ensure ToolBox's can see all classes necessary when evaluating expressions. * Cleanup test helper for filtering in/out bundles.
* Adds OSGi support / tests to Scala. Fixes SI-5822.Josh Suereth2012-09-181-0/+33
* Adds BND manifest generation to the build. * Adds OSGi pax-exam testing infrastructure * Adds simple OSGi verification test for bundle resolution. * Modifies distribution to use bundles.