Bugs item #1942826, was opened at 2008-04-15 09:18 Message generated for change (Settings changed) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1942826&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: msbuild Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: ptam (ptamminen) Assigned to: sameer garde (sameerg) Summary: Build fails if Wixlib reference is an UNC path Initial Comment: We are using a custom UI wixlib that is located in a network share. The library is referenced from the project using a property that holds an UNC path to server directory, for example: <PropertyGroup> <RepositoryDir>\\Server\share\</RepositoryDir> </PropertyGroup> <WixLibrary Include="$(RepositoryDir)UILib\UI.wixlib"> <HintPath>$(RepositoryDir)UILib\UI.wixlib</HintPath> </WixLibrary> When building the project, MSBuild passes the path to light in correct format including both backslashes in the path (\\..), but the code in wconsole.dll that parses command line arguments skips one backslash of the path causing light to receive the path as "\Server\share\UI.wixlib" and the build fails. This issue has been there from version 3725. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1942826&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
