Thomas Diesler created CAMEL-10312:
--------------------------------------

             Summary: Cannot compile 2.17.x
                 Key: CAMEL-10312
                 URL: https://issues.apache.org/jira/browse/CAMEL-10312
             Project: Camel
          Issue Type: Bug
         Environment: [tdiesler@macbook camel]$ mvn -version
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 
2015-11-10T17:41:47+01:00)
Maven home: /usr/local/java/apache-maven
Java version: 1.8.0_92, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.6", arch: "x86_64", family: "mac"

            Reporter: Thomas Diesler


{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)

Reply via email to