Eclipse Plugin

Search
Searching TeamCity 4.x Documentation
Table of Contents

TeamCity integration with Eclipse provides the following features:

  • Personal Build and Pre-Tested (Delayed) Commit
  • monitoring the projects status in the IDE
  • exploring changes introduced in the source code and comparing the local version with the latest version in the project repository
  • navigating from build logs opened in Eclipse to files referenced in build log
  • viewing failed tests of a particular build
  • navigating to TeamCity's web interface
  • taking responsibility for the build failure
Make sure you have Subclipse plugin installed before installing TeamCity plugin. Otherwise, on installing Subclipse after TeamCity plugin, you may experience an "Unable to create view: org/tigris/subversion/subclipse/core/IResourceStateChangeListener" error.
If you get this error, restart Eclipse using a "-clean" command-line option to avoid the error.
Prerequisites
  • Subclipse or Subversive plugin: to enable Remote Run and Pre-tested Commit for the Subversion Version Control System.
  • P4WSAD plugin: to enable Remote Run and Pre-tested Commit for the Perforce Version Control System. Please make sure you initialize Perforce support (e.g. perform project update) after opening the project before using TeamCity Remote Run.
  • JDK 1.5: Eclipse must be run under JDK 1.5 for the TeamCity plugin to work.

Installing the Plugin

To install the TeamCity plugin for Eclipse:

  1. Navigate to the My Settings and Tools page in the TeamCity UI and locate the TeamCity Tools section.
  2. Under Eclipse plugin header, copy the update site link URL. For example, in Internet Explorer you can right-click the link and choose Copy shortcut on the context menu.
  3. In Eclipse, choose Help | Software Updates | Find and Install on the main menu. The Install Feature Updates dialog appears.
  4. Select the Search for new features to install option and click next.
  5. Click the New Remote Site button.
  6. Enter a name (for example TeamCity Plugin), paste the URL copied above (http://<your TeamCity Server address>/update/eclipse/) into the URL field of the new update site in Eclipse, and click OK.
  7. Click Finish and follow the installation instructions.

For detailed instructions on how to work with the plugin, refer to the TeamCity section of Eclipse's help system.


See Also:

Labels

 
  1. Feb 27, 2008

    Yegor Yarko says:

    Eclipse multiple projects commit issue is described at:

    Eclipse multiple projects commit issue is described at:
    http://intellij.net/forums/thread.jspa?messageID=5208015

    Summary: try to switch Subclipse plugin to SVNKit instead of JavaHL