-
Notifications
You must be signed in to change notification settings - Fork 704
Open
Labels
Description
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