Author: davsclaus
Date: Mon Jun  9 11:11:19 2008
New Revision: 665809

URL: http://svn.apache.org/viewvc?rev=665809&view=rev
Log:
CAMEL-594: Added compile step in readme. Applied patch with thanks to Jonathan

Modified:
    activemq/camel/trunk/examples/camel-example-cxf/README.txt
    activemq/camel/trunk/examples/camel-example-jms-file/README.txt
    activemq/camel/trunk/examples/camel-example-loan-broker/README.txt
    activemq/camel/trunk/examples/camel-example-spring-jms/README.txt

Modified: activemq/camel/trunk/examples/camel-example-cxf/README.txt
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-cxf/README.txt?rev=665809&r1=665808&r2=665809&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-cxf/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-cxf/README.txt Mon Jun  9 
11:11:19 2008
@@ -5,7 +5,7 @@
 Maven or Ant.
 
 To run the example type
-  mvn exec:java
+  mvn compile exec:java
 
 To run the example with Ant
   a. You need to have Apache ActiveMQ and Apache CXF installed. They can be
@@ -48,3 +48,4 @@
 The Camel riders!
 
 
+

Modified: activemq/camel/trunk/examples/camel-example-jms-file/README.txt
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-jms-file/README.txt?rev=665809&r1=665808&r2=665809&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-jms-file/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-jms-file/README.txt Mon Jun  9 
11:11:19 2008
@@ -12,7 +12,7 @@
   http://activemq.apache.org/camel/walk-through-an-example.html
 
 The example should run if you type
-  mvn exec:java
+  mvn compile exec:java
 
 To run the example with Ant
   a. You need to have Apache ActiveMQ installed. It can be downloaded from 
@@ -47,3 +47,4 @@
 The Camel riders!
 
 
+

Modified: activemq/camel/trunk/examples/camel-example-loan-broker/README.txt
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-loan-broker/README.txt?rev=665809&r1=665808&r2=665809&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-loan-broker/README.txt 
(original)
+++ activemq/camel/trunk/examples/camel-example-loan-broker/README.txt Mon Jun  
9 11:11:19 2008
@@ -13,6 +13,9 @@
 For the latest & greatest documentation on how to use this example please see:
   http://cwiki.apache.org/CAMEL/example-loan-broker.html
 
+You will need to compile this example first:
+  mvn compile
+
 The example of queue version should run if you type
   mvn exec:java -PQueue.LoanBroker
   mvn exec:java -PQueue.Client
@@ -40,3 +43,4 @@
 The Camel riders!
 
 
+

Modified: activemq/camel/trunk/examples/camel-example-spring-jms/README.txt
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-spring-jms/README.txt?rev=665809&r1=665808&r2=665809&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring-jms/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-spring-jms/README.txt Mon Jun  
9 11:11:19 2008
@@ -17,6 +17,9 @@
 For the latest & greatest documentation on how to use this example please see:
   http://cwiki.apache.org/CAMEL/tutorial-jmsremoting.html
 
+You will need to compile this example first:
+  mvn compile
+
 The example should run if you type
   mvn exec:java -PCamelServer
   mvn exec:java -PCamelServerAOP
@@ -42,3 +45,4 @@
 The Camel riders!
 
 
+


Reply via email to