[ 
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

Reply via email to