I'm taking over another team's project and am experiencing some bizarre Eclipse issues.
I'm using Subversive as my plugin, and when I go to check the trunk out it brings me to a standard "Check Out As" dialog where it allows me to select the check out method, and the only one that works for me (or is applicable) is the last option (Check out as a project with the name specified
).
So I specify the name, and the project then checks out as normal and all is well, except...
Although this is supposed to be a Java project (WARs up into a Java web app), it seems that the team that made the project created it as a general project (by going to Project > Properties > Resource > Type = 'Project'
).
As such, none of the typical features that come with a Java project are enabled, including (but certainly not limited to):
So my question(s) are:
Check out as a project configured using the New Project Wizard
(why check out as a new project?!?), (2) Find projects in the children of the selected resource
(no), (3) Check out as a folder into an existing project
(no).Under Project Properties -> Project Facets -> Convert to faceted form...
you can select Java
- this will add the Java functionalities to your project. There you can also add other facets like Dynamic Web Module
if necessary.
From what you have written the project was checked out correctly. The option Check out as a project configured using the New Project Wizard
is applicable when the .project
file does not exist in the repository and you have to select the project type manually. It will only create a new Eclipse project locally.