GitXplorerGitXplorer
V

TCCC

public
6 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
19d9b7c1e1c63e94547ec61147e7eb6aa456628c

README, instructions for development

VVonC committed 16 years ago
Unverified
a8324059c07a5814bd248b4e1a88ff90b7fe62d7

"-replace" option in ClearCase labeling commands

committed 16 years ago
Unverified
ec494a3431698d77682a2b53584c825414b9c6ea

Fix dynamic views in clearcase

committed 16 years ago
Unverified
87f376e18afa3257987b0f316cd76769d969c1cb

Additional message in clearcase log

committed 16 years ago
Unverified
aaabd67c3ec9db1c40539c828fbdc2c2194619ba

fix NPE in clearcase

committed 16 years ago
Unverified
60df3bb61b73c3a8c03f99aa4fe80656c3ba4760

Improving debug logging of collecting changes in clearcase

committed 16 years ago

README

The README file for this repository.

This directory contains the source code of TeamCity VCS plugin for ClearCase integration.

The source code is licensed under Apache 2.0 license ( http://www.apache.org/licenses/LICENSE-2.0 )

NOTE: This source code is compatibe with TeamCity 4.0 EAP builds.

clearcase-standalone.ipr - IntelliJ IDEA project for building the plugin build-standalone.xml - Ant (1.6.5+) build script file. build-standalone.properties - Property file to store location of TeamCity distribution

To build the plugin download TeamCity .tar.gz distribution, unpack it and modify build-standalone.properties file to store the location. Run "ant -f build-standalone.xml" to build and package the plugin into "dist\clearcase.jar".

More information on TeamCity: http://www.jetbrains.net/confluence/display/TW