Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 628 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 628 Bytes

Overview

This repository contains the libraries used for Java application development on the BUG platform. Each library is packages as an OSGi bundle, and the OSGi service registry is used extensively.

To build

Set the basedir variable to the directory which build artifacts and test results should be created at, then run the ant build:

cd /tmp
git clone git://github.com/buglabs/bug-osgi.git
export SD=/tmp/bug-osgi
ant -Dbase.build.dir=$SD/com.buglabs.osgi.build/ -Dbasedir=$SD -Dcheckout.dir=$SD/ -f $SD/com.buglabs.osgi.build/com.buglabs.osgi.xml clean fetch.dependencies test test-osgi checkstyle pmd cpd