ketan/jcctray
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
----------------- 0.0 Introduction: ----------------- JCCTray is a Java port of CCTray that was originally written in .NET. JCCTray is a utility for use with all flavors of CruiseControl Continuous Integration servers. Specifically it works with CruiseControl, CruiseControl.NET, CruiseControl.Rb. It provides feedback on build progress, and allows control over some of the server's operations. ----------------------------- 1.0 INSTALLING FROM BINARIES: ----------------------------- You can download the binaries for JCCTray at https://github.com/ketan/jcctray/downloads ---------------------------- 2.0 INSTALLING FROM SOURCES: ---------------------------- You can also download the source code using svn: $ git clone https://github.com/ketan/jcctray.git To build JCCTray you will need Apache Ant $ cd jcctray $ ant dist JCCTray is released under the Apache License, Version 2.0. Feel free to contribute to JCCTray.