Hello,
I am working on a Spring based project. To get it into a fresh Eclipse installation I do this:
- Install Subclipse
- Checkout Project via New --> Project --> Checkout from SVN
(Now Eclipse doesn't that it is a Java Project yet, therefore
- Delete project (but not the content)
- New --> Project --> From existing Ant file
- Select the ant file
- Ready, not it's recognized as a java project and I can use SVN/Subclipse
But how do I tell Eclipse that it is a Spring project so that I can use the SpringIDE components? Is this only possible for new projects created as "Spring project"?
BTW: SpringIDE plugin is installed.



Reply With Quote
