Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The iPOJO Runtime is an OSGi bundle. You need only to install this bundle to use iPOJO. You can download the bundle here.

iPOJO Maven Plug-in

To build iPOJO Bundle, you can use a Maven plug-in. The plug-in needs to be installed in your Maven repository.  First download the iPOJO plug-in and then use the following command to install it:

Code Block
mvn install:install-file -DgroupId=org.apache.felix \
           -DartifactId=org.apache.felix.ipojo.plugin \
           -Dversion=0.7.0-incubator-SNAPSHOT \
           -Dpackaging=jar \
           -Dfile=/path/to/file

Replace /path/to/file by the path of the iPOJO Plugin.Beside, an Eclipse plugin is available at http://plop-plop.net/clement(update Image Removed site). This plugin allow creating and packaging iPOJO Project . The Eclipse Plug-in use BND.

...

You can download the Architecture Command bundle here.

Sources

iPOJO Sources are available on the Apache Felix Project source trunk. To download all Felix sources, use the command :

...

Code Block
svn checkout http://svn.apache.org/repos/asf/incubator/felix/trunk/ipojo.metadatasvn checkout http://svn.apache.org/repos/asf/incubator/felix/trunk/ipojosvn checkout http://svn.apache.org/repos/asf/incubator/felix/trunk/ipojo.pluginsvn checkout http://svn.apache.org/repos/asf/incubator/felix/trunk/ipojo.arch

   

...