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

  1. Install the JavaSVN plugin using the Eclipse Update URL: http://tmate.org/svn/
  2. Install Subclipse using the Eclipse Update URL: http://subclipse.tigris.org/update
  3. Restart Eclipse
  4. In the Preferences windows, Team -> SVN pane, ensure that the SVN interface is set to "JavaSVN"

Checking Out a Project

  1. Open the Subversion (SVN) Perspective
  2. Add a new SVN repository using the URL https://svn.middleware.georgetown.edu/[REPO_NAME]
  3. Expand the newly added repository and right click on trunk
  4. Select "Check Out As Project"
  5. Switch back to the Java Perspective