Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 20319 invoked from network); 31 Mar 2008 14:59:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Mar 2008 14:59:57 -0000 Received: (qmail 77628 invoked by uid 500); 31 Mar 2008 14:59:57 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 77559 invoked by uid 500); 31 Mar 2008 14:59:56 -0000 Mailing-List: contact camel-dev-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-dev@activemq.apache.org Received: (qmail 77550 invoked by uid 99); 31 Mar 2008 14:59:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2008 07:59:56 -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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2008 14:59:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9C28D234C0AE for ; Mon, 31 Mar 2008 07:57:32 -0700 (PDT) Message-ID: <618560614.1206975452633.JavaMail.jira@brutus> Date: Mon, 31 Mar 2008 07:57:32 -0700 (PDT) From: "Kevin Ross (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-413) Allow for conditional aggregation of routes for DOT generation during the maven build. In-Reply-To: <756049824.1206808292627.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Ross updated CAMEL-413: ----------------------------- Attachment: (was: Dot-Aggregation-camel-maven-plugin.patch) > Allow for conditional aggregation of routes for DOT generation during the maven build. > -------------------------------------------------------------------------------------- > > Key: CAMEL-413 > URL: https://issues.apache.org/activemq/browse/CAMEL-413 > Project: Apache Camel > Issue Type: New Feature > Affects Versions: 1.2.0, 1.3.0 > Environment: Any > Reporter: Kevin Ross > Fix For: 1.4.0 > > Attachments: Dot-Aggregation-camel-spring-Main.java.patch, Not-Formatted-Dot-Aggregation-camel-maven-plugin.patch > > > For ease of unit testing, I separate distinct routes under different camel contexts. Unit testing is then quite easy, but DOT generation is really not a good representation when seeking to view the system as a whole. > This is a patch to camel-spring (Main.java), and the camel-maven-plugin. It allows the optional pom.xml configuration parameter (as well as a new Main.java parameter) to allow routes to be aggregated for the purposes of DOT generation only. Aggregation should have no impact on the runtime, and routes should not be started again. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.