Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Memory requirements changed.

...

Before building CXF, you need to setup an environment variable to give maven Maven more memory:

Code Block
export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=128M"

On 64bit platforms (64bit Linux and Solaris are known to require this), you also need to increase the PermGen space:

...

or Solaris platforms, or if you're obtaining out-of-memory or PermGen space errors, you may need to expand the memory requirements above further, to 1024M and 256M.

To build CXF simply execute (from within the 'trunk' directory):

...