+ Note that .bat files cannot in general by executed directly.
+ One normally needs to execute the command shell executable cmd
+ using the /c
switch.
+
++<target name="help"> + <exec executable="cmd"> + <arg value="/c"/> + <arg value="ant.bat"/> + <arg value="-p"/> + </exec> +</target> +
In general the <exec>
task will not understand paths such as /bin/sh for