On Tue, 5 Feb 2002, Sujan Digumarti <[EMAIL PROTECTED]> wrote: > The reason i'm asking is that i think my client is using jdk 1.3.0.
First of all, make sure your client is using 1.3 (i.e. let him give you an ant -debug run and look at the properties). Second, make sure your client is using the version of Ant she thinks she is using - see above. Ant prior to 1.2 would use antRun even if the JDK version is >= 1.3. Is there any reason that you've removed antRun? Finally, if antRun is actually there, there are other reasons why you'd get "file not found" errors, cariage return characters in antRun will lead the system to search for /bin/sh^M which probably doesn't exist for example. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
