http://nagoya.apache.org/bugzilla/show_bug.cgi?id=848
*** shadow/848 Sun May 20 17:22:33 2001 --- shadow/848.tmp.189 Sat Jul 7 07:34:11 2001 *************** *** 1,19 **** ! Bug#: 848 ! Product: Ant ! Version: 1.3 ! Platform: PC ! OS/Version: Windows NT/2K ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: High ! Component: Core tasks ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: <exec>'s <env> does not set environment variables correctly. ! If the variable name's case was correct the variable is deleted, otherwise no variables is set. --- 1,19 ---- ! +============================================================================+ ! | <exec>'s <env> does not set environment variables correctly. | ! +----------------------------------------------------------------------------+ ! | Bug #: 848 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: WORKSFORME Platform: PC | ! | Severity: Normal OS/Version: Windows NT/2K | ! | Priority: High Component: Core tasks | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | If the variable name's case was correct the variable is deleted, otherwise no variables is set. *************** *** 66,68 **** --- 66,72 ---- < osEnv.addElement(env[i]); --- > osEnv.addElement(envstr); + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-07 07:34 ------- + I have checked this with the latest build on NT and it appears to work. Can you + recheck now and let me know if this remains a problem.
