You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Claus Ibsen <cl...@gmail.com> on 2017/05/17 07:06:21 UTC

Compilation error in camel-ehcache-starter

Hi

On master branch we get these compilation errors

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile
(default-compile) on project camel-ehcache-starter: Compilation
failure: Compilation failure:
[ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java:[59,32]
cannot find symbol
[ERROR]   symbol:   class K
[ERROR]   location: class
org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration
[ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java:[59,35]
cannot find symbol
[ERROR]   symbol:   class V
[ERROR]   location: class
org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration
[ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java:[97,31]
cannot find symbol
[ERROR]   symbol:   class K
[ERROR]   location: class
org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration
[ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java:[97,34]
cannot find symbol
[ERROR]   symbol:   class V
[ERROR]   location: class
org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration
[ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java:[102,32]
cannot find symbol
[ERROR]   symbol:   class K
[ERROR]   location: class
org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration
[ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java:[102,35]
cannot find symbol
[ERROR]   symbol:   class V
[ERROR]   location: class
org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration
[ERROR] -> [Help 1]

-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Compilation error in camel-ehcache-starter

Posted by Luca Burgazzoli <lb...@gmail.com>.
Will have a look

---
Luca Burgazzoli


On Wed, May 17, 2017 at 9:06 AM, Claus Ibsen <cl...@gmail.com> wrote:
> Hi
>
> On master branch we get these compilation errors
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile
> (default-compile) on project camel-ehcache-starter: Compilation
> failure: Compilation failure:
> [ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java:[59,32]
> cannot find symbol
> [ERROR]   symbol:   class K
> [ERROR]   location: class
> org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration
> [ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java:[59,35]
> cannot find symbol
> [ERROR]   symbol:   class V
> [ERROR]   location: class
> org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration
> [ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java:[97,31]
> cannot find symbol
> [ERROR]   symbol:   class K
> [ERROR]   location: class
> org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration
> [ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java:[97,34]
> cannot find symbol
> [ERROR]   symbol:   class V
> [ERROR]   location: class
> org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration
> [ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java:[102,32]
> cannot find symbol
> [ERROR]   symbol:   class K
> [ERROR]   location: class
> org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration
> [ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-ehcache-starter/src/main/java/org/apache/camel/component/ehcache/springboot/EhcacheComponentConfiguration.java:[102,35]
> cannot find symbol
> [ERROR]   symbol:   class V
> [ERROR]   location: class
> org.apache.camel.component.ehcache.springboot.EhcacheComponentConfiguration
> [ERROR] -> [Help 1]
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2