Skip to content

Build error #101

@jdiez17

Description

@jdiez17

First: thank you for making this fork of Phoebus for Yamcs! I was just looking at the differences between Yamcs Studio and Phoebus and started to think how much effort would it be to write a connector for Phoebus.

I'm getting the following compilation error when running mvn install:

[ERROR] Building tree for all the packages and classes...
[ERROR] /home/jdiez/dev/phoebus/core/commander-core/src/main/java/com/windhoverlabs/pv/yamcs/YamcsSubscriptionService.java:49: error: reference not found
[ERROR]  * Keeps track of {@link IPV} registration state and takes care of establishing or re-establishing a
[ERROR]                          ^
[ERROR] /home/jdiez/dev/phoebus/core/commander-core/src/main/java/com/windhoverlabs/pv/yamcs/RemoteEntityHolder.java:12: error: reference not found
[ERROR]  * <p>This is intended as a convenience class for passing information from {@link YamcsConnector} to
[ERROR]                                                                                   ^
[ERROR] /home/jdiez/dev/phoebus/core/commander-core/src/main/java/com/windhoverlabs/yamcs/core/YamcsWebSocketClient.java:31: error: reference not found
[ERROR]  * io.netty.example.http.websocketx.server.WebSocketServer} or connect to an existing WebSocket
[...]
[ERROR] 4 errors
[ERROR] 100 warnings
[ERROR] 
[ERROR] Command line was: /usr/lib/jvm/jre-17-openjdk/bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/home/jdiez/dev/phoebus/core/commander-core/target/apidocs' dir.
[ERROR] 
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :commander-core

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions