[
https://issues.apache.org/jira/browse/CAMEL-10312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrea Cosentino resolved CAMEL-10312.
--------------------------------------
Resolution: Fixed
> Cannot compile 2.17.x
> ---------------------
>
> Key: CAMEL-10312
> URL: https://issues.apache.org/jira/browse/CAMEL-10312
> Project: Camel
> Issue Type: Bug
> Reporter: Thomas Diesler
> Assignee: Andrea Cosentino
> Fix For: 2.17.4
>
>
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
> (default-compile) on project camel-jetty-common: Compilation failure:
> Compilation failure:
> [ERROR]
> /Users/tdiesler/git/camel/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java:[66,31]
> error: cannot find symbol
> [ERROR] symbol: class HttpClientTransport
> [ERROR] location: package org.eclipse.jetty.client
> [ERROR]
> /Users/tdiesler/git/camel/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java:[67,36]
> error: package org.eclipse.jetty.client.http does not exist
> [ERROR]
> /Users/tdiesler/git/camel/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/CamelHttpClient.java:[25,31]
> error: cannot find symbol
> [ERROR] symbol: class HttpClientTransport
> [ERROR] location: package org.eclipse.jetty.client
> [ERROR]
> /Users/tdiesler/git/camel/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java:[708,12]
> error: cannot find symbol
> [ERROR] symbol: class HttpClientTransport
> [ERROR] location: class JettyHttpComponent
> [ERROR]
> /Users/tdiesler/git/camel/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java:[722,61]
> error: cannot find symbol
> [ERROR] symbol: class HttpClientTransport
> [ERROR] location: class JettyHttpComponent
> [ERROR]
> /Users/tdiesler/git/camel/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/CamelHttpClient.java:[37,27]
> error: cannot find symbol
> [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-jetty-common
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)