Versions Compared

Key

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

...

  • Download and install Maven. (Maven 2.2.1 is required to build Camel 2.5 onwards).
    (Maven 3.0.x may have issues building Camel. We are working to support that in a future release. Keep an eye on the release notes.)
  • Get the latest Source
  • Java 1.5 6 or better
    (Java 1.5 is being @deprecated , and no longer supported from Camel 3.0 requires Java 1.6 or better2.7 onwards)

Optional:

  • Prince should be in the executable PATH to generate the PDF documentation

...

Code Block
set MAVEN_OPTS=-Xmx512mXmx1024m -XX:MaxPermSize=128m512m

A normal build

Code Block
mvn install

...