[ 
https://issues.apache.org/jira/browse/CAMEL-10671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16462938#comment-16462938
 ] 

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-386403576
 
 
   I know nothing about Ceylon, but I guess the problem is that camel snapshots 
are in a custom maven repository:  
https://repository.apache.org/content/repositories/snapshots/
   
   Seems like the only way to make Ceylon itself aware of this is adding a 
custom `settings.xml` (see: 
https://ceylon-lang.org/documentation/1.3/reference/repository/maven/).
   
   I think a better way to solve may be to import the maven dependencies as 
Ceylon modules with the `ceylon-maven-plugin` (see: 
https://github.com/ceylon/ceylon-maven-plugin#import-maven-dependencies-as-ceylon-modules).
   
   Maybe this can also be used to remove the `module.ceylon` manipulation with 
the `maven-ant-run-plugin`?
   
   What do you think?
   

----------------------------------------------------------------
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:
us...@infra.apache.org


> 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)

Reply via email to