----- Original Message -----
From: "Peter Kesch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 12, 2002 06:59
Subject: buug in ant.bat


> hi ...
>
> if you ty to use ant with the 4NT shell it doesn't work ....
> it always try to use the first directory entry as the name of the target
> with shall be started.
>
> the bug is the check if you are using 4NT or not
>
> this is the original entry in ant.bat
>
> if "%eval[2+2]" == "4" goto setup4NT
>
> if you change this to
>
> if "%@eval[2+2]%" == "4" goto setup4NT
>
> it wil work proper with 4NT
>

known bug, fix in place already, thanks for not just reporting it but
supplying the fix (those are the bug reports we like)


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to