diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html
index 2cb5d4aa8..744590b4c 100644
--- a/docs/manual/CoreTasks/exec.html
+++ b/docs/manual/CoreTasks/exec.html
@@ -44,7 +44,14 @@ Notes).
executable |
the command to execute without any command line
- arguments. |
+ arguments.
+ There is no resolution of this attribute against the build file location.
+ So you can use here :
+
+ - the basename of the command if it is in the path (for instance
ls
),
+ - the full path of the command (for instance
/usr/local/bin/emacs
),
+ - a path relative to the running directory of ant.
+
dir |