Feature Requests item #1474948, was opened at 2006-04-23 03:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1474948&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: linker Group: None Status: Open Priority: 5 Submitted By: Derek (derekc) Assigned to: Derek (derekc) Summary: References should have source line information Initial Comment: Currently, I can get really difficult to fix errors like this from light: C:\DOCUME~1\derekc\LOCALS~1\Temp\t2sqvsh1\UI.Fragmented\SetupProgress.wixobj : error LGHT0095 : Unresolved reference to symbol 'Binary:NewBinary9' in section 'Fragment:SetupProgress'. It would be much better if the error indicated the exact source lines where the reference originated so that users could quickly check those lines to find the problem. In the case of extensions, this would be really beneficial because it would basically lead the user to the location of the xml which required an extension to be loaded during linking. This change will likely require some modifications to how the wixobj/wixlib file formats work - however, I think it can be done in a completely backwards compatible way by simply moving the simple references into an unreal table instead of using custom xml. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1474948&group_id=105970 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
