Stefan, Is there any other situation where it will give me this error of java.io.IOException: antRun not found besides the case when jdk < 1.3 is being used. The reason i'm asking is that i think my client is using jdk 1.3.0.
Rgds, Sujan ps - (im using 1.3.1) -----Original Message----- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 1:23 PM To: [EMAIL PROTECTED] Subject: Re: antRun On Tue, 5 Feb 2002, Sujan Digumarti <[EMAIL PROTECTED]> wrote: > Just wanted to know whether antRun is used by ant1.4.1 to run the > exec task. If you are using JDK < 1.3 or say vmlauncher="false" on your exec task, Ant will use antRun.sh on Unix. I guess, your client is running JDK 1.2, while you use 1.3 or higher. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
