From fc86eb82c605b3ac94d15cafc93aaef62bd1272c Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 9 Sep 2024 16:33:41 +0200 Subject: [PATCH] Update driver.md add link to related page Signed-off-by: Christoph --- docs/_macros/driver.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_macros/driver.md b/docs/_macros/driver.md index 05380c02ad..ef206824dc 100644 --- a/docs/_macros/driver.md +++ b/docs/_macros/driver.md @@ -5,7 +5,8 @@ title: driver ( ';' NAME )? summary: the driver of the environment (e.g. gradle, eclipse, intellij) --- -Added support for an environment driver of bnd. This driver should be set when bnd is started by for example gradle or ant. The driver can be overridden with the -bnd-driver property. +Added support for an environment driver of bnd. This driver should be set when bnd is started by for example gradle or ant. The driver can be overridden with the -bnd-driver property. +This can be used to e.g. [avoid target-dir conflicts between different build tools](/chapters/150-build.html#avoiding-target-dir-conflicts-between-different-build-tools). public void testDriver() throws Exception { Attrs attrs = new Attrs();