Bugs item #1647385, was opened at 2007-01-29 11:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1647385&group_id=105970
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: votive Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Cullen (culin23) Assigned to: Justin Rockwood (justinrockwood) Summary: votive incorrectly caching project variables Initial Comment: I'm using an import statement in my wixproj to import a common settings file. when I make changes to the settings file, the variables defined there are not updated unless i unload and reload the wixproj from my solution. For instance, I have a file path defined in a settings file, which is included in my <DefineConstants> tag in my settings file. The xml looks like <DefineConstants>EXEPATH=$(ExePath)</DefineConstants> If I change $(ExePath)'s value, I have to unload and reload the wix project from my solution for the updated value to get passed to candle. Cleaning the solution didn't work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1647385&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
