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

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-386893180
 
 
   That's my understanding as well. The "maven:" prefix in the ceylon.module is 
going down the maven repo route whereas the standard non-maven is looking at 
the target/modules directory for .car files (=jar + module descriptor - a 
custom Ceylon module archive). Now with the ceylon:import-dependency plugin and 
the force option there are jar files within the modules directory. 
   
   Now the error is coming from the [Ceylon 
import-jar](https://ceylon-lang.org/documentation/1.0/reference/tool/ceylon/subcommands/ceylon-import-jar.html)
 functionality that is trying to load the jar thinking that it is under 
target/classes rather looking within the modules directory. As @WillemJiang I 
also don't understand why in the error we can see the "maven:" prefix though we 
don't explicitly define it as such.
   
   About the logging jars if there was an issue we would know at runtime but 
there wasn't any such issue.
   
   Why don't we try the skipTests parameter? If I understood it correctly 
judging by the other example components that are using it, it is skipping the 
[stage('Test')](https://github.com/apache/camel/blob/master/Jenkinsfile#L76) 
which is where we are getting this error although we don't have a test.

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

Reply via email to