Skip to content

fwaibel/testspringbundleresolution

 
 

Repository files navigation

The purpose of this repository is to develop a testcase which will check that the Spring framework bundles
resolve inside an OSGi container. See https://jira.springsource.org/browse/SPR-8791.

The testcase could be made more efficient by cacheing Spring bundles in the local Maven repository, but since it
is intended for running inside the Spring build, this may not be particularly helpful and may even cause problems
if a build is re-spun to change the OSGi metadata without modifying the version to be published.

Pre-req's
=========

Gradle 1.0-milestone-6 was used for building. This should be installed as documented here: http://www.gradle.org/installation

Building
========

gradle clean test

Using Eclipse
=============

Since Gradle generates Eclipse .classpath files which contain absolute paths on the user's machine, these are not checked in.
You should generate your own:

gradle eclipse

Nowadays you can use the Eclipse Gradle Plugin:

Import... Gradle -> Gradle project.

License
=======

This project is licensed under the Apache License, version 2.0 available from http://www.apache.org/licenses/LICENSE-2.0.

About

Test the Spring framework bundles resolve in OSGi

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.8%
  • Shell 2.2%