DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26176>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26176 exec does not find executable ------- Additional Comments From [EMAIL PROTECTED] 2004-01-15 21:13 ------- sorry : if you want to execute a script with <exec> you have to set the executable to your shell interpreter, for instance /bin/sh; the name of the script is then the first argument of your command line. This is also true under Windows, you would do : <exec executable="cmd.exe"> <arg value="mywindowsbatch.bat"/> </exec> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]