Question

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

Était-ce utile?

La solution

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/

Autres conseils

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 ...)
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top