I have a batch file I am trying to execute via an <exec executable="${pathtoexecutable}"> <arg value="${some.value}"/> </exec>
I verified that ant is indeed creating the command properly, passing the correct arguments and actually running myself on the command line that command works correctly. Is there any other indication that I can check to see why this might fail. Thanks all L