apache-tuscany/sca-java-2.x/trunk/samples/launcher-embedded-osgi
2010-05-27 08:32:38 +00:00
..
src A little bit of tidying in the launchers. I've disabled the binding.ws target in the osgi launcher as under ant it's not working properly. 2010-05-26 12:36:35 +00:00
build.xml A little bit of tidying in the launchers. I've disabled the binding.ws target in the osgi launcher as under ant it's not working properly. 2010-05-26 12:36:35 +00:00
pom.xml Remove old unused incubator repository definition 2010-05-27 08:32:38 +00:00
README TUSCANY-3563 add readme to binding.rmi top level dir and fix launcher and osgi sample READMEs 2010-05-24 16:37:41 +00:00

OSGI Sample Launcher
===================

This directory contains a sample launcher for the running the
tuscany sample contributions in an OSGI environment.

The README file in the <distribution-unpack-dir>/samples directory provides 
general instructions about building and running sample contributions using the
tuscany sample launchers. ( where
distribution-unpack-dir is the directory in which you unpacked the tuscany
binary distribution archive)

To use this sample OSGI launcher with ant excute the command

ant run-<contributionname>

where run-<contributionname> is one of the targets in the build.xml file

To use this sample launcher to run all of the contributions as junit test cases,
execute the command "mvn" in the launcher directory.