From 6d7b0a10796cfedd11c4a7a1de81bc48bf8ea3cc Mon Sep 17 00:00:00 2001 From: Yash Ladha Date: Wed, 26 Jan 2022 09:30:42 +0530 Subject: [PATCH] Fix classpath file creation for eclipse Patch by Yash Ladha; reviewed by Benjamin Lerer and Berenguer Blasi for CASSANDRA-17294 When building the eclipse file for development, `.classpath` file was not correctly generated as it was not getting closed. Also there were missing third-party libs that were essential for development. This commit fixes the generation of classpath for `generate-eclipse-files` command. --- build.xml | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/build.xml b/build.xml index 67a758c150..07c4057baa 100644 --- a/build.xml +++ b/build.xml @@ -2111,7 +2111,24 @@ ]]> - + + + + + + + + + + + + + + + + + + @@ -2131,26 +2148,16 @@ + ${eclipse-libs-list} + ]]> - - - - - - - - - - - - - + - +