How to configure the Hippo Repository in eclipse
Prerequisites
- maven 1.0.x
- Eclipse 3.2.x
- JDK 1.4
- subversive 1.1.x plugin (NOT the subclipse plugin)
Configuration steps
- Install eclipse
- Setup your environment with all the above prerequisites and the subversive plugin properly configured
- Add svn repository https://svn.hippocms.org/repos/hippo
- Check out the trunk as a project with name Hippo-Repository
- open a console in the checked out repository folder
- in the following sub folders run maven eclipse"
- server/
- components/excalibur-openjms/
- components/excalibur-slide/server/
- components/excalibur-slide/common/
- components/excalibur-slide/client/
- Now for the trick: delete the .project file from the root of the checked out source tree (while keeping Eclipse open/running and don't refresh the project tree)
- In eclipse choose "Import Existing Projects in Workspace" and point to the folder of the checked out source tree. All (Java based) subprojects should be shown and preselected.
- After the import, Eclipse will automatically recreate the deleted .project file in the checked out source tree
|