[
https://issues.apache.org/jira/browse/GEODE-4097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16306446#comment-16306446
]
ASF GitHub Bot commented on GEODE-4097:
---------------------------------------
jdeppe-pivotal closed pull request #1167: GEODE-4097 allow to take geode-core
jar from classpath
URL: https://github.com/apache/geode/pull/1167
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/StartMemberUtils.java
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/StartMemberUtils.java
index bfb8219b93..3b0dbc7335 100644
---
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/StartMemberUtils.java
+++
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/StartMemberUtils.java
@@ -237,7 +237,7 @@ static String getGemFireJarPath() {
String classpath = getSystemClasspath();
String gemfireJarPath = GEODE_JAR_PATHNAME;
for (String classpathElement : classpath.split(File.pathSeparator)) {
- if (classpathElement.endsWith("gemfire-core-8.2.0.0-SNAPSHOT.jar")) {
+ if (classpathElement.endsWith("geode-core-" +
GemFireVersion.getGemFireVersion() + ".jar")) {
gemfireJarPath = classpathElement;
break;
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> No way to give private fix for geode-core jar
> ---------------------------------------------
>
> Key: GEODE-4097
> URL: https://issues.apache.org/jira/browse/GEODE-4097
> Project: Geode
> Issue Type: Bug
> Components: management
> Reporter: Igor Barchak
> Fix For: 1.3.0
>
>
> No way to give private fix for geode-core jar in different path , always
> taken hard coded from %GEODE_HOME/lib
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)