[[PageOutline(2-5,Contents,pullout)]] = Eclipse Trac Integration = == Description == This is a plugin that provides a complete Trac interface usable from the Eclipse environment. It is composed of 2 parts, a Trac plugin that extends the XML/RPC API and an Eclipse plugin [[Image(EclipseTrac.jpg,420,300)]] == Bugs/Feature Requests == Existing bugs and feature requests for !EclipseTracPlugin are [report:9?COMPONENT=EclipseTracPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=EclipseTracPlugin&owner=merlimat new ticket]. == Source == You can check out EclipseTracPlugin from [http://trac-hacks.org/svn/eclipsetracplugin here] using Subversion, or [source:eclipsetracplugin browse the source] with Trac. == Example == First of all you need to install the Trac plugin that you can find here [download:eclipsetracplugin/tracrpcext/0.10 TracRpcExt], along with the original XmlRpcPlugin.[[BR]] Don't forget to enable both the !TracRpcExt-Plugin and the XmlRpcPlugin: {{{ #!ini [components] tracrpc.* = enabled tracrpcext.* = enabled }}} Then you are ready to install the Eclipse plugin using this update site: http://trac-hacks.org/svn/eclipsetracplugin/eclipse/update/ or the archived site which you can find on [attachment:EclipseTrac.zip] To use the plugin, switch to the "Trac" perspective (Window->Open Perspective) and add a new server definition with the base URL of your Trac installation (in the bottom, there's a little icon with a +). == Recent Changes == [[ChangeLog(eclipsetracplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:merlimat] [[BR]] '''Maintainer:''' [wiki:merlimat] [[BR]] '''Contributors:''' [wiki:kompiro]