summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDariusz Luksza <dariusz@luksza.org>2023-09-12 10:20:55 +0100
committerDariusz Luksza <dariusz@luksza.org>2023-09-12 17:37:47 +0100
commitb7d7bea12099fff763b5a4851c3cd172be6667d8 (patch)
tree2f7873bc6072a51405fffe17c4dd3bded0207909
parentf10ba5fd1d93accb3c42b8fa6fc6d93807edafdb (diff)
Update Eclipse dev guide
Adds a short mention how to configure project to run tests directly from Eclipse. Release-Notes: skip Change-Id: I7a2daf1a67accb3cab1e141b3e166b43ab6dd77c
-rw-r--r--Documentation/dev-eclipse.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/dev-eclipse.txt b/Documentation/dev-eclipse.txt
index dce5eb0484..e0344a855c 100644
--- a/Documentation/dev-eclipse.txt
+++ b/Documentation/dev-eclipse.txt
@@ -81,6 +81,10 @@ the same way you would when
link:dev-build-plugins.html#_bundle_custom_plugin_in_release_war[bundling in release.war]
and run `tools/eclipse/project.py`.
+If a plugin requires additional test dependencies (not available in the Gerrit), then in order to
+execute tests directly from Eclipse, that plugin must be also added to `CUSTOM_PLUGINS_TEST_DEPS`
+list in `tools/bzl/plugins.bzl` (note that `tools/eclipse/project.py` has to be run again).
+
== Java Versions
Java 11 is supported as a default, but some adjustments must be done for other JDKs: