Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with mvn-install target in build.xml. #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

tfeng
Copy link

@tfeng tfeng commented Aug 12, 2013

There is a problem with the mvn-install target in build.xml. In the current code in master branch, when I run "ant mvn-install", I see the following error: "build.xml:499: java.lang.ClassCastException: org.apache.tools.ant.Project cannot be cast to org.apache.maven.artifact.ant.Pom"

This is because the pom id is set to be "spymemcached" on line 498, whereas the code below looks for ${name} which is "AmazonElastiCacheClusterClient". Similar issue is on line 506.

This patch is tested in both mac and linux.

rajaprabhu and others added 6 commits November 28, 2012 23:24
* Introducing Dynamic and Static client modes for the memcached client.
  Dynamic allows the client to automatically pick up the node list using
  the ElastiCache configuration endpoint throughout the lifetime of the
  client object. Static mode is the existing behavior, where the client
  is initialized only once using the configuration provided by the user.

* Support for a new configuration command used in ElastiCache Nodes.
  This command supports the config get, set and delete commands in ASCII
  and binary mode.

* Periodic poller to check for node list changes in the ElastiCache
  cluster and dynamically update client connections according to the
  configuration.  This operates only in Dynamic mode.

* In dynamic mode, if IP addresses are specified in the configuration,
  then the connection is established using the IP address directly.

For more information, please see
http://docs.amazonwebservices.com/AmazonElastiCache/latest/UserGuide/AutoDiscovery.html
@rcracel
Copy link

rcracel commented Jun 25, 2015

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants