| Summary: | GUI of project manager gets stuck every time i try to create a new project | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Vladimir Shulman <shulmanv> |
| Component: | cdt-build | Assignee: | cdt-build-inbox <cdt-build-inbox> |
| Status: | ASSIGNED --- | QA Contact: | Jonah Graham <jonah> |
| Severity: | major | ||
| Priority: | P3 | CC: | cdtdoug, malaperle, yevshif |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Vladimir Shulman
(In reply to comment #0) > java.lang.IllegalArgumentException: Path for project must have only one > segment. What does the path look like? And the project name? Do you get java.lang.IllegalArgumentException for every cases(empty project, c project, make project)? When you say the GUI gets stuck, do you mean you get a busy icon and can't do anything in the UI? Or do you mean you can still click on the Finish button but it doesn't do anything? If it's the first case, I think it would be useful to get a stack trace while the UI is frozen. (http://wiki.eclipse.org/How_to_report_a_deadlock) 1. the path looks like that:
C:\localSVN\DEV_trunk\uCode
2. Let me rephrase the "freeze" part:
I get always busy icon with both buttons (finish & canceled) grey,
but help option does work.
3. I get java.lang.IllegalArgumentException for every cases(empty project, c project, make project with existing files)
"Makefile Project with Existing Code" does not work if directory is in workspace, that is true. See bug 326105. As a workaround you can create a project from directory outside of workspace and - if really desired to have it in workspace folder - copy to workspace and import the project. |