Dear Team, I am trying to build camel code on my Windows laptop and getting the following error message. I do understand there is some special character in the generated java file but not sure how to fix it as I just started going through the source code.
Could you please help me on this. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (recompile) on project camel-endpointdsl: Compilation failure: Compilation failure: [ERROR] C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14396,22] error: unmappable character (0xE280) for encoding UTF-8 [ERROR] C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\StaticEndpointBuilders.java:[14420,22] error: unmappable character (0xE280) for encoding UTF-8 [ERROR] C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[325,36] error: unmappable character (0xE280) for encoding UTF-8 [ERROR] C:\camel\camel\core\camel-endpointdsl\src\generated\java\org\apache\camel\builder\endpoint\dsl\StitchEndpointBuilderFactory.java:[348,36] error: unmappable character (0xE280) for encoding UTF-8 [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 <args> -rf :camel-endpointdsl Thanks & Regards, Subba Reddy