Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31B24ECE6 for ; Sun, 23 Dec 2012 08:06:17 +0000 (UTC) Received: (qmail 36761 invoked by uid 500); 23 Dec 2012 08:06:16 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 36660 invoked by uid 500); 23 Dec 2012 08:06:14 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 36626 invoked by uid 99); 23 Dec 2012 08:06:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Dec 2012 08:06:13 +0000 Date: Sun, 23 Dec 2012 08:06:13 +0000 (UTC) From: "Babak Vahdat (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-5898) Extend Java DSL for Groovy routes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-5898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13538987#comment-13538987 ] Babak Vahdat commented on CAMEL-5898: ------------------------------------- Willem, did you locally build successfully through maven before checking-in the changes into svn as on my box I get the same error as on the CI-Server: https://builds.apache.org/job/Camel.trunk.notest/1738/console {code} [ERROR] The build could not read 2 projects -> [Help 1] [ERROR] [ERROR] The project org.apache.camel:camel-script:2.11-SNAPSHOT (/home/jenkins/jenkins-slave/workspace/Camel.trunk.notest/camel-trunk/components/camel-script/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for org.codehaus.groovy:groovy:jar is missing. @ line 92, column 21 [ERROR] [ERROR] The project org.apache.camel:camel-solr:2.11-SNAPSHOT (/home/jenkins/jenkins-slave/workspace/Camel.trunk.notest/camel-trunk/components/camel-solr/pom.xml) has 2 errors [ERROR] 'dependencies.dependency.version' for org.codehaus.groovy:groovy:jar is missing. @ line 130, column 17 [ERROR] 'dependencies.dependency.version' for org.codehaus.groovy:groovy-xml:jar is missing. @ line 140, column 17 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException {code} > Extend Java DSL for Groovy routes > --------------------------------- > > Key: CAMEL-5898 > URL: https://issues.apache.org/jira/browse/CAMEL-5898 > Project: Camel > Issue Type: New Feature > Components: camel-groovy > Reporter: christian ohr > Assignee: Willem Jiang > Priority: Minor > Fix For: 2.11.0 > > Attachments: camel-groovy.patch > > > Extended Java DSL in camel-groovy for Groovy routes: > * use Closures as argument for Processor, Expression, Predicate, or AggregationStrategy > * add data formats for XmlSlurper and XmlParser > * add TypeConverter for GStrings > * depend on modularized groovy 2.0.x libs instead of groovy-all > Not sure how the Groovy language relates to camel-script, or whether it has been superceded, so I left it as is. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira