| Summary: | [launching] Problems occurred when invoking code from plug-in: "org.eclipse.jface" | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Timothy Hodkinson <timothy_hodkinson> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jarthana, Michael_Rennie, sarika.sinha |
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | stalebug | ||
|
Description
Timothy Hodkinson
Moving to Platform/Resources. Could you please provide build id and steps to reproduce? Build iD: Eclipse SDK Version: 3.2.1 Build id: M20060921-0945 For Windows. running on Windows 2000, Steps to reporduce: 1. Created a java project for the Googel web Toolkit (http://code.google.com/webtoolkit/) 2. Build all. Right click on the Project and choose "Run.." OR "Run.." form teh Run menu OR click on the green Run button 3. On the "Create, manage and run configurations" dialog box that appears, choose, "Java Application", then the name of my project below it on the tree 4. Immediately a dialog box appears, saying "An error has occurred: See error log for more details" JDT Debug must be passing in project name containing a '/' character, which is not allowed. I am trying it out in eclipse 4.3.1. Eclipse does not allow to create a java project with "/", so Java Project name as "http://code.google.com/webtoolkit/" can not be created. I noticed this is an old bug. Tim, did you have a chance to try this out with a more recent version of eclipse? (In reply to Jayaprakash Arthanareeswaran from comment #5) > I noticed this is an old bug. > > Tim, did you have a chance to try this out with a more recent version of > eclipse? This is still (sort of) reproducible in 4.4 - I could not get the default working directory to fail because I could not create a project with a '/' in it, but there are places we allow you to enter project information with no sanity checks. Steps: 1. create a launch configuration for a Java App 2. in the launch dialog, pick the class you are going to launch 3. enter a (non-default) working directory with a '/' name in it 4. launch 5. check the error log The problem is step 3 above - we allow you to enter a project name that can have the offending character(s) with no checks. This same problem also affects the Project field on the Main tab. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |