You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by CMoH <gi...@git.apache.org> on 2016/02/08 18:02:43 UTC

[GitHub] incubator-brooklyn pull request: [WIP] CXF implementation of rest ...

Github user CMoH commented on the pull request:

    https://github.com/apache/incubator-brooklyn/pull/1140#issuecomment-181469498
  
    @neykov I'm having the following issues doing an ```mvn clean install```:
    
    ```
    ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project brooklyn-rest-resources: Compilation failure: Compilation failure:
    [ERROR] /home/cipi/src/incubator-brooklyn/brooklyn-server/rest/rest-resources/src/main/java/org/apache/brooklyn/rest/util/DefaultExceptionMapper.java:[41,28] package org.eclipse.jetty.io does not exist
    [ERROR] /home/cipi/src/incubator-brooklyn/brooklyn-server/rest/rest-resources/src/main/java/org/apache/brooklyn/rest/util/DefaultExceptionMapper.java:[61,35] cannot find symbol
    [ERROR] symbol:   class EofException
    [ERROR] location: class org.apache.brooklyn.rest.util.DefaultExceptionMapper
    [ERROR] -> [Help 1]
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project brooklyn-rest-server-jersey: Compilation failure
    [ERROR] /home/cipi/src/incubator-brooklyn/brooklyn-server/rest/rest-server-jersey/target/generated-sources/rest-deps/org/apache/brooklyn/rest/BrooklynRestApp.java:[46,5] method does not override or implement a method from a supertype
    [ERROR] -> [Help 1]
    ```
    
    I'll start rebasing the branch onto master so we can move this PR onto the new repositories and continue there.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---