Bugs item #1715298, was opened at 2007-05-08 21:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1715298&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Neil Sleightholm (nsleigh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error If an output directory is specified that doesn't exist
Initial Comment:
If an output directory is specifed and it doesn't exist then candle throws an
error. I think it should create the output folder.
Fix: In candle.cs line 178 (just before the "foreach (string sourceFile in
this.sourceFiles)" insert:
// if an output directory is specified and it doesn't exist create it
if (null != this.outputDirectory && !Directory.Exists(this.outputDirectory))
{
Directory.CreateDirectory(this.outputDirectory);
}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1715298&group_id=105970
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs