Bugs item #1589132, was opened at 2006-11-02 01:00 Message generated for change (Comment added) made by justinrockwood You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1589132&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: v3.0 >Status: Closed >Resolution: Duplicate Priority: 5 Private: No Submitted By: Rob (rmacfadyen) Assigned to: Justin Rockwood (justinrockwood) Summary: Solution is often "out of sync" in terms of Rebuild Initial Comment: Removing a reference should mark the solution as needing to be rebuilt. I haven't checked... but any changes to project properties/solution properties should also mark the solution as needing to be rebuilt. Any changes to <File...> elements that point to actual files should mark the solution as needing to be rebuild. This last one hits me with SQL scripts "all the time". I have a "DefaultData.sql" script that is installed as part of the application, and it is used by a CA during installation to populate a new database. On occasion an installation related test has resulted in changes to the DefaultData.sql file... but Votive doesn't notice that this file has been changed. ---------------------------------------------------------------------- >Comment By: Justin Rockwood (justinrockwood) Date: 2007-04-06 00:26 Message: Logged In: YES user_id=1054914 Originator: NO Ok, there's really two different things here. One is a duplicate of bug #1576287 (http://sourceforge.net/tracker/index.php?func=detail&aid=1576287&group_id=105970&atid=642714) where the project is not getting rebuilt when the project file changes. I'm resolving this bug as a dup against that one. As for your second request (rebuilding when a file changes), you can already do that with Votive. Make sure your file is included in your project. Then mark that file as "Content" by selecting the file in Solution Explorer then hitting F4 to bring up the Properties window. In the Properties window, set the Build Action to "Content". That way, when that file changes it will trigger a rebuild. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1589132&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
