Bugs item #1107538, was opened at 2005-01-22 15:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
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).

----------------------------------------------------------------------

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

Reply via email to