Code Search for Developers
 
 
  

config.xml from cruisecontrol at Krugle


Show config.xml syntax highlighted

<cruisecontrol>
    <project name="connectfour">

        <listeners>
            <currentbuildstatuslistener file="logs/${project.name}/status.txt"/>
        </listeners>

        <bootstrappers>
            <svnbootstrapper localWorkingCopy="projects/${project.name}" />
        </bootstrappers>

        <modificationset quietperiod="30">
            <svn localWorkingCopy="projects/${project.name}"/>
        </modificationset>

        <schedule interval="300">
            <ant anthome="%%APACHE_ANT%%" buildfile="projects/${project.name}/build.xml"/>
        </schedule>

        <log>
            <merge dir="projects/${project.name}/target/test-results"/>
        </log>

        <publishers>
            <onsuccess>
                <artifactspublisher dest="artifacts/${project.name}" file="projects/${project.name}/target/${project.name}.jar"/>
            </onsuccess>
        </publishers>

    </project>
</cruisecontrol>




See more files for this project here

cruisecontrol

CruiseControl is a 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.

Project homepage: http://sourceforge.net/projects/cruisecontrol
Programming language(s): Java,XML
License: other

  lib/
    commons-el.jar
    commons-logging.jar
    jasper-compiler.jar
    jasper-runtime.jar
    javax.servlet.jar
  logs/
    connectfour/
      log20051209122103Lbuild.0.xml
      status.txt
  JETTY-WORKDIR-README.txt
  README.txt
  apache-ant-1.7.0-bin.zip
  config.xml
  connectfour.zip
  cruisecontrol.bat
  cruisecontrol.sh
  dashboard-config.xml
  widgets.cfg