logo       

Updating Branch: msg#00009

java.cruise-control.user

Subject: Updating Branch

Hi all,

I am a relatively new CruiseControl user. I am currently having a problem with version 2.1.4 that hopefully someone can help me with.

I am attempting to have CC run builds for a project in CVS head and a project in a CVS branch. The problem is with the CVS branch project. The process recognizes updates to the CVS head project but doesn't recognize updates to the CVS branch project. I have created a config.xml file which contains both projects. I have attempted to run each one individually as well as together. In all cases the CVS branch project doesn't recognize changes (I have pushed changes into the repository so I know something has changed). In all cases the CVS head project does recognize updates. I am including in this message the config.xml file (the CVS head project is currently commented out). I am also including a piece of the build.xml from the project that is for CC.

CC directory structure:

/home
  /cruisecontrol
    /ccwork
      config.xml
      cui_head.ser
      /artifacts
      /checkout
        /cui_prod
        /cui_head
      /logs

Build.xml:

    <!-- CC build begin -->
    <target name="ccbuild" depends="cvs-update, clean, devproperties, compile, runtests,cvs-tag">
        </target>
       
    <target name="cvs-update">
        <cvs dest="./" command="update -dPC"/>
    </target>
   
    <target name="cvs-tag">
        <!-- mysterously create property by cc -->
        <cvs command="tag ${label}"/>
    </target>
    <!-- CC build end -->   

Output from CVS History:

O 2003-03-05 19:07 +0000 meehrmann cui/cuireqs        =cui/cuireqs=               <remote>/cui/cuireqs
O 2003-12-01 16:38 +0000 meehrmann cui/CUI            =cui_head=                  <remote>/*
O 2003-12-03 14:54 +0000 meehrmann [prod_1_0] cui/CUI            =cui_prod=                  <remote>/*

Config.xml:

<<config.xml>>
Any help you can be is greatly appreciated!

Mark Ehrmann

--------------------------------------------------------------------------------------------------------Note:  The information contained in this message may be privileged and confidential and protected from disclosure.  If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.  If you have received this communication in error, please notify us
immediately by replying to the message and deleting it from your computer.  Thank you.
--------------------------------------------------------------------------------------------------------

Attachment: config.xml
Description: config.xml

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise