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

Zoran Regvart commented on CAMEL-13981:
---------------------------------------

With the logging on the Karaf daily build the output is this:
{code}
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ camel-core 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 449 source files to 
/home/jenkins/jenkins-slave/workspace/camel.daily.karaf/core/camel-core/target/classes

[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] Found 197 elements annotated with XmlRootElement
[WARNING] Found 197 core elements
[WARNING] Found 0 spring elements
[WARNING] Found 0 elements annotated with XmlRootElement
[WARNING] Found 0 core elements
[WARNING] Found 0 spring elements
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/home/jenkins/jenkins-slave/workspace/camel.daily.karaf/core/camel-core/src/main/java/org/apache/camel/model/DefinitionPropertyPlaceholderConfigurer.java:[24,41]
 error: cannot find symbol
  symbol:   class DefinitionPropertiesPlaceholderProviderHelper
  location: package org.apache.camel.model.placeholder
[INFO] 1 error
[INFO] -------------------------------------------------------------
{code}

On my machine this is:
{code}
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ camel-core 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 449 source files to 
/home/zregvart/tmp/camel/core/camel-core/target/classes
[WARNING] Found 197 elements annotated with XmlRootElement
[WARNING] Found 197 core elements
[WARNING] Found 0 spring elements
[WARNING] Generating placeholder definitions helper for 144 definitions
[WARNING] Found 0 elements annotated with XmlRootElement
[WARNING] Found 0 core elements
[WARNING] Found 0 spring elements
[INFO] ------------------------------------------------------------------------
{code}

Seems that the {{processModelClass}} method does not generate the 
{{DefinitionPropertiesPlaceholderProviderHelper.java}}.

> Daily Karaf builds failing
> --------------------------
>
>                 Key: CAMEL-13981
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13981
>             Project: Camel
>          Issue Type: Bug
>          Components: build system
>            Reporter: Zoran Regvart
>            Priority: Major
>
> Seems that the [daily Karaf 
> builds|https://builds.apache.org/view/C/view/Apache%20Camel/job/camel.daily.karaf/]
>  are failing for some time now. Oddly the generated Java source by the 
> annotation processor {{DefinitionPropertyPlaceholderConfigurer.java}} is not 
> generated while the seemingly exactly the same build for {{master}} (without 
> Karaf integration tests) is.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to