Java UPnP for Sensors Code
Brought to you by:
vsuraci
File | Date | Author | Commit |
---|---|---|---|
ant | 2010-04-20 | fmalmignati | [r49] |
osgi | 2010-04-28 | fmalmignati | [r74] |
tools | 2009-11-09 | fmalmignati | [r1] Upload Knopflerfish |
.classpath | 2010-04-20 | fmalmignati | [r69] |
.project | 2010-02-05 | fmalmignati | [r16] |
LICENSE.txt | 2009-11-09 | fmalmignati | [r1] Upload Knopflerfish |
NOTICE.txt | 2009-11-09 | fmalmignati | [r1] Upload Knopflerfish |
README.txt | 2009-11-09 | fmalmignati | [r1] Upload Knopflerfish |
build.xml | 2009-11-09 | fmalmignati | [r1] Upload Knopflerfish |
changelog.html | 2009-11-09 | fmalmignati | [r1] Upload Knopflerfish |
release_notes.html | 2009-11-09 | fmalmignati | [r1] Upload Knopflerfish |
release_notes.txt | 2009-11-09 | fmalmignati | [r1] Upload Knopflerfish |
====================================================================== Knopflerfish Release 2.3.3 ====================================================================== Contents: ---------------------------------------- README.txt - this file. release_notes.* - the release notes for the current release. changelog.html - the subversion change log for this release. NOTICE.txt - notice file on included third party software. LICENSE.txt - notice file. ant - Ant related code and build include files. docs - online documentation (html), docs/index.html - Starting point for reading the documentation. osgi - all OSGi related code. osgi/bundles - bundles included in distribution. osgi/bundles_opt - some extra bundles. osgi/framework - core OSGi framework. Basic: How to start ---------------------------------------- Prerequisites - JRE 1.3 (1.4 if you want security) or later, available from java.sun.com 1. Step into the osgi dir 2. Start the OSGi framework by: > java -jar framework.jar 3. This starts the framework + a large set of bundles, including the desktop Building: ---------------------------------------- Prerequisites - JDK 1.3(1.4 if you want security) or later, available from java.sun.com - Ant 1.7 or later, available from ant.apache.org - BCEL, available from jakarta.apache.org/bcel BCEL is automtically downloaded to ant/lib during the build process, you may also choose to install it locally in $ANTHOME/lib to chare it between many build trees. - openssl, to create and manipulate certificates when using security and the Conditional Permission Admin (CPA) service. Test suites for CPA can not be built and executed without openssl. 1. Step into the knopflerfish.org directory. 2. Start the build by: > ant all