Versions Compared

Key

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

...

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

Code Block
html
html
svn checkout https://svn.apache.org/repos/asf/felix/trunk/ipojo

Once downloaded, you can compile iPOJO with:

Code Block
html
html
mvn clean install

To compile iPOJO examples, use the following command:

Code Block
html
html
mvn clean install -Pexamples

To compile iPOJO tests, use the following command:

Code Block
html
html
mvn clean install -Ptests

...