user1383839
user1383839

Reputation: 215

Cruise Control Supported technology

Can some body please let me know which all the programming langauages cruise control supports E,G :>.net java etc

Upvotes: 1

Views: 143

Answers (2)

TridenT
TridenT

Reputation: 4909

Supported Operating system:

  • CruiseControl.NET requires Windows with dotNET framework >2.0 or Linux with Mono framework >2.10
  • CruiseControl is crossplatform, any windows / linux configuration with a JVM can run it (powered by java).

Compiler supported:

  • No restriction on compiler. Any command-line compiler can be executed. Some compiler with have a better support for log result (MsBuild, gcc ...)

Upvotes: 2

Michael A
Michael A

Reputation: 9930

CruiseControl is written in Java but is used on a wide variety of projects. There are builders supplied for Ant, NAnt, Maven, Phing, Rake, and Xcode, and the catch-all exec builder that can be used with any command-line tool or script.

See: http://cruisecontrol.sourceforge.net/

Upvotes: 1

Related Questions