From f70ce7b08a54dc6fea51c96a3ee883164e60d47c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 16 Apr 2010 20:09:48 +0000 Subject: [PATCH] document that symlink's link attribute is not resolved against basedir git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@935067 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/symlink.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/symlink.html b/docs/manual/OptionalTasks/symlink.html index 879e489b7..bef4aa028 100644 --- a/docs/manual/OptionalTasks/symlink.html +++ b/docs/manual/OptionalTasks/symlink.html @@ -48,7 +48,13 @@ set of links to record, or a set of property files to create links from.

link - The name of the link to be created or deleted. + The name of the link to be created or deleted.
+ Note this attribute is resolved against the current + working directory rather than the project's basedir for + historical reasons. It is recommended you always use an + absolute path or a path like ${basedir}/some-path + as its value. + required for action="single" or "delete". Ignored in other actions.