Return-Path: Delivered-To: apmail-activemq-camel-commits-archive@locus.apache.org Received: (qmail 46371 invoked from network); 14 Apr 2008 19:24:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Apr 2008 19:24:13 -0000 Received: (qmail 70798 invoked by uid 500); 14 Apr 2008 19:24:13 -0000 Delivered-To: apmail-activemq-camel-commits-archive@activemq.apache.org Received: (qmail 70767 invoked by uid 500); 14 Apr 2008 19:24:13 -0000 Mailing-List: contact camel-commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-commits@activemq.apache.org Received: (qmail 70758 invoked by uid 99); 14 Apr 2008 19:24:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 12:24:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 19:23:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 731531A983A; Mon, 14 Apr 2008 12:23:52 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r647947 - in /activemq/camel/trunk/examples: camel-example-docs/README.txt camel-example-spring/README.txt Date: Mon, 14 Apr 2008 19:23:51 -0000 To: camel-commits@activemq.apache.org From: davsclaus@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080414192352.731531A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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! +