| Summary: | Unable to create Makefile project with existing code on a root owned folder | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Vikram Narayanan <vikram186> |
| Component: | cdt-core | Assignee: | Project Inbox <cdt-core-inbox> |
| Status: | NEW --- | QA Contact: | Jonah Graham <jonah> |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | cartu38.opendev, yevshif |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Vikram Narayanan
I assume this is CDT. Moving the bug ... Hello,
I agree facing issue myself.
Sounds relying on Makefile project with existing code wizard, end user is able to press Finish button despite provided entries are leading to "overlaps the location of another project" error. Issue is end user is not warned about such issue except a log message rised Thks following catch :
catch (Throwable e) {
ManagedBuilderUIPlugin.log(e);
}
within org.eclipse.cdt.managedbuilder.ui.wizards.performFinish() method.
Would be good to consider org.eclipse.core.internal.resources.LocationValidator.validateProjectLocationURI(IProject context, URI unresolvedLocation) method return status to compute Finish button state.
Thks.
Br,
cartu38
|