Author: davsclaus
Date: Mon Apr 14 12:23:50 2008
New Revision: 647947
URL: http://svn.apache.org/viewvc?rev=647947&view=rev
Log:
CAMEL-46: Ant files to run the examples. Thanks to Peter Jones for the great patches.
Modified:
activemq/camel/trunk/examples/camel-example-docs/README.txt
activemq/camel/trunk/examples/camel-example-spring/README.txt
Modified: activemq/camel/trunk/examples/camel-example-docs/README.txt
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-docs/README.txt?rev=647947&r1=647946&r2=647947&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-docs/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-docs/README.txt Mon Apr 14 12:23:50 2008
@@ -12,11 +12,15 @@
To run the example using Maven and generate the documentation type
mvn camel:dot
+The reports should be generated in
+ target/site/cameldoc/index.html
+
To run the example using Ant and generate the documentation type
ant
-The reports should be generated in
- target/site/cameldoc/index.html
+If the dot executable is in your path, .svg images will be generated for
+any .dot files under
+ target/site/cameldoc
You can see the routing rules by looking at the java code in the
src/main/java directory and the Spring XML configuration file in
@@ -30,5 +34,6 @@
------------------------
The Camel riders!
+
Modified: activemq/camel/trunk/examples/camel-example-spring/README.txt
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-spring/README.txt?rev=647947&r1=647946&r2=647947&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-spring/README.txt Mon Apr 14 12:23:50 2008
@@ -23,6 +23,9 @@
c. To Run the example using Ant, type
ant
+ or to run the example and generate visualization graphs (refer to
+ http://activemq.apache.org/camel/visualisation.html), type
+ ant camel.dot
You can see the routing rules by looking at the java code in the
src/main/java directory and the Spring XML configuration lives in
@@ -39,5 +42,6 @@
------------------------
The Camel riders!
+
|