| Summary: | Slash missing in path reported in build error message | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Laszlo Benedek <lbenedek> |
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | trivial | ||
| Priority: | P3 | ||
| Version: | 3.0.2 | ||
| Target Milestone: | 3.3 RC4 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Laszlo Benedek
I tried your steps with eclipse 3.0.2 and Eclipse 3.3 M7 and I could not reproduce. Do you have more details ? Also the last official Eclipse 3.0.2 build is 200503110845, so I'm not sure what 200609251014 corresponds to. Exact steps are: 1. New workspace 2. Create a Java project 'P' 3. Add an external jar (e.g. D:\temp\test.jar) on the build path of P 4. Go to the file system and delete the external jar 5. Select P 6. File > Refresh Observe: The Problem view shows "Project P is missing required library: 'D:temp/test.jar'" The problem doesn't happen with 3.3 M7. The Problems view shows: "Project 'P' is missing required library: 'D:\temp\test.jar'" Works now using 3.3RC4. I can close the defect if there are no plans for a fix in 3.0.2 Closing the defect since it has been fixed in Eclipse 3.3 and no fix is required for 3.0.2 |