http://nagoya.apache.org/bugzilla/show_bug.cgi?id=975
*** shadow/975 Wed Apr 25 22:33:06 2001 --- shadow/975.tmp.10032 Wed Apr 25 23:13:38 2001 *************** *** 2,9 **** | Problem of loading environment variables | +----------------------------------------------------------------------------+ | Bug #: 975 Product: Ant | ! | Status: REOPENED Version: 1.3 | ! | Resolution: Platform: PC | | Severity: Normal OS/Version: Linux | | Priority: Medium Component: Core tasks | +----------------------------------------------------------------------------+ --- 2,9 ---- | Problem of loading environment variables | +----------------------------------------------------------------------------+ | Bug #: 975 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: FIXED Platform: PC | | Severity: Normal OS/Version: Linux | | Priority: Medium Component: Core tasks | +----------------------------------------------------------------------------+ *************** *** 104,107 **** > value.append( entry ); > props.put( key, value.toString() ); > } ! > --- 104,117 ---- > value.append( entry ); > props.put( key, value.toString() ); > } ! > ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-04-25 23:13 ------- ! Already done - see comment for Rev. 1.16 of Execute.java: ! ! The completion of the fix for Bug #975: include proper handling of parsing ! chunks of data returned by the external environment listing program ! (whose command is returned by getProcEnvCommand()). UNIX environment ! variables can contain text with embedded newlines. ! ! Submitted by; Daniel Rall <[email protected]>
