notify-dpml AT lists.ibiblio.org
Subject: DPML Notify
List archive
svn commit: r1519 - in development/main: . magic/spells/cruisecontrol/etc/main
- From: pneubauer AT netcompartner.com
- To: notify-dpml AT lists.ibiblio.org
- Subject: svn commit: r1519 - in development/main: . magic/spells/cruisecontrol/etc/main
- Date: Mon, 17 Jan 2005 22:59:15 +0100
Author: pneubauer
Date: Mon Jan 17 22:59:14 2005
New Revision: 1519
Added:
development/main/magic/spells/cruisecontrol/etc/main/config.xml
Removed:
development/main/magic/spells/cruisecontrol/etc/main/cruisecontrol.xml
Modified:
development/main/build.xml
Log:
added cruisecontrol target for building on the new server
moved cruisecontrol file to have the default name
Modified: development/main/build.xml
==============================================================================
--- development/main/build.xml (original)
+++ development/main/build.xml Mon Jan 17 22:59:14 2005
@@ -33,5 +33,9 @@
<report format="frames" todir="target/reports/junit"/>
</junitreport>
</target>
-
+ <target name="cc-build">
+ <ant antfile="setup.xml"/>
+ <antcall target="clean"/>
+ <antcall target="install"/>
+ </target>
</project>
Added: development/main/magic/spells/cruisecontrol/etc/main/config.xml
==============================================================================
--- (empty file)
+++ development/main/magic/spells/cruisecontrol/etc/main/config.xml Mon
Jan 17 22:59:14 2005
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<cruisecontrol>
+ <project name="dpml-main">
+
+ <bootstrappers>
+ <svnbootstrapper
localWorkingCopy="checkout/dpml-main/development/main"/>
+ </bootstrappers>
+
+
+ <modificationset quietperiod="10">
+ <svn localWorkingCopy="checkout/dpml-main/development/main"/>
+ </modificationset>
+
+ <schedule interval="10">
+ <ant
+ antscript="/usr/local/ant/bin/ant"
+ buildfile="checkout/dpml-main/development/main/build.xml"
+ target="cc-build"
+ uselogger="true"
+ multiple="1"
+ usedebug="false"/>
+ </schedule>
+ <publishers>
+ <!--email mailhost="localhost" subjectprefix="[CC][dpml-main]"
returnaddress="" defaultsuffix="@dpml.net.se" spamwhilebroken="false"
buildresultsurl="">
+ <always address="peter AT neubauer.se">
+ </always>
+ </email-->
+ </publishers>
+
+ <dateformat format="yyyy-MM-dd HH:mm:ss" />
+ </project>
+</cruisecontrol>
- svn commit: r1519 - in development/main: . magic/spells/cruisecontrol/etc/main, pneubauer, 01/17/2005
Archive powered by MHonArc 2.6.24.