Bugs item #1398531, was opened at 2006-01-06 14:08 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=1398531&group_id=31650
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: 0.85 Status: Open Resolution: None Priority: 5 Submitted By: Jarek Cendrowski (jarcun) Assigned to: Nobody/Anonymous (nobody) Summary: Using environment variables in vcproj problem Initial Comment: Nant encounters problem with vcproj files using environment variables. Example is shown below: Macro "XXX", used by assembly reference "myAssembly" in project "myApp" is not supported in assembly references. I added few lines into VcAssemblyReference.cs: expandedMacro=Environment.GetEnvironmentVariable(macro); if (expandedMacro != null) { return expandedMacro; } It seems the problem is fixed after compilation. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1398531&group_id=31650 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ nant-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers