Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CEF8CC411 for ; Fri, 4 May 2012 19:32:13 +0000 (UTC) Received: (qmail 54080 invoked by uid 500); 4 May 2012 19:32:13 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 54012 invoked by uid 500); 4 May 2012 19:32:13 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 54004 invoked by uid 99); 4 May 2012 19:32:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 19:32:13 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 19:32:06 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SQOED-0005Fd-6X for users@camel.apache.org; Fri, 04 May 2012 12:31:45 -0700 Date: Fri, 4 May 2012 12:31:45 -0700 (PDT) From: Babak Vahdat To: users@camel.apache.org Message-ID: <1336159905194-5686749.post@n5.nabble.com> In-Reply-To: <1336074245289-5684148.post@n5.nabble.com> References: <1336074245289-5684148.post@n5.nabble.com> Subject: Re: Build error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi looking at your maven [ERROR] message, the problem you have is because of camel-msv and your usage of Maven 3.0.4. So either: - Make use of Maven 3.0.3 or less - Do fix the camel-msv's pom.xml the same as by the following revision http://camel.465427.n5.nabble.com/svn-commit-r1300914-in-camel-trunk-apache-camel-pom-xml-components-camel-msv-pom-xml-td5567682.html And you can look at the following thread about the cause of the problem: http://camel.465427.n5.nabble.com/About-Camel-source-which-doesn-t-build-under-Maven-3-0-4-tp5517301p5567688.html And if you want to stick to Maven 3.0.4 then after fixing the pom make sure you delete your m2 cache before building again: ~/.m2/repository/org/iso_relax/verifier/jaxp/validation/isorelax-jaxp-bridge/1.0/*.* Babak -- View this message in context: http://camel.465427.n5.nabble.com/Build-error-tp5684148p5686749.html Sent from the Camel - Users mailing list archive at Nabble.com.