Re: antRun

2002-02-05 Thread Stefan Bodewig
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

RE: antRun

2002-02-05 Thread Sujan Digumarti
--- 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

RE: antRun

2002-02-05 Thread Sujan Digumarti
Thanx a lot Stefan!! U saved me a lot of time and HAIR :). tar, Sujan -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]>

Re: antRun

2002-02-04 Thread Stefan Bodewig
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

RE: antRun

2002-02-04 Thread Sujan Digumarti
Just wanted to know whether antRun is used by ant1.4.1 to run the exec task. I've removed antRun from my bin but exec task is still working fine on my machine. I'm working on Solaris 6.0 But i just got to know that exec task failed saying java.io.IOException antRun not found this happened to my

Re: antRun and antRun.bat problems?

2001-03-10 Thread Bill Burton
Hi Sean, The antRun scripts are used internally by Ant with the task it it's subclasses like and I believe along with possibly other tasks. The sole purpose of these scripts is to change to a different directory before executing the specified command. As such you shouldn't be trying to invok

Re: antRun command in wrong format in Ant 1.3?

2001-03-08 Thread Stefan Bodewig
Nolan Ring <[EMAIL PROTECTED]> wrote: > I'm wondering if the antRun command is in the wrong file format in > the 1.3 distribution. Seems to be. > I moved the original antRun file out of the way and created a new > antRun with vi, typed in the contents of the file, Using Ant's own task would h

Re: antRun and antRun.bat problems?

2001-03-08 Thread Michael Twomey
I recently logged bug 837 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=837) about this. It appears that DOS style carriage returns have crept into antRun which causes it to fail on UNIX. It basically manifests itself in tasks failing (the only hint as to why is that the tasks return -1). c