From 485b92fe7494c5473e019329cbf7a33e556acad6 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Tue, 12 Dec 2017 11:41:01 +0530 Subject: [PATCH] BZ-58683 BZ-43426 Update the documentation of the symlink task to make it clear that "overwrite=true", implies overwritting existing files irrespective of whether or not the original file is a symbolic link --- manual/Tasks/symlink.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manual/Tasks/symlink.html b/manual/Tasks/symlink.html index af14949d4..6c98f5eaf 100644 --- a/manual/Tasks/symlink.html +++ b/manual/Tasks/symlink.html @@ -29,7 +29,7 @@

Manages symbolic links on platforms where Java supports symbolic links. Can be used to make an individual link, delete a link, create multiple links from properties files, or create properties files describing links in the -specified directories. Existing links are not overwritten by default. +specified directories. Existing files are not overwritten by default.

FileSets are used to select a set of links to record, or a set of property files to create links from.

@@ -72,7 +72,9 @@ set of links to record, or a set of property files to create links from.

overwrite - Overwrite existing links or not. + Overwrite existing files or not. If overwrite is set to true, then + any existing file, specified by the link attribute, will be overwritten irrespective + of whether or not the existing file is a symbolic link. No; defaults to false.