Cruisecontrol bug

Taraka Narasimham <[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <[email protected]>
I  am using Cruisecontrol in my organization for implemented Continues
integration process. I am facing below problems with schedule build.

1) I have using clearcase7.0 and curisecontrol 2.8.3. I have checkedin
some files in  clearcase  as per my build schedule build  will  ran
every one hour,
before doing my snapshot view is updated properly ( all checkin file
are updated build snapshot view) and also updated files listed in
cruisecontrol log file but modification set not found any modification
build will not start. Please find some more information below


011-01-27 10:52:46,465 [Thread-1441] INFO  ScriptRunner     - BUILD SUCCESSFUL
2011-01-27 10:52:46,465 [Thread-1441] INFO  ScriptRunner     - Total
time: 34 seconds
2011-01-27 10:52:46,699 [Thread-1438] INFO  AntBootstrapper  -
Bootstrap successful.
2011-01-27 10:52:46,699 [Thread-1438] INFO  Project          - Project
CIS_10_1_R1_2:  checking for modifications
2011-01-27 10:52:46,699 [Thread-1438] INFO  ProjectController -
CIS_10_1_R1_2 Controller: build progress event: checking for
modifications
2011-01-27 10:52:46,699 [Thread-1438] INFO  ClearCase        -
ClearCase: getting modifications for
E:\CI\CruiseControl\projects\CI_Build_CIS_10_1_R1_2\construction
2011-01-27 10:52:46,996 [Thread-1438] INFO  Project          - Project
CIS_10_1_R1_2:  No modifications found, build not necessary.
2011-01-27 10:52:46,996 [Thread-1438] INFO  Project          - Project
CIS_10_1_R1_2:  idle

2) First 4 days my we didn’t find any issue as per schedule build was
running after that it has some modification files also it skipping the
build.
3) As per observation cruisecontrol.log file every 5001 kb it will new
create new log and check the modification in that new log it not found
the updated files
and skip the build.
4) cruisecontrol.log have the the modification files but schedule
build is not running it telling “no modifications found, build not
necessary”

5) please find the config.xml configuration below and please help me
how to resolve this issue.

<project name="CIS_10_1_R1_2">
   <property name="cc_viewdir"
value="E:\CI\CruiseControl\projects\CI_Build_CIS_10_1_R1_2\construction"
/>
   <property name="cc_view_update"
value="E:\CI\CruiseControl\projects\CI_Build_CIS_10_1_R1_2" />
   <property name="cc_dir" value="E:\CI\CruiseControl" />
   <property name="cc_upload_dir"
value="E:\Java\CI\maui\upload_dir\reports\cc_logs" />
   <listeners>
     <currentbuildstatuslistener file="logs\${project.name}\status.txt" />
   </listeners>
   <bootstrappers>
     <clearcasebootstrapper
viewpath="E:\CI\CruiseControl\projects\CI_Build_CIS_10_1_R1_2\construction"
file="pom.xml" />
     <antbootstrapper anthome="apache-ant-1.7.0"
buildfile="E:\CI\CruiseControl\projects\CI_Build_CIS_10_1_R1_2\build.xml"
target="update" />
   </bootstrappers>
   <modificationset quietperiod="60">
     <clearcase all="true"
viewpath="E:\CI\CruiseControl\projects\CI_Build_CIS_10_1_R1_2\construction"
branch="main" />
   </modificationset>
   <schedule interval="3600">
     <maven2 mvnscript="E:\CI\apache-maven-2.2.1\bin\mvn.bat"
pomfile="${cc_viewdir}\pom.xml" goal="clean install
-Dmaven.test.skip=true" />
   </schedule>
    <log>
        <merge dir="E:\CI\CruiseControl\projects\${project.name}\target\test-results"
/>
        </log>

Regards
Taraka

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.