About: CruiseControl

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In software development, CruiseControl is a Java-based framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds. It allows one to perform a continuous integration of any software development process. There is a version of CruiseControl for .NET called CruiseControl.NET (aka CCNet) and a version for Ruby called CruiseControl.rb. The current version is 2.8.4, released in 2010.

Property Value
dbo:abstract
  • CruiseControl ist ein Java-basiertes Open-Source-Computerprogramm, das in der Softwareentwicklung eingesetzt wird, um kontinuierliche Integration zu ermöglichen. CruiseControl ist freie Software, die unter einer BSD-artigen Lizenz vertrieben wird. Es wurde ursprünglich von Angestellten von ThoughtWorks entwickelt (u. a. Martin Fowler) und wurde später zu einem eigenständigen Framework weiterentwickelt. (de)
  • In software development, CruiseControl is a Java-based framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds. It allows one to perform a continuous integration of any software development process. CruiseControl is free, open-source software, distributed under a BSD-style license. It was one of the first of its kind of software, originally created by employees of ThoughtWorks to allow for continuous integration on a project they were working on. It was later extracted into a stand-alone application. There is a version of CruiseControl for .NET called CruiseControl.NET (aka CCNet) and a version for Ruby called CruiseControl.rb. The current version is 2.8.4, released in 2010. (en)
  • CruiseControl es una aplicación de código abierto basado en Java que permite la compilación automática de proyectos Java, utilizando Ant o Maven. Es una herramienta comúnmente utilizada en integración continua que cada cierto tiempo, o cuando hay cambios en el gestor de versiones (por ejemplo CVS o Subversion), hace una compilación y ejecuta tests (más cualquier otra cosa que esté configurada en Ant o Maven) y una vez acaba presenta el resultado. Esta presentación puede ser en HTML, por correo electrónico, RSS, Jabber/XMPP, etcétera. Fue originalmente desarrollado por gente de ThoughtWorks como una manera de conseguir Integración Continua en alguno de sus proyectos. Posteriormente y dada su utilidad, la herramienta fue desarrollada como una aplicación independiente. Actualmente, existe también una versión de CruiseControl para .Net llamada . (es)
  • CruiseControl est un logiciel d'intégration continue basé sur une plateforme Java. L'outil utilise (liste non exhaustive) des plugins de notification par courriel, Ant, et des outils de contrôle de source. Une interface Web permet de visualiser les résultats de traitement. CruiseControl est un logiciel libre, "open-source", et distribué sous licence BSD-style license. La version initiale a été développée par des employés de en tant qu'outil d'intégration continue sur leurs projets, et fut ensuite mis à disposition du public.Il existe également une version pour plateforme.NET : CruiseControl.NET (aka CCNet) et une version pour Ruby :. Depuis le 15 mai 2007, ThoughtWorks Studios propose la fourniture de services et de support pour CruiseControl: CruiseControl Enterprise. Dès lors une version a été commercialisée . (fr)
  • CruiseControl — инструмент непрерывной интеграции программного обеспечения на платформе Java, нацеленный на автоматизацию процесса сборки. Управление и просмотр информации о сборках осуществляется через веб-интерфейс. Интегрируется с Apache Ant, различными системами управления версиями. Является открытым программным обеспечением, распространяется под BSD-подобной лицензией. Первоначально он был создан сотрудниками компании ThoughtWorks (включая Мартина Фаулера) в целях обеспечения непрерывной интеграции для одного из проектов, позднее инструмент был выделен в отдельное приложение. Цикл сборки (англ. build loop) в инструменте реализован как демон, периодически проверяющий систему управления версиями на изменения в кодовой базе, производящий в случае необходимости сборку и публикующий извещения о её статусе. Для отчётности о статусе сборки используется два метода — первый (классический) реализован в виде стандартных JSP-страниц, второй (начиная с версии 2.7) — отображает результаты на приборной панели (англ. dashboard), на которой скомбинировано большое количество различных представлений, широко используются цвета, значки, элементы, всплывающие при наведении на объекты. Кроме Java-версии существуют варианты инструмента для платформы Microsoft .Net (CruiseControl.NET, CCNet) и версия для Ruby-сред (CruiseControl.rb). (ru)
dbo:genre
dbo:latestReleaseDate
  • 2010-09-15 (xsd:date)
dbo:latestReleaseVersion
  • 2.8.4
dbo:license
dbo:releaseDate
  • 2001-03-30 (xsd:date)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 1178713 (xsd:integer)
dbo:wikiPageLength
  • 5001 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1118897535 (xsd:integer)
dbo:wikiPageWikiLink
dbp:date
  • 2007-02-22 (xsd:date)
dbp:developer
  • CruiseControl development team (en)
dbp:discontinued
  • yes (en)
dbp:genre
dbp:latestReleaseDate
  • 2010-09-15 (xsd:date)
dbp:latestReleaseVersion
  • 2.800000 (xsd:double)
dbp:license
  • BSD-style license (en)
dbp:name
  • CruiseControl (en)
dbp:operatingSystem
dbp:programmingLanguage
dbp:released
  • 2001-03-30 (xsd:date)
dbp:url
dbp:website
dbp:wikiPageUsesTemplate
dbp:wordnet_type
dct:subject
gold:hypernym
rdf:type
rdfs:comment
  • CruiseControl ist ein Java-basiertes Open-Source-Computerprogramm, das in der Softwareentwicklung eingesetzt wird, um kontinuierliche Integration zu ermöglichen. CruiseControl ist freie Software, die unter einer BSD-artigen Lizenz vertrieben wird. Es wurde ursprünglich von Angestellten von ThoughtWorks entwickelt (u. a. Martin Fowler) und wurde später zu einem eigenständigen Framework weiterentwickelt. (de)
  • In software development, CruiseControl is a Java-based framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds. It allows one to perform a continuous integration of any software development process. There is a version of CruiseControl for .NET called CruiseControl.NET (aka CCNet) and a version for Ruby called CruiseControl.rb. The current version is 2.8.4, released in 2010. (en)
  • CruiseControl es una aplicación de código abierto basado en Java que permite la compilación automática de proyectos Java, utilizando Ant o Maven. Es una herramienta comúnmente utilizada en integración continua que cada cierto tiempo, o cuando hay cambios en el gestor de versiones (por ejemplo CVS o Subversion), hace una compilación y ejecuta tests (más cualquier otra cosa que esté configurada en Ant o Maven) y una vez acaba presenta el resultado. Esta presentación puede ser en HTML, por correo electrónico, RSS, Jabber/XMPP, etcétera. (es)
  • CruiseControl est un logiciel d'intégration continue basé sur une plateforme Java. L'outil utilise (liste non exhaustive) des plugins de notification par courriel, Ant, et des outils de contrôle de source. Une interface Web permet de visualiser les résultats de traitement. CruiseControl est un logiciel libre, "open-source", et distribué sous licence BSD-style license. La version initiale a été développée par des employés de en tant qu'outil d'intégration continue sur leurs projets, et fut ensuite mis à disposition du public.Il existe également une version pour plateforme.NET : CruiseControl.NET (aka CCNet) et une version pour Ruby :. Depuis le 15 mai 2007, ThoughtWorks Studios propose la fourniture de services et de support pour CruiseControl: CruiseControl Enterprise. Dès lors une versio (fr)
  • CruiseControl — инструмент непрерывной интеграции программного обеспечения на платформе Java, нацеленный на автоматизацию процесса сборки. Управление и просмотр информации о сборках осуществляется через веб-интерфейс. Интегрируется с Apache Ant, различными системами управления версиями. Является открытым программным обеспечением, распространяется под BSD-подобной лицензией. Первоначально он был создан сотрудниками компании ThoughtWorks (включая Мартина Фаулера) в целях обеспечения непрерывной интеграции для одного из проектов, позднее инструмент был выделен в отдельное приложение. (ru)
rdfs:label
  • CruiseControl (en)
  • CruiseControl (de)
  • CruiseControl (es)
  • CruiseControl (fr)
  • CruiseControl (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • CruiseControl (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License