}
else {
System.out.println("FAILED");
System.exit(5);
}
}
else {
System.out.println("FAILED");
System.exit(5);
}
- Original Message
From: Jose Antonio Pla Rodriguez <[EMAIL PROTECTED]>
To: user@ant.apache.org
Sent: Saturday, February 17,
Hello list:
I am programming a java application than execute a shell command and
gets the return status, with this value I can know if the process
success (return status equals 0) or failed (return status not equals 0).
The problem is that every time I run the ant program by a call to
ant.bat