diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html index e2aef8b05..5f9ca6547 100644 --- a/docs/manual/CoreTasks/exec.html +++ b/docs/manual/CoreTasks/exec.html @@ -63,9 +63,14 @@ types listed in the environment variable PATHEXT. That is only used by the shell
In general the <exec>
task will not understand paths such as /bin/sh for
-the executable parameter. This is because the Java VM in which Ant is running is a
-Windows executable and is not aware of Cygwin conventions.
+
The <exec>
task will not understand paths such as /bin/sh
+for the executable parameter. This is because the Java VM in which Ant is
+running is a standard Windows executable and is not aware of the Cygwin
+environment (i.e., doesn't load cygwin1.dll
). The only
+work-around for this is to compile a JVM under Cygwin (at your own risk).
+See for instance
+
+sun jdk 6 build instructions for cygwin.