DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| 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
...