[
https://issues.apache.org/jira/browse/CAMEL-10671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16449605#comment-16449605
]
ASF GitHub Bot commented on CAMEL-10671:
----------------------------------------
dimitrisli commented on issue #2303: CAMEL-10671: Adding Camel example project
for the Ceylon JVM language
URL: https://github.com/apache/camel/pull/2303#issuecomment-383884370
Your idea about the template maven file move during build helped me take my
previous attempt a step further.
Basically:
1) I removed all together the **module.ceylon** file from the **src/**
directory and into the resources replacing the version with the
**${project.version}** placeholders
2) as before **resources:resources** is doing its job replacing the
placeholders and placing the file under **resources/**
3) now I've added the **maven ant plugin** early in the maven cycle to copy
that file from the **resources/** back to the **src/** directory
4) I've updated the **Readme.md** file to reflect this extra step needed of
**resources:resources**
----------------------------------------------------------------
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
> Priority: Minor
> Fix For: Future
>
>
> 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)