http://nagoya.apache.org/bugzilla/show_bug.cgi?id=848
*** shadow/848 Mon Mar 5 13:17:12 2001 --- shadow/848.tmp.15357 Mon Mar 5 23:41:41 2001 *************** *** 5,11 **** | Status: NEW Version: 1.3 | | Resolution: Platform: PC | | Severity: Normal OS/Version: Windows NT/2K | ! | Priority: Component: Core tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 5,11 ---- | Status: NEW Version: 1.3 | | Resolution: Platform: PC | | Severity: Normal OS/Version: Windows NT/2K | ! | Priority: High Component: Core tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 31,34 **** ============= both 'Path' and 'JAVA_HOME' variables are not present in the output. If path ! variable is written as 'PATH' - Path variable is not changed. --- 31,41 ---- ============= both 'Path' and 'JAVA_HOME' variables are not present in the output. If path ! variable is written as 'PATH' - Path variable is not changed. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-03-05 23:41 ------- ! At least on Unix, environment variables are case sensitive, so there is nothing ! much one can do. ! ! I've run your example on Linux (using env as the executable), both Path and ! JAVA_HOME have been set correctly - seems to be a Windows specific problem.
