| Summary: | Egit project can no longer be imported into Eclipse 3.5 | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Mathias Kinzler <mathias.kinzler> |
| Component: | Core | Assignee: | Project Inbox <egit.core-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | b.muskalla, robin.rosenberg |
| Version: | 0.9.0 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Mathias Kinzler
I have analyzed this a bit deeper. IWorksspace.loadProjectDescription(IPath) returns a project description with an empty project name here. The underlying ProjectDescriptionReader logs a problem in it's internal MulitStatus (message "Failure occurred reading .project file."), but still returns the description. Looks like we can not use the 3.6 resource filter feature for .project files that are to be used in Eclipse 3.5. Do we really need to revert these changes? I think it is fair to say that we require 3.6 as development platform (your IDE) while we still support 3.5 as target runtime. (In reply to comment #3) > Do we really need to revert these changes? I think it is fair to say that we > require 3.6 as development platform (your IDE) while we still support 3.5 as > target runtime. Using 3.5 is the simplest way to verify that it works. Using target platform defintions might be "better", but I haven't tried. And I think one should be able to hack JGit/EGit using a suported Eclipse version. Required 3.6 should be for a good reason and hiding a folder is not good enough a reason. |