| Summary: | Exceptions during Build Selected Files operation are not displayed in the Build Console | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Alex Freidin <freidin.alex> | ||||
| Component: | cdt-build-managed | Assignee: | Andrew Gvozdev <angvoz.dev> | ||||
| Status: | RESOLVED FIXED | QA Contact: | Chris Recoskie <recoskie> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | cdtdoug | ||||
| Version: | 7.0.1 | ||||||
| Target Milestone: | 7.0.3 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Alex Freidin
Created attachment 193965 [details]
Patch
Added the missing exception handling from the sibling method: invokeInternalBuilder(IConfiguration cfg, ...)
Patch is based on CDT 7.0.1 sources, but relevant also for HEAD (1.82 version of the file).
Committed on HEAD and 7.0.X with some beautification stuff if I can call it that. Thanks for the patch. *** cdt cvs genie on behalf of agvozdev *** bug 343700: Exceptions during Build Selected Files operation are not displayed in the Build Console Patch from Alex Freidin [*] GeneratedMakefileBuilder.java 1.83 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/GeneratedMakefileBuilder.java?root=Tools_Project&r1=1.82&r2=1.83 [*] GeneratedMakefileBuilder.java 1.78.2.4 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/GeneratedMakefileBuilder.java?root=Tools_Project&r1=1.78.2.3&r2=1.78.2.4 Thanks for applying! |