[ https://issues.apache.org/jira/browse/GEODE-3203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bruce Schuchardt updated GEODE-3203: ------------------------------------ Summary: build fails on geode-protobuf when specifying custom buildRoot (was: Closed build fails on geode-protobuf when specifying custom buildRoot) > build fails on geode-protobuf when specifying custom buildRoot > -------------------------------------------------------------- > > Key: GEODE-3203 > URL: https://issues.apache.org/jira/browse/GEODE-3203 > Project: Geode > Issue Type: Bug > Components: client/server > Reporter: Brian Rowe > > When building gemfire with a -PbuildRoot argument after successfully building > geode, geode-protobuf:compileJava fails with: > {noformat} > /private/tmp/fakebuild/closed/geode-protobuf/build/generated-src/proto/main/java/org/apache/geode/protocol/protobuf/BasicTypes.java:6: > error: duplicate class: org.apache.geode.protocol.protobuf.BasicTypes > public final class BasicTypes { > ^ > /private/tmp/fakebuild/closed/geode-protobuf/build/generated-src/proto/main/java/org/apache/geode/protocol/protobuf/ClientProtocol.java:6: > error: duplicate class: org.apache.geode.protocol.protobuf.ClientProtocol > public final class ClientProtocol { > ^ > /private/tmp/fakebuild/closed/geode-protobuf/build/generated-src/proto/main/java/org/apache/geode/protocol/protobuf/RegionAPI.java:6: > error: duplicate class: org.apache.geode.protocol.protobuf.RegionAPI > public final class RegionAPI { > ^ > /private/tmp/fakebuild/closed/geode-protobuf/build/generated-src/proto/main/java/org/apache/geode/protocol/protobuf/ServerAPI.java:6: > error: duplicate class: org.apache.geode.protocol.protobuf.ServerAPI > public final class ServerAPI { > {noformat} > These java files are generated from the .proto files describing the new > client/server protocol. -- This message was sent by Atlassian JIRA (v6.4.14#64029)