From ec9bc024e95564d4bd2f094a17514d6d741d7712 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sun, 18 Mar 2018 11:43:51 +0100 Subject: [PATCH] SOLR-11331: Ability to run and debug standalone Solr and a single node SolrCloud server from Eclipse. Also being able to run all Lucene and Solr tests as a configuration --- build.xml | 19 +++++++++++++++++-- dev-tools/eclipse/dot.classpath.xsl | 19 ++++++++++++++++++- dev-tools/eclipse/run-solr-cloud.launch | 20 ++++++++++++++++++++ dev-tools/eclipse/run-solr.launch | 20 ++++++++++++++++++++ dev-tools/eclipse/run-test-cases.launch | 17 +++++++++++++++++ solr/CHANGES.txt | 4 ++++ solr/build.xml | 19 +++++++++++-------- 7 files changed, 107 insertions(+), 11 deletions(-) create mode 100644 dev-tools/eclipse/run-solr-cloud.launch create mode 100644 dev-tools/eclipse/run-solr.launch create mode 100644 dev-tools/eclipse/run-test-cases.launch diff --git a/build.xml b/build.xml index 70f0cc783f5..49b8eec4802 100755 --- a/build.xml +++ b/build.xml @@ -288,7 +288,13 @@ - + + + + + + + @@ -297,7 +303,7 @@ - + @@ -309,10 +315,19 @@ + + + + + + + + + diff --git a/dev-tools/eclipse/dot.classpath.xsl b/dev-tools/eclipse/dot.classpath.xsl index e8c0e92a433..40bca21ece6 100644 --- a/dev-tools/eclipse/dot.classpath.xsl +++ b/dev-tools/eclipse/dot.classpath.xsl @@ -22,6 +22,7 @@ > + diff --git a/dev-tools/eclipse/run-solr-cloud.launch b/dev-tools/eclipse/run-solr-cloud.launch new file mode 100644 index 00000000000..493cb7592f5 --- /dev/null +++ b/dev-tools/eclipse/run-solr-cloud.launch @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/dev-tools/eclipse/run-solr.launch b/dev-tools/eclipse/run-solr.launch new file mode 100644 index 00000000000..dc167d0e74f --- /dev/null +++ b/dev-tools/eclipse/run-solr.launch @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/dev-tools/eclipse/run-test-cases.launch b/dev-tools/eclipse/run-test-cases.launch new file mode 100644 index 00000000000..3fcac78a375 --- /dev/null +++ b/dev-tools/eclipse/run-test-cases.launch @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index d2eff526319..65dd8d86e83 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -49,6 +49,10 @@ Apache UIMA 2.3.1 Apache ZooKeeper 3.4.11 Jetty 9.4.8.v20171121 +* SOLR-11331: Ability to run and debug standalone Solr and a single node SolrCloud server from Eclipse. + Also being able to run all Lucene and Solr tests as a configuration (Karthik Ramachandran via + Varun Thacker, Uwe Schindler) + Upgrade Notes ---------------------- diff --git a/solr/build.xml b/solr/build.xml index 3f0596fc9ce..28ade70701b 100644 --- a/solr/build.xml +++ b/solr/build.xml @@ -641,17 +641,20 @@ - - + + - - + + - - + + + + + - - + +