( I am not sure this is the best subforum to ask, but I could not see any more appropriate, since my question is about the eclipse IDE )
What is the best way of opening the spring framework project itself in Eclipse ?
I mean, I have tried to download the file "spring-framework-2.5.6-with-dependencies.zip" and then unzipped it, and found a "root directory" there which contained an ant file, but no maven file "pom.xml" and no eclipse files ".classpath" and ".project"...
Since there are no eclipse files there, I do not think you can (in Eclipse) choose "File - Import - General - Existing projects into workspace".
If there had been a "pom.xml" file there, then you might have been able to generate the eclipse files with commands such as "mvn eclipse:eclipse" and "mvn eclipse:configure-workspace -Declipse.workspace=<WORKSPACE>" ...
I guess I could create a new empty project, and then add the "src" directory as a source folder in the build path, and then manually add a bunch of jar files until the whole thing will compile, but I would like to believe that there is an easier way of getting a fully working eclipse project with the spring framework itself ?


Reply With Quote