Feature Requests item #1715298, was opened at 2007-05-08 14:39
Message generated for change (Comment added) made by robmen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642717&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: compiler
>Group: Denied
>Status: Closed
Priority: 5
Private: No
Submitted By: Neil Sleightholm (nsleigh)
>Assigned to: Rob Mensching (robmen)
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);
}
----------------------------------------------------------------------
>Comment By: Rob Mensching (robmen)
Date: 2007-06-28 22:12
Message:
Logged In: YES
user_id=991639
Originator: NO
This is not something the compiler should be responsible for. For
example, csc will error out if the directory being output to does not
exist.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642717&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