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/06/17 06:08:15 UTC

Compile error in camel-atomix-starter

Hi

Latest code cannot compile at

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile
(default-compile) on project camel-atomix-starter: Compilation
failure: Compilation failure:
[ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-atomix-starter/src/main/java/org/apache/camel/component/atomix/client/map/springboot/AtomixClientMapComponentConfiguration.java:[42,13]
cannot find symbol
[ERROR]   symbol:   class C
[ERROR]   location: class
org.apache.camel.component.atomix.client.map.springboot.AtomixClientMapComponentConfiguration
[ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-atomix-starter/src/main/java/org/apache/camel/component/atomix/client/map/springboot/AtomixClientMapComponentConfiguration.java:[63,12]
cannot find symbol
[ERROR]   symbol:   class C
[ERROR]   location: class
org.apache.camel.component.atomix.client.map.springboot.AtomixClientMapComponentConfiguration
[ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-atomix-starter/src/main/java/org/apache/camel/component/atomix/client/map/springboot/AtomixClientMapComponentConfiguration.java:[67,34]
cannot find symbol
[ERROR]   symbol:   class C
[ERROR]   location: class
org.apache.camel.component.atomix.client.map.springboot.AtomixClientMapComponentConfiguration
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :camel-atomix-starter

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

Re: Compile error in camel-atomix-starter

Posted by Luca Burgazzoli <lb...@gmail.com>.
Should have been fixed

---
Luca Burgazzoli


On Sat, Jun 17, 2017 at 8:08 AM, Claus Ibsen <cl...@gmail.com> wrote:
> Hi
>
> Latest code cannot compile at
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile
> (default-compile) on project camel-atomix-starter: Compilation
> failure: Compilation failure:
> [ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-atomix-starter/src/main/java/org/apache/camel/component/atomix/client/map/springboot/AtomixClientMapComponentConfiguration.java:[42,13]
> cannot find symbol
> [ERROR]   symbol:   class C
> [ERROR]   location: class
> org.apache.camel.component.atomix.client.map.springboot.AtomixClientMapComponentConfiguration
> [ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-atomix-starter/src/main/java/org/apache/camel/component/atomix/client/map/springboot/AtomixClientMapComponentConfiguration.java:[63,12]
> cannot find symbol
> [ERROR]   symbol:   class C
> [ERROR]   location: class
> org.apache.camel.component.atomix.client.map.springboot.AtomixClientMapComponentConfiguration
> [ERROR] /Users/davsclaus/workspace/camel/platforms/spring-boot/components-starter/camel-atomix-starter/src/main/java/org/apache/camel/component/atomix/client/map/springboot/AtomixClientMapComponentConfiguration.java:[67,34]
> cannot find symbol
> [ERROR]   symbol:   class C
> [ERROR]   location: class
> org.apache.camel.component.atomix.client.map.springboot.AtomixClientMapComponentConfiguration
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with
> the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :camel-atomix-starter
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2