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
Bugs/Feature Requests
Existing bugs and feature requests for EclipseTracPlugin are here.
If you have any issues, create a new ticket.
Source
You can check out EclipseTracPlugin from here using Subversion, or browse the source with Trac.
Example
First of all you need to install the Trac plugin that you can find here TracRpcExt,
along with the original XmlRpcPlugin.
Don't forget to enable both the TracRpcExt-Plugin and the XmlRpcPlugin:
[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 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
[4723] by merlimat on 11/03/08 12:14:22
Updated manifests.
[4722] by merlimat on 11/03/08 11:45:17
Caches pages content and modifications on local disks. closes: #1678
[4694] by merlimat on 11/01/08 12:54:36
Corrected error with hierarchical pages (using '/' as separator).
[4693] by merlimat on 11/01/08 12:06:45
Resolved error with custom macros
Author/Contributors
Attachments
- EclipseTrac.jpg (142.7 kB) -
Eclipse Trac Perspective Screenshot
, added by merlimat on 02/17/07 10:21:25.


