The Shibboleth V1 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only.
EclipseDevEnv
Developing in Eclipse
These instructions assume you have JDK 1.5 and Eclipse 3.1+ already installed and running.
Preparing Eclipse
Install the JavaSVN plugin using the Eclipse Update URL: http://tmate.org/svn/
Install Subclipse using the Eclipse Update URL: http://subclipse.tigris.org/update
Restart Eclipse
In the Preferences windows, Team -> SVN pane, ensure that the SVN interface is set to "JavaSVN"
Checking Out a Project
Open the Subversion (SVN) Perspective
Add a new SVN repository using the URL
https://svn.middleware.georgetown.edu/[REPO_NAME]Expand the newly added repository and right click on
trunkSelect "Check Out As Project"
Switch back to the Java Perspective