Crying help to this forum

Trying out this simple task/target

<project default='init'>
  <target name='init'>
  <exec executable="execEx" dir="." />
  </target>
</project>

I get :
C:\exec-example:4: Execute failed: java.io.IOException: CreateProcess:
execEx error=2

execEx works perfectly outside of ant.

jakarta1.3.0_02, windows 2000

tia

Reply via email to