Versions Compared

Key

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

...

1) Grab the sources from the Subversion repository or download the ServiceMix source distribution
2) Build the source with the following command on the command line:

On Unix:

Code Block

export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"
mvn install

On Windows:

Code Block

set MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"
mvn install
Warning
Unit tests errors
Unit tests errors

If you encounter some failures due to unit tests errors do the following:

Code Block
mvn install -Dmaven.test.skip=true

...