Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1723 - development/main/magic/spells/cruisecontrol/etc/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: pneubauer AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1723 - development/main/magic/spells/cruisecontrol/etc/main
  • Date: Sat, 05 Feb 2005 21:32:38 +0100

Author: pneubauer
Date: Sat Feb 5 21:32:38 2005
New Revision: 1723

Modified:
development/main/magic/spells/cruisecontrol/etc/main/config.xml
Log:
Testing CC locally


Modified: development/main/magic/spells/cruisecontrol/etc/main/config.xml
==============================================================================
--- development/main/magic/spells/cruisecontrol/etc/main/config.xml
(original)
+++ development/main/magic/spells/cruisecontrol/etc/main/config.xml Sat
Feb 5 21:32:38 2005
@@ -7,32 +7,35 @@
</bootstrappers>


- <modificationset quietperiod="100">
+ <modificationset quietperiod="10">
<svn localWorkingCopy="checkout/dpml-main/development/main"/>
</modificationset>

- <schedule interval="300">
+ <schedule interval="10">
<ant
- antscript="/usr/local/ant/bin/ant"
- buildfile="checkout/dpml-main/development/main/setup.xml"
- target="clean install"
+ antscript="ant"
+ buildfile="checkout/dpml-main/development/main/build.xml"
+ target="clean transit"
uselogger="true"
multiple="1"
usedebug="false"/>
</schedule>
<log>
- <merge
dir="checkout/dpml-main/development/main/transit/handler/target/test-reports"/>
- <merge
dir="checkout/dpml-main/development/main/magic/core/target/test-reports"/>
+ <merge
+
dir="checkout/dpml-main/development/main/home/transit/handler/target/test-reports"/>
</log>
<publishers>
- <htmlemail mailhost="localhost" subjectprefix="[CC][dpml-setup]"
returnaddress="info AT dpml.net" defaultsuffix="dmpl.net"
spamwhilebroken="false"
css="/usr/local/cruisecontrol/reporting/jsp/css/cruisecontrol.css"
xsldir="/usr/local/cruisecontrol/reporting/jsp/xsl" skipusers="true">
+ <!--htmlemail mailhost="localhost" subjectprefix="[CC][dpml-setup]"
+ returnaddress="info AT dpml.net" defaultsuffix="dmpl.net"
spamwhilebroken="false"
+ css="/usr/local/cruisecontrol/reporting/jsp/css/cruisecontrol.css"
+ xsldir="/usr/local/cruisecontrol/reporting/jsp/xsl" skipusers="true">
<always address="notify-dpml AT lists.ibiblio.org"/>
- </htmlemail>
+ </htmlemail-->
</publishers>

<dateformat format="yyyy-MM-dd HH:mm:ss" />
</project>
- <project name="dpml-main">
+ <!--project name="dpml-main">

<bootstrappers>
<svnbootstrapper
localWorkingCopy="checkout/dpml-main/development/main"/>
@@ -76,5 +79,5 @@
</publishers>

<dateformat format="yyyy-MM-dd HH:mm:ss" />
- </project>
+ </project-->
</cruisecontrol>



  • svn commit: r1723 - development/main/magic/spells/cruisecontrol/etc/main, pneubauer, 02/05/2005

Archive powered by MHonArc 2.6.24.

Top of Page