Author: jstrachan
Date: Tue Jun 10 06:00:09 2008
New Revision: 666093
URL: http://svn.apache.org/viewvc?rev=666093&view=rev
Log:
Made it clear DOT must be installed to run this example
Modified:
activemq/camel/trunk/examples/camel-example-docs/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=666093&r1=666092&r2=666093&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-docs/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-docs/README.txt Tue Jun 10
06:00:09 2008
@@ -9,6 +9,11 @@
visualisation feature
http://activemq.apache.org/camel/visualisation.html
+NOTE before you run this example you MUST install GraphViz so that
+the 'dot' executable is available on your path.
+See the camel:dot documentation for more information
+ http://activemq.apache.org/camel/camel-dot-maven-goal.html
+
To run the example using Maven and generate the documentation type
mvn camel:dot