Re: JavaEnvUtils and J2SDK 1.4.0/WinNT

2002-04-09 Thread Stefan Bodewig
On Mon, 8 Apr 2002, Magesh Umasankar <[EMAIL PROTECTED]> wrote: > The method getJdkExecutable(String) returns > "javac.exe" when passed the argument "javac". > This does not represent the absolute path and > hence the following test fails: Like I said, when I committed the patch - I couldn't tes

Re: JavaEnvUtils and J2SDK 1.4.0/WinNT

2002-04-08 Thread Magesh Umasankar
m: "Magesh Umasankar" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 1:37 PM Subject: JavaEnvUtils and J2SDK 1.4.0/WinNT > The method getJdkExecutable(String) returns > "javac.exe" when passed the argum

JavaEnvUtils and J2SDK 1.4.0/WinNT

2002-04-08 Thread Magesh Umasankar
The method getJdkExecutable(String) returns "javac.exe" when passed the argument "javac". This does not represent the absolute path and hence the following test fails: (The environment is JDK 1.4.0, WinNT). Please note that the test case passes under JDK 1.3.0/WinNT. Any idea what is going on?