Author: ningjiang
Date: Sun Oct 26 20:42:53 2008
New Revision: 708081

URL: http://svn.apache.org/viewvc?rev=708081&view=rev
Log:
Polished the README.txts in the examples

Modified:
    activemq/camel/trunk/examples/camel-example-axis/README.txt
    activemq/camel/trunk/examples/camel-example-bam/README.txt
    activemq/camel/trunk/examples/camel-example-docs/README.txt
    activemq/camel/trunk/examples/camel-example-guice-jms/README.txt
    activemq/camel/trunk/examples/camel-example-jms-file/README.txt
    activemq/camel/trunk/examples/camel-example-osgi/README.txt
    activemq/camel/trunk/examples/camel-example-spring-xquery/README.txt
    activemq/camel/trunk/examples/camel-example-spring/README.txt

Modified: activemq/camel/trunk/examples/camel-example-axis/README.txt
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-axis/README.txt?rev=708081&r1=708080&r2=708081&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-axis/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-axis/README.txt Sun Oct 26 
20:42:53 2008
@@ -2,7 +2,8 @@
 ============
 
 This example shows how Camel integrates with older frameworks such as Apache 
Axis 1.4.
-It can be run using Maven.
+It can be run using Maven, and you will need to compile this example first:
+  mvn compile
 
 The example exposes a webservice using Apache Axis that uses Camel to send the 
input
 as a message to an endpoint. The endpoint is a file endpoint that stores a 
backup of the request.

Modified: activemq/camel/trunk/examples/camel-example-bam/README.txt
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-bam/README.txt?rev=708081&r1=708080&r2=708081&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-bam/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-bam/README.txt Sun Oct 26 
20:42:53 2008
@@ -4,6 +4,9 @@
 This example shows how to perform Business Activity Monitoring (BAM)
 with Camel. It can be run using Maven or Ant.
 
+You will need to compile this example first:
+  mvn compile
+  
 For a background in BAM see
   http://activemq.apache.org/camel/bam.html
 

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=708081&r1=708080&r2=708081&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-docs/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-docs/README.txt Sun Oct 26 
20:42:53 2008
@@ -8,6 +8,9 @@
 This example also acts as an integration test case for the GraphViz
 visualisation feature 
   http://activemq.apache.org/camel/visualisation.html
+  
+You will need to compile this example first:
+  mvn compile
 
 NOTE before you run this example you MUST install GraphViz so that
 the 'dot' executable is available on your path. 

Modified: activemq/camel/trunk/examples/camel-example-guice-jms/README.txt
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-guice-jms/README.txt?rev=708081&r1=708080&r2=708081&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-guice-jms/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-guice-jms/README.txt Sun Oct 26 
20:42:53 2008
@@ -7,8 +7,11 @@
 The example consumes messages from a queue and writes them to the file
 system.
 
+You will need to compile this example first:
+  mvn compile
+  
 To run the example type
-  mvn compile exec:java
+  mvn exec:java
 
 To run the example with Ant
   a. You need to have Apache ActiveMQ installed. It can be downloaded from 

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=708081&r1=708080&r2=708081&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-jms-file/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-jms-file/README.txt Sun Oct 26 
20:42:53 2008
@@ -10,9 +10,12 @@
 For the latest & greatest documentation on how to use this example
 please see 
   http://activemq.apache.org/camel/walk-through-an-example.html
-
+  
+You will need to compile this example first:
+  mvn compile
+  
 The example should run if you type
-  mvn compile exec:java
+  mvn exec:java
 
 To run the example with Ant
   a. You need to have Apache ActiveMQ installed. It can be downloaded from 

Modified: activemq/camel/trunk/examples/camel-example-osgi/README.txt
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-osgi/README.txt?rev=708081&r1=708080&r2=708081&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-osgi/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-osgi/README.txt Sun Oct 26 
20:42:53 2008
@@ -2,7 +2,10 @@
 =====================
 
 This example shows how use OSGi with Camel. It can be run using Maven or
-Ant.  
+Ant.
+
+You will need to compile this example first:
+  mvn compile
 
 To run the example using Maven type
   mvn camel:run

Modified: activemq/camel/trunk/examples/camel-example-spring-xquery/README.txt
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-spring-xquery/README.txt?rev=708081&r1=708080&r2=708081&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring-xquery/README.txt 
(original)
+++ activemq/camel/trunk/examples/camel-example-spring-xquery/README.txt Sun 
Oct 26 20:42:53 2008
@@ -10,6 +10,9 @@
 The example consumes messages from a directory, transforms them, then sends
 them to a queue. It can be run using either Maven or Ant.
 
+You will need to compile this example first:
+  mvn compile
+
 To run the example using Maven, type
   mvn camel:run
 

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=708081&r1=708080&r2=708081&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring/README.txt (original)
+++ activemq/camel/trunk/examples/camel-example-spring/README.txt Sun Oct 26 
20:42:53 2008
@@ -7,6 +7,9 @@
 The example consumes messages from a queue and writes them to the file
 system.
 
+You will need to compile this example first:
+  mvn compile
+
 To run the example type
   mvn camel:run
 


Reply via email to