Versions Compared

Key

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

Download iPOJO

The actual iPOJO version is the 0.7.56-snapshot. This page contains links to download iPOJO binaries and sources of the latest version.

Binaries files

...

IPOJO Runtime

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

Beside, an Eclipse plugin is available at http://plop-plop.net/clement/update(update site). This plugin allow creating and packaging iPOJO Project . The Eclipse Plug-in use BND.

, or install the bundle directly from:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/felix/org.apache.felix.ipojo/0.7.6-SNAPSHOT/org.apache.felix.ipojo-0.7.6-20080329.143310-3.jar

IPOJO

...

Architecture Command

This bundle allows displaying information on created instances (only instances publishing their architecture). This bundle offer provides a new Felix command (named arch), displaying this information.

You can download the Architecture Command bundle here, or install the bundle directly from:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/felix/org.apache.felix.ipojo.arch/0.7.6-SNAPSHOT/org.apache.felix.ipojo.arch-0.7.6-20080329.143419-3.jar

Sources

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

Code Block
svn checkout httphttps://svn.apache.org/repos/asf/incubator/felix/trunk/ipojo

HoweverOnce downloaded, you can compile iPOJO with:

Code Block

mvn clean install

To compile iPOJO examples, use code can be downloaded separatly by using the following command:

Code Block
svnmvn clean checkout http://svn.apache.org/repos/asf/incubator/felix/trunk/ipojo/ 
install -Pexamples

To compile iPOJO tests, use the following command:

Code Block

mvn clean install -Ptests

Note: Tests require that examples are previously compiled as the tests rely on the JUNIT framework (provided as an iPOJO example).