Bugs item #1107538, was opened at 2005-01-22 15:30 Message generated for change (Comment added) made by jamesatsammy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1107538&group_id=31650
Category: Tasks Group: 0.85 Status: Open Resolution: None Priority: 5 Submitted By: James B (jamesatsammy) Assigned to: Nobody/Anonymous (nobody) Summary: win32 environment vars should not be forced to lowercase Initial Comment: Task: <exec program="cmd.exe"> <arg value="/C"/> <arg value="set"/> <environment> <option name="MY_VARIABLE" value="Banana"/> </environment> </exec> Result: ... [exec] my_variable=Banana ... Expected result: [exec] MY_VARIABLE=Banana Unfortunately, some applications are case sensitive on environment variables (sigh). ---------------------------------------------------------------------- >Comment By: James B (jamesatsammy) Date: 2005-01-22 17:46 Message: Logged In: YES user_id=1202691 Ok, well the EnvironmentVariables member of the System.Diagnostics.ProcessStartInfo is a StringDictionary. StringDictionaries store their keys lowercase and the process just pumps the lowercase values into the names of the environment variables. This completely horks JAM and Codewarrior. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1107538&group_id=31650 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ nant-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers