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

Update build.xml for creating a fat jar that includes all external dependencies #2

Closed
mohammedguller opened this issue Mar 20, 2017 · 1 comment

Comments

@mohammedguller
Copy link

The project uses a bunch of other external libraries, but those dependencies are not specified in the build.xml file. It would be great if you could update the build file so that a fat jar that includes all external dependencies can be built using ANT or maven.

@mohammedguller
Copy link
Author

Never mind. Reading through the source code, I realized that it picks up all the external dependencies from C* lib directories. The reason it didn't initially work on my setup is that the scripts in the bin directory look for cassandra.in.sh file in specific directories and our default C* path didn't match any of those, so the CLASSPATH environment variable was not getting set correctly.

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

No branches or pull requests

1 participant