Eclipse Plugin

Skip to end of metadata
Go to start of metadata
You are viewing documentation of TeamCity 6.5.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version.
Search

Searching TeamCity 6.5.x Documentation

Table of Contents

Plugin Features

TeamCity integration with Eclipse provides the following features:

  • Remote Run and Pre-Tested (Delayed) Commit for Subversion, Perforce, CVS and Git.
  • customizing parameters for personal builds,
  • 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 web interface,
  • starting investigation of a build failure,
  • viewing server-provided code coverage results run on TeamCity using IDEA or EMMA code coverage engine: "<Main Menu>/TeamCity/Code Coverage Data...",
  • comparing personal patch content with workspace resources,
  • viewing compilation errors,
  • downloading patch to IDE from the TeamCity server,
  • shelving changes,
  • re-runing tests failed on the TeamCity agent locally,
  • support for P4Eclipse up to 2010.1 and Eclipse EGit 0.9 - 0.12

Installing the Plugin

TeamCity Eclipse plugin version should correspond to the version of the TeamCity server it connects to. Connections to TeamCity servers with different versions are generally not supported.

Prerequisites
  • P4Eclipse plugin: to enable Remote Run and Pre-tested Commit for the Perforce Version Control System. Please make sure you initialize Perforce support (for example, 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.

To install the TeamCity plugin for Eclipse:

  1. In the top right corner of the TeamCity web UI, click the arrow next to your username, and select My Settings&Tools.
  2. On the General tab locate the TeamCity Tools section.
  3. 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.
  4. In Eclipse, choose Help | Install New Software... on the main menu. The Install dialog appears.
  5. Enter the URL copied above (http://<your TeamCity Server address>/update/eclipse/) into the URL field of the new update site in Eclipse, and click Enter.
  6. Select required features of the TeamCity Eclipse Plugin.

     

  1. Click Next button 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.

Labels:

tool tool Delete
eclipse eclipse Delete
plugin plugin Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Feb 27, 2008

    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