Skip to content

Proto errors displayed by Eclipse on Macos when building #5016

@arnonm

Description

@arnonm

Describe the bug
Getting the following errors when rebuilding master on Eclipse on MacOs.
Errors can be safely ignored as they are due to the Eclipse plugin not fining the standard proto files but are annoying

 "google.protobuf.Any" is not defined. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
 "google.protobuf.NullValue" is not defined. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
 "google.protobuf.Timestamp" is not defined. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
 "google.protobuf.Timestamp" is not defined. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
 "google.protobuf.Timestamp" is not defined. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
 "google.protobuf.Timestamp" is not defined. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
 "google.protobuf.Timestamp" is not defined. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
 "google.protobuf.Timestamp" is not defined. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
 (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
google/protobuf/any.proto: File not found. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
google/protobuf/struct.proto: File not found. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
google/protobuf/timestamp.proto: File not found. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
 Import "google/protobuf/any.proto" was not found or had errors. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
 Import "google/protobuf/struct.proto" was not found or had errors. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)
 Import "google/protobuf/timestamp.proto" was not found or had errors. (com.github.os72:protoc-jar-maven-plugin:3.11.4:run:default:generate-sources)

To Reproduce
Steps to reproduce the behavior:
clone master
Build on Eclipse

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):
MacOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions