The Shibboleth V1 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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
  • No labels