Bugs item #1855616, was opened at 2007-12-21 01:09 Message generated for change (Comment added) made by heaths You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1855616&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: None Group: v3.0 >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Heath Stewart (heaths) Assigned to: Bob Arnson (barnson) Summary: Incremental builds don't embed resources Initial Comment: Incremental builds of at least wix.dll don't embed the .resources file(s). One has to do a clean build. The tool isn't running to create this or it isn't being pulled in even if it doesn't need to be generated. ---------------------------------------------------------------------- >Comment By: Heath Stewart (heaths) Date: 2008-05-02 01:37 Message: Logged In: YES user_id=1335104 Originator: YES Fixed earlier. From history.txt: JasonGin: Fix incremental build problem related to MsgGen resources. ---------------------------------------------------------------------- Comment By: Heath Stewart (heaths) Date: 2007-12-24 11:07 Message: Logged In: YES user_id=1335104 Originator: YES Comparing logs with /v:diag the problem is that the Csc task takes @(EmbeddedResources) and that item collection is added to by tasks like FlattenXml or XsdGen - tasks that aren't run because their inputs and outputs are timestamped so that the task doesn't need to run. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1855616&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
