[
https://issues.apache.org/jira/browse/CAMEL-10671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16462558#comment-16462558
]
ASF GitHub Bot commented on CAMEL-10671:
----------------------------------------
PascalSchumacher commented on issue #2303: CAMEL-10671: Adding Camel example
project for the Ceylon JVM language
URL: https://github.com/apache/camel/pull/2303#issuecomment-386325380
For some reason this does not compile on builds.apache.org:
```
[INFO] -----------< org.apache.camel.example:camel-example-ceylon
>------------
[INFO] Building Camel :: Example :: Ceylon 2.22.0-SNAPSHOT
[655/768]
...
[ERROR] Compilation error at (21,5) in
/home/jenkins/jenkins-slave/workspace/Camel_master-CIGY56HHEDNGVJBWJRRHBZ64GKNJTCSYDKOPJS46W5IZTMAS3I2Q/examples/camel-example-ceylon/src/main/ceylon/org/apache/camel/example/module.ceylon:cannot
find module artifact
'maven:org.apache.camel:camel-core-2.22.0-SNAPSHOT(.car|.jar)'
- dependency tree: 'org.apache.camel.example/2.22.0-SNAPSHOT' ->
'org.apache.camel:camel-core/2.22.0-SNAPSHOT'
[ERROR] Compilation error at (22,5) in
/home/jenkins/jenkins-slave/workspace/Camel_master-CIGY56HHEDNGVJBWJRRHBZ64GKNJTCSYDKOPJS46W5IZTMAS3I2Q/examples/camel-example-ceylon/src/main/ceylon/org/apache/camel/example/module.ceylon:cannot
find module artifact
'maven:org.apache.camel:camel-jetty-2.22.0-SNAPSHOT(.car|.jar)'
- dependency tree: 'org.apache.camel.example/2.22.0-SNAPSHOT' ->
'org.apache.camel:camel-jetty/2.22.0-SNAPSHOT'
```
For details see:
https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/job/master/264/consoleFull
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> camel-example-celyon
> --------------------
>
> Key: CAMEL-10671
> URL: https://issues.apache.org/jira/browse/CAMEL-10671
> Project: Camel
> Issue Type: New Feature
> Components: examples
> Reporter: Claus Ibsen
> Assignee: Willem Jiang
> Priority: Minor
> Fix For: 2.22.0
>
>
> We should have a little example of using camel with celyon. Its just to have
> a maven project with celyon dependencies and compiler setup and some basic
> celyon code that can run standalone with a camel route.
> Take a look at the groovy or kotlin example which would be similar.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)