forked from ketan/jcctray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (22 loc) · 980 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
-----------------
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.