Dan Smith created GEODE-1493:
--------------------------------
Summary: config/gemfire.properties that is shipped with the geode
distribution contains user specific info
Key: GEODE-1493
URL: https://issues.apache.org/jira/browse/GEODE-1493
Project: Geode
Issue Type: Bug
Components: build
Reporter: Dan Smith
The geode-assembly/build.gradle file generates a default gemfire.properties and
cache.xml that get included in the config directory in the binary distribution.
See the defaultDistributionConfig target.
However, the generated gemfire.properties file has a bad value for
cluster-configuration-dir. This is the value that shipped with M2:
{noformat}
cluster-configuration-dir=/home/dsmith/data/work/gemfire5/open/geode-assembly/build
{noformat}
The mcast-address is also suspect, because the default mcast address depends on
whether the build system system prefers IPv6 or IPv4 addresses.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)