Versions Compared

Key

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

...

Code Block
camel-rider:/tmp/camel/examples$ mvn -v
Maven version: 23.0.8

...

3

Running the examples in Maven

...

Code Block
cd camel-example-spring
mvn camel:run

Running the examples in Ant

...

run

...

on UNIX

Code Block

cd camel-example-spring
export ACTIVEMQ_HOME=<path to ActiveMQ install directory>
ant

on Windows

Code Block

cd camel-example-spring
set ACTIVEMQ_HOME=<path to ActiveMQ install directory>
ant

Running the examples in your IDE

...