Bug 142360

Summary: [Win] Ensure build target directory exists when launching MSBuild
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Tools / TestsAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, dbates, ddkilzer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Bug Depends on: 140845    
Bug Blocks:    
Attachments:
Description Flags
Patch dino: review+

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>