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, 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.jarImage Added

IPOJO Architecture Command

...

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.jarImage Added

IPOJO Ant Task

The iPOJO Ant task allow you to create iPOJO bundle with Ant. This Ant task is available here. More details on how to use this task here.

Sources

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

...

Code Block
mvn clean 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).