| Summary: | New Makefile Project with Existing Code wizard silently fails | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Baltasar Belyavsky <bbelyavsky> |
| Component: | cdt-build | Assignee: | Andrew Gvozdev <angvoz.dev> |
| Status: | RESOLVED FIXED | QA Contact: | Andrew Gvozdev <angvoz.dev> |
| Severity: | normal | ||
| Priority: | P3 | CC: | charley.wang, felex, marcin.swiezawski |
| Version: | 8.0 | ||
| Target Milestone: | 7.0.2 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Baltasar Belyavsky
(In reply to comment #0) > Build Identifier: 3.6.0 [I20100608-0911] > > The New "Makefile Project with Existing Code" wizard silently fails when the > existing code location is physically inside the workspace directory. > > Reproducible: Always > > Steps to Reproduce: > 1. Use Windows Explorer to add a new directory "MyProj" into the workspace > directory. Add a couple of source files into MyProj/. > 2. In Eclipse, open the New > Makefile Project with Existing Code wizard. > 3. For "Existing Code Location", browse to the MyProj/ directory. > 4. Click "Finish". > -> Nothing happens - the wizard flickers, but remains open, no errors are > displayed to the user, nothing is logged to the Eclipse log. I have this same error. Launched in a child Eclipse, got the following: java.lang.reflect.InvocationTargetException at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:121) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) Caused by: org.eclipse.core.internal.resources.ResourceException: Invalid project description. at org.eclipse.core.internal.resources.Project.checkDescription(Project.java:162) at org.eclipse.core.internal.resources.Project.assertCreateRequirements(Project.java:52) at org.eclipse.core.internal.resources.Project.create(Project.java:274) at org.eclipse.core.internal.resources.Project.create(Project.java:256) at org.eclipse.cdt.core.CCorePlugin$3.run(CCorePlugin.java:766) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975) at org.eclipse.cdt.core.CCorePlugin.createCDTProject(CCorePlugin.java:758) at org.eclipse.cdt.core.CCorePlugin.createCDTProject(CCorePlugin.java:748) at org.eclipse.cdt.managedbuilder.ui.wizards.NewMakeProjFromExisting$1.execute(NewMakeProjFromExisting.java:83) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118) ... 1 more Fixed on HEAD (8.0) and in 7.0.2 *** cdt cvs genie on behalf of agvozdev *** bug 322169: New Makefile Project with Existing Code wizard silently fails [*] NewMakeProjFromExisting.java 1.4 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/wizards/NewMakeProjFromExisting.java?root=Tools_Project&r1=1.3&r2=1.4 [*] NewMakeProjFromExisting.java 1.2.2.3 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/wizards/NewMakeProjFromExisting.java?root=Tools_Project&r1=1.2.2.2&r2=1.2.2.3 |