GithubHelp home page GithubHelp logo

jbosgi's Introduction

JBoss OSGi

This is the umbrella project for our OSGi effort. It is the home of the integration testsuite, the installer, documentation, etc.

Building From Source

git clone git://github.com/jbosgi/jbosgi.git

When you work with the latest head it is likely that the umbrella project contains references to external submodules. In which case you have a .gitmodules file in the project root. Before you do the actual maven build, you need to initialize and update the submodules like this

git submodule init
git submodule update

Setup the JBoss Maven Repository

To use dependencies from JBoss.org, you need to add the JBoss Maven Repositories to your Maven settings.xml. For details see http://community.jboss.org/wiki/MavenGettingStarted-Users

Build with Maven

The command below builds all the modules and runs all the suites in embedded mode.

$ mvn clean install
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] JBossOSGi ............................................. SUCCESS [0.071s]
[INFO] JBossOSGi Reactor ..................................... SUCCESS [0.067s]
[INFO] JBossOSGi Testsuite ................................... SUCCESS [1.095s]
[INFO] JBossOSGi Testsuite - Examples ........................ SUCCESS [1:35.635s]
[INFO] JBossOSGi Testsuite - Functional ...................... SUCCESS [1:03.949s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 51 seconds
[INFO] Finished at: Thu Mar 04 08:21:04 CET 2010
[INFO] Final Memory: 74M/148M
[INFO] ------------------------------------------------------------------------

To setup a local Hudson QA environment have a look at http://community.jboss.org/wiki/JBossOSGiHudsonQA

Running Tests

There are two properties that can be specified when running tests

-Dtarget.container=[runtime|jboss501|jboss510|jboss???]
-Dframework=[felix|equinox|jbossmc]

The default uses the native MC based Framework in embedded mode (i.e. no target container)

jbosgi's People

Contributors

bosschaert avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.