summaryrefslogtreecommitdiff
path: root/test/osgi
Commit message (Collapse)AuthorAgeFilesLines
* SI-6305 fix.Vojin Jovanovic2012-09-251-1/+1
|
* Additional OSGi tests.Josh Suereth2012-09-195-8/+112
| | | | | | | * 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 very simplistic reflection in OSGi test. Provides the frameworkJosh Suereth2012-09-181-0/+66
| | | | to discover important reflection bugs in OSGi containers.
* Adds OSGi support / tests to Scala. Fixes SI-5822.Josh Suereth2012-09-182-0/+51
* 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.