문제

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

도움이 되었습니까?

해결책

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/

다른 팁

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 ...)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top