Bug 240770

Summary: continue on error isn't set for MaterializationContext
Product: z_Archived Reporter: Markus Kuppe <bugs.eclipse.org>
Component: BuckminsterAssignee: buckminster.core-inbox <buckminster.core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: thomas
Version: unspecifiedKeywords: contributed
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
pass continueOnError to MaterializationContext thomas: iplog+

Description Markus Kuppe CLA 2008-07-15 03:11:45 EDT
 
Comment 1 Markus Kuppe CLA 2008-07-15 03:15:51 EDT
The CQuery editor doesn't propagate the continue on error to the MaterializationContext but only the ResolutionContext. Since the UI (Wizard doesn't allow to set continue on error for the MaterializationContext explicitly, the boolean is simply copied from ResolutionContext.
Comment 2 Markus Kuppe CLA 2008-07-15 03:17:04 EDT
Created attachment 107421 [details]
pass continueOnError to MaterializationContext
Comment 3 Thomas Hallgren CLA 2008-07-16 07:09:19 EDT
Patch applied in revision 9456.

Thanks.