Community
Participate
Working Groups
Build Identifier: 20100917-0705 I am unable to create a Makefile project with existing code on a root owned folder. It should atleast say "I don't have permissions". It doesn't tell any. The wizard doesn't do anything when I click finish. Reproducible: Always Steps to Reproduce: 1. Have a source folder which is owned by root. 2. open eclipse as a non root user. 3. Ctrl+N -> Makefile project with existing code. 4. Locate the source directory. 5. Click Finish.
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