Bug 142360 - [Win] Ensure build target directory exists when launching MSBuild
Summary: [Win] Ensure build target directory exists when launching MSBuild
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on: 140845
Blocks:
  Show dependency treegraph
 
Reported: 2015-03-05 13:07 PST by Brent Fulgham
Modified: 2015-03-05 13:38 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.86 KB, patch)
2015-03-05 13:17 PST, Brent Fulgham
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-03-05 13:07:42 PST
The EWS bots are failing because MSBuild wants the build output directory to exist at launch so that it can immediately start writing logs.

Visual Studio was apparently happy starting up, creating any directories it needed, then starting logging as part of a pre-build step.

I need to revise the Windows build logic to make sure the build target directory exists at the time we trigger MSBuild
Comment 1 Brent Fulgham 2015-03-05 13:17:38 PST
Created attachment 247987 [details]
Patch
Comment 2 Brent Fulgham 2015-03-05 13:38:36 PST
Committed r181098: <http://trac.webkit.org/changeset/181098>