| [news.eclipse.newcomer] Re: Eclipse + svn/subclipse + apache dir structure |
Hi,
We've got a few java projects submitted to svn which have dependancies on each other. These projects are built in an apache directory structure with src/build/resources/dist folders and an ant build file at the root.
If I checkout the whole trunk of the svn, which includes all the projects into Eclipse, then the ant scripts run fine, and projects can compile etc. However, none of the projects seem to be registered as Java projects, and therefore none of the editing tools work such as code completion, the '.' notation to access methods etc, or finding the declarations of objects etc.
Your projects do not have the Java nature. Is your repository structure like this: ...myproject/trunk/ subproject1/src/... subproject2/src/... and with a build.xml, .project and .classpath in each subprojectX folder?
Regards Sebastian