Bugs item #1802341, was opened at 2007-09-25 23:15 Message generated for change (Comment added) made by bsabin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1802341&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: candle Group: v3.0 >Status: Closed Resolution: Works For Me Priority: 9 Private: No Submitted By: Bruno Sabin (bsabin) Assigned to: pmarcu (pmarcu) Summary: candle -out cannot take a path as argument Initial Comment: Using WiX 3.0.3307.0 the command: candle.exe -out localization\xx_french.wixobj xx_french.wxs will output a file called: localizationxx_french.wixobj instead of the expected "xx_french.wixobj" in a subdirectory called "localization" (which already exists on the filessytem) ---------------------------------------------------------------------- >Comment By: Bruno Sabin (bsabin) Date: 2007-10-23 23:53 Message: Logged In: YES user_id=1380086 Originator: YES Hi pmarcu, sorry for the delay in coming back to you. I have worked out that the issue was coming from my build environment (gmake) which stripped the "\" and thus produced the wrong file. The workaround I used, if of any interest, is to use the $(VPATH_SRC) variable to locate extra sources in other directories. candle 3.0.3405.0 works great, so my apologies for the user error. -- bruno ---------------------------------------------------------------------- Comment By: pmarcu (pmarcu) Date: 2007-10-01 17:35 Message: Logged In: YES user_id=1612676 Originator: NO I am not able to reproduce this. I used this commandline: candle -out localization\xx_french.wixobj xx_french.wxs and the xx_french.wixobj file was being properly produced in the localization folder. Bruno, can you try to reproduce this with the latest bits? ---------------------------------------------------------------------- Comment By: pmarcu (pmarcu) Date: 2007-10-01 16:37 Message: Logged In: YES user_id=1612676 Originator: NO I am not able to reproduce this. I used this commandline: candle -out localization\xx_french.wixobj xx_french.wxs and the xx_french.wixobj file was being properly produced in the localization folder. Bruno, can you try to reproduce this with the latest bits? ---------------------------------------------------------------------- Comment By: sameer garde (sameer_garde) Date: 2007-09-28 22:28 Message: Logged In: YES user_id=1864340 Originator: NO Pri: 1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1802341&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
