Bug 240770 - continue on error isn't set for MaterializationContext
Summary: continue on error isn't set for MaterializationContext
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Buckminster (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: buckminster.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-07-15 03:11 EDT by Markus Kuppe CLA
Modified: 2019-02-25 14:41 EST (History)
1 user (show)

See Also:


Attachments
pass continueOnError to MaterializationContext (713 bytes, patch)
2008-07-15 03:17 EDT, Markus Kuppe CLA
thomas: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.