XTC

XTC (Extreme Team Collaboration) is a plug-in for Eclipse 3.4. It allows programmers to collaborate in real-time.

Features

This is what XTC does:

When programming, this means: This allows programmers to work closely together. Any conflicts are detected at the moment they arise, and can be solved as they arise. Normally, they are only found and resolved when updating and committing to your version control system.

Show me

Some screenshots and a video will appear here soon.

Installation of Eclipse plug-in

XTC has some dependencies which need to be installed:

The Toolbus itself also has some dependencies: And yes, IMP also has a dependency: After these dependencies are installed XTC can be installed. Use the following URL to install XTC from within Eclipse: http://xtc.jeldertpol.nl/update/.

Installation of server

The server consists of 2 parts. The first part is the Toolbus script. This script is used for the communication between the clients and the server. The second part is the server itself.

Download all server files. Start the Toolbus with "XTCserver" from a shell. Now start the server with "java -jar XTCserver.jar -TB_TOOL_NAME server -TB_HOST localhost -TB_PORT 60000". Now the clients can connect.

Licence

To be decided.

Credits

XTC is entirely programmed by Jeldert Pol. It was part of his graduation project for his Master of Science in Software Engineering at the University of Amsterdam.