Re: CC not executing timed project

"Redd, Robert" <[email protected]> Thu, 20 Aug 2009 10:50:13 -0400
Newsgroups gmane.comp.java.cruise-control.announce
Message-ID <[email protected]>
--===============8106921202910865547==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_89E9D2638F8EB74D908A370D9F8642D11CA325CHQEXCHUMrailincc_"

--_000_89E9D2638F8EB74D908A370D9F8642D11CA325CHQEXCHUMrailincc_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I think this is your problem with the nightly builds:

Try changing:
<project name=3D"Linux-NightlyBuild">


To this:
<project name=3D"Linux-NightlyBuild" requireModification=3D"false">


>From Documentation:
Builds will only run if modifications are found, a build is forced from JMX=
 interface, or the <project><http://rail-chq-mvncrs:8080/documentation/main=
/configxml.html#project> has requireModifications set to false

______________________
Robert Redd
RAILINC
Information Technology
919-651-5242
[email protected]<mailto:[email protected]>
______________________

From: Brandon Petty [mailto:[email protected]]
Sent: Thursday, August 20, 2009 10:30 AM
To: [email protected]
Subject: [Cruisecontrol-announce] CC not executing timed project

Hey guys,

I am having a problem getting my projects scheduled.
I have two CC projects.  Linux-NightlyBuild is scheduled to run at 12:15 AM=
 every morning; Linux-IncrementalBuild is not scheduled at all and is force=
Only.

As for the timed build... it appears like it is getting triggered when I te=
ll it to... but it says it is in an "idle" state and never actually runs.
What could be causing that?  I want it to always run.

As for the forceOnly project... I guess I don't understand why it is queuin=
g at all based on the default interval.  It will never run so why even queu=
e it?!
PS: I think it is keeping file handles open too because I have gotten a bun=
ch of Too Many Files Open errors that end up jacking my dashboard readout.

I appreciate the assistance!

This is the output I am getting for Linux, but I am seeing the same thing f=
or AIX, HP-UX, and Solaris:

[cc]Aug-19 14:10:35 Main          - CruiseControl Version 2.8.2 Compiled on=
 January 12 2009 1535
[cc]Aug-19 14:10:35 LConfigManager- reading settings from config file [/usr=
/local/cruisecontrol-bin-2.8.2/config.xml]
[cc]Aug-19 14:10:36 Schedule      - schedule has all time based builders: i=
nterval value will be ignored.
[cc]Aug-19 14:10:36 trolController- projectName =3D [Linux-IncrementalBuild=
]
[cc]Aug-19 14:10:36 LConfigManager- using settings from config file [/usr/l=
ocal/cruisecontrol-bin-2.8.2/config.xml]
[cc]Aug-19 14:10:36 trolController- projectName =3D [Linux-NightlyBuild]
[cc]Aug-19 14:10:36 LConfigManager- using settings from config file [/usr/l=
ocal/cruisecontrol-bin-2.8.2/config.xml]
[cc]Aug-19 14:10:36 Project       - Project Linux-IncrementalBuild starting
[cc]Aug-19 14:10:36 Project       - Project Linux-IncrementalBuild:  idle
[cc]Aug-19 14:10:36 Project       - Project Linux-IncrementalBuild started
[cc]Aug-19 14:10:36 Project       - Project Linux-IncrementalBuild:  next b=
uild in 5 minutes
[cc]Aug-19 14:10:36 Project       - Project Linux-IncrementalBuild:  waitin=
g for next time to build
[cc]Aug-19 14:10:36 Project       - Project Linux-NightlyBuild starting
[cc]Aug-19 14:10:36 Project       - Project Linux-NightlyBuild:  idle
[cc]Aug-19 14:10:36 Project       - Project Linux-NightlyBuild started
[cc]Aug-19 14:10:36 Project       - Project Linux-NightlyBuild:  next build=
 in 3 minutes
[cc]Aug-19 14:10:36 Project       - Project Linux-NightlyBuild:  waiting fo=
r next time to build

...

[cc]Aug-19 14:13:36 Project       - Project Linux-NightlyBuild:  in build q=
ueue
[cc]Aug-19 14:13:36 jectController- Linux-NightlyBuild Controller: build pr=
ogress event: in build queue
[cc]Aug-19 14:13:36 BuildQueue    - now adding to the thread queue: Linux-N=
ightlyBuild
[cc]Aug-19 14:13:36 Project       - Project Linux-NightlyBuild:  bootstrapp=
ing
[cc]Aug-19 14:13:36 jectController- Linux-NightlyBuild Controller: build pr=
ogress event: bootstrapping
[cc]Aug-19 14:13:36 Project       - Project Linux-NightlyBuild:  checking f=
or modifications
[cc]Aug-19 14:13:36 jectController- Linux-NightlyBuild Controller: build pr=
ogress event: checking for modifications
[cc]Aug-19 14:13:36 Project       - Project Linux-NightlyBuild:  idle
[cc]Aug-19 14:13:36 jectController- Linux-NightlyBuild Controller: build pr=
ogress event: idle
[cc]Aug-19 14:13:36 Project       - Project Linux-NightlyBuild:  next build=
 in 24 hours
[cc]Aug-19 14:13:36 Project       - Project Linux-NightlyBuild:  waiting fo=
r next time to build
[cc]Aug-19 14:13:36 jectController- Linux-NightlyBuild Controller: build pr=
ogress event: waiting for next time to build
[cc]Aug-19 14:15:36 Project       - Project Linux-IncrementalBuild:  in bui=
ld queue
[cc]Aug-19 14:15:36 jectController- Linux-IncrementalBuild Controller: buil=
d progress event: in build queue
[cc]Aug-19 14:15:36 BuildQueue    - now adding to the thread queue: Linux-I=
ncrementalBuild
[cc]Aug-19 14:15:36 Project       - Project Linux-IncrementalBuild:  not bu=
ilding because project is forceOnly and build not forced.
[cc]Aug-19 14:15:36 Project       - Project Linux-IncrementalBuild:  next b=
uild in 5 minutes
[cc]Aug-19 14:15:36 Project       - Project Linux-IncrementalBuild:  waitin=
g for next time to build
[cc]Aug-19 14:15:36 jectController- Linux-IncrementalBuild Controller: buil=
d progress event: waiting for next time to build


This is what my config looks like:
<cruisecontrol>

    <!-- Continuous Build Product
         Note: Missing cross platform tf plugin!
    -->
    <project name=3D"Linux-IncrementalBuild" forceonly=3D"true">

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

        <log logdir=3D"logs/${project.name}"/>

        <!--
        <modificationset>
            <tfs/>
        </modificationset>
        -->
        <schedule>
            <ant anthome=3D"/usr/local/apache-ant-1.7.1"
                buildfile=3D"/mnt/antares/Future/Source/build.xml"
                target=3D"IncrementalBuild"/>
        </schedule>

    </project>


    <!-- Nightly Build Product -->
    <project name=3D"Linux-NightlyBuild">

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

        <log logdir=3D"logs/${project.name}"/>

        <schedule>
            <ant anthome=3D"/usr/local/apache-ant-1.7.1"
                buildfile=3D"/mnt/antares/Future/Source/build.xml"
                target=3D"NightlyBuild"
                time=3D"0015"/>
        </schedule>

        <publishers>
            <execute command=3D"bash /mnt/antares/Scripts/AntNightlyBuild.s=
h Release"/>
        </publishers>

    </project>

</cruisecontrol>
________________________________
With Windows Live, you can organize, edit, and share your photos. Click her=
e.<http://www.windowslive.com/Desktop/PhotoGallery>

________________________________
This email and any files transmitted with it are confidential and intended =
solely for the use of the individual or entity to whom they are addressed. =
If you have received this email in error please notify the system manager. =
This message contains confidential information and is intended only for the=
 individual named. If you are not the named addressee you should not dissem=
inate, distribute or copy this e-mail.

--_000_89E9D2638F8EB74D908A370D9F8642D11CA325CHQEXCHUMrailincc_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:x=3D"urn:schemas-microsoft-com:office:excel" xmlns:p=3D"urn:schemas-m=
icrosoft-com:office:powerpoint" xmlns:a=3D"urn:schemas-microsoft-com:office=
:access" xmlns:dt=3D"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:s=3D"=
uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:rs=3D"urn:schemas-microsof=
t-com:rowset" xmlns:z=3D"#RowsetSchema" xmlns:b=3D"urn:schemas-microsoft-co=
m:office:publisher" xmlns:ss=3D"urn:schemas-microsoft-com:office:spreadshee=
t" xmlns:c=3D"urn:schemas-microsoft-com:office:component:spreadsheet" xmlns=
:odc=3D"urn:schemas-microsoft-com:office:odc" xmlns:oa=3D"urn:schemas-micro=
soft-com:office:activation" xmlns:html=3D"http://www.w3.org/TR/REC-html40" =
xmlns:q=3D"http://schemas.xmlsoap.org/soap/envelope/" xmlns:rtc=3D"http://m=
icrosoft.com/officenet/conferencing" xmlns:D=3D"DAV:" xmlns:Repl=3D"http://=
schemas.microsoft.com/repl/" xmlns:mt=3D"http://schemas.microsoft.com/share=
point/soap/meetings/" xmlns:x2=3D"http://schemas.microsoft.com/office/excel=
/2003/xml" xmlns:ppda=3D"http://www.passport.com/NameSpace.xsd" xmlns:ois=
=3D"http://schemas.microsoft.com/sharepoint/soap/ois/" xmlns:dir=3D"http://=
schemas.microsoft.com/sharepoint/soap/directory/" xmlns:ds=3D"http://www.w3=
.org/2000/09/xmldsig#" xmlns:dsp=3D"http://schemas.microsoft.com/sharepoint=
/dsp" xmlns:udc=3D"http://schemas.microsoft.com/data/udc" xmlns:xsd=3D"http=
://www.w3.org/2001/XMLSchema" xmlns:sub=3D"http://schemas.microsoft.com/sha=
repoint/soap/2002/1/alerts/" xmlns:ec=3D"http://www.w3.org/2001/04/xmlenc#"=
 xmlns:sp=3D"http://schemas.microsoft.com/sharepoint/" xmlns:sps=3D"http://=
schemas.microsoft.com/sharepoint/soap/" xmlns:xsi=3D"http://www.w3.org/2001=
/XMLSchema-instance" xmlns:udcs=3D"http://schemas.microsoft.com/data/udc/so=
ap" xmlns:udcxf=3D"http://schemas.microsoft.com/data/udc/xmlfile" xmlns:udc=
p2p=3D"http://schemas.microsoft.com/data/udc/parttopart" xmlns:wf=3D"http:/=
/schemas.microsoft.com/sharepoint/soap/workflow/" xmlns:dsss=3D"http://sche=
mas.microsoft.com/office/2006/digsig-setup" xmlns:dssi=3D"http://schemas.mi=
crosoft.com/office/2006/digsig" xmlns:mdssi=3D"http://schemas.openxmlformat=
s.org/package/2006/digital-signature" xmlns:mver=3D"http://schemas.openxmlf=
ormats.org/markup-compatibility/2006" xmlns:m=3D"http://schemas.microsoft.c=
om/office/2004/12/omml" xmlns:mrels=3D"http://schemas.openxmlformats.org/pa=
ckage/2006/relationships" xmlns:spwp=3D"http://microsoft.com/sharepoint/web=
partpages" xmlns:ex12t=3D"http://schemas.microsoft.com/exchange/services/20=
06/types" xmlns:ex12m=3D"http://schemas.microsoft.com/exchange/services/200=
6/messages" xmlns:pptsl=3D"http://schemas.microsoft.com/sharepoint/soap/Sli=
deLibrary/" xmlns:spsl=3D"http://microsoft.com/webservices/SharePointPortal=
Server/PublishedLinksService" xmlns:Z=3D"urn:schemas-microsoft-com:" xmlns:=
st=3D"&#1;" xmlns=3D"http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 12 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Verdana;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:"Arial Black";
	panose-1:2 11 10 4 2 1 2 2 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p
	{mso-style-priority:99;
	mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
code
	{mso-style-priority:99;
	font-family:"Courier New";}
span.EmailStyle18
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
	{page:Section1;}
-->
</style><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"1" />
 </o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"Section1">
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,&quot;s=
ans-serif&quot;;color:black">I think this is your problem with the nightly =
builds:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,&quot;s=
ans-serif&quot;;color:black"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,&quot;s=
ans-serif&quot;;color:black">Try changing:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,&quot;s=
ans-serif&quot;;color:black">&lt;project name=3D&quot;Linux-NightlyBuild&qu=
ot;&gt;<br>
<br>
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,&quot;s=
ans-serif&quot;;color:black"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,&quot;s=
ans-serif&quot;;color:black">To this:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,&quot;s=
ans-serif&quot;;color:black">&lt;project name=3D&quot;Linux-NightlyBuild&qu=
ot; requireModification=3D&#8221;false&#8221;&gt;<br>
<br>
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,&quot;s=
ans-serif&quot;;color:black"><o:p>&nbsp;</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,&quot;s=
ans-serif&quot;;color:black">From Documentation:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,&quot;s=
ans-serif&quot;;color:black">Builds will only run if modifications are foun=
d, a build is forced from JMX interface, or the
<a href=3D"http://rail-chq-mvncrs:8080/documentation/main/configxml.html#pr=
oject">&lt;project&gt;</a> has
</span><code><span style=3D"font-size:10.0pt;color:black">requireModificati=
ons</span></code><span style=3D"font-family:&quot;Arial&quot;,&quot;sans-se=
rif&quot;;color:black"> set to false</span><span style=3D"font-size:11.0pt;=
font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>=
</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;
color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:&quot;Ari=
al&quot;,&quot;sans-serif&quot;;
color:gray">______________________</span><span style=3D"font-size:11.0pt;
font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>=
</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:&quot;Ari=
al&quot;,&quot;sans-serif&quot;;
color:gray">Robert Redd</span><span style=3D"font-size:11.0pt;font-family:&=
quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:&quot;Ari=
al Black&quot;,&quot;sans-serif&quot;;
color:#943634">RAILINC</span><span style=3D"font-size:11.0pt;font-family:&q=
uot;Calibri&quot;,&quot;sans-serif&quot;;
color:#943634"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:&quot;Ari=
al&quot;,&quot;sans-serif&quot;;
color:gray">Information Technology</span><span style=3D"font-size:11.0pt;
font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>=
</o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:&quot;Ari=
al&quot;,&quot;sans-serif&quot;;
color:gray">919-651-5242
</span><span style=3D"font-size:11.0pt;font-family:&quot;Calibri&quot;,&quo=
t;sans-serif&quot;;
color:#1F497D"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:&quot;Cal=
ibri&quot;,&quot;sans-serif&quot;;
color:gray"><a href=3D"mailto:[email protected]"><span style=3D"color=
:gray">[email protected]</span></a></span><span style=3D"font-size:11=
.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">=
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:&quot;Ari=
al&quot;,&quot;sans-serif&quot;;
color:gray">______________________</span><span style=3D"font-size:11.0pt;
font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>=
</o:p></span></p>
</div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,&quot;sans-serif&quot;;
color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<div>
<div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in =
0in 0in">
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:&quot=
;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style=3D"font-s=
ize:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> Brandon =
Petty [mailto:[email protected]]
<br>
<b>Sent:</b> Thursday, August 20, 2009 10:30 AM<br>
<b>To:</b> [email protected]<br>
<b>Subject:</b> [Cruisecontrol-announce] CC not executing timed project<o:p=
></o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><span style=3D"font-s=
ize:10.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;">Hey guys,<br>
<br>
I am having a problem getting my projects scheduled.<br>
I have two CC projects.&nbsp; Linux-NightlyBuild is scheduled to run at 12:=
15 AM every morning; Linux-IncrementalBuild is not scheduled at all and is =
forceOnly.<br>
<br>
As for the timed build... it appears like it is getting triggered when I te=
ll it to... but it says it is in an &quot;idle&quot; state and never actual=
ly runs.<br>
What could be causing that?&nbsp; I want it to always run.<br>
<br>
As for the forceOnly project... I guess I don't understand why it is queuin=
g at all based on the default interval.&nbsp; It will never run so why even=
 queue it?!<br>
PS: I think it is keeping file handles open too because I have gotten a bun=
ch of Too Many Files Open errors that end up jacking my dashboard readout.<=
br>
<br>
I appreciate the assistance!<br>
<br>
This is the output I am getting for Linux, but I am seeing the same thing f=
or AIX, HP-UX, and Solaris:<br>
<br>
[cc]Aug-19 14:10:35 Main&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; - CruiseControl Version 2.8.2 Compiled on January 12 2009 1535<br>
[cc]Aug-19 14:10:35 LConfigManager- reading settings from config file [/usr=
/local/cruisecontrol-bin-2.8.2/config.xml]<br>
[cc]Aug-19 14:10:36 Schedule&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - schedule has a=
ll time based builders: interval value will be ignored.<br>
[cc]Aug-19 14:10:36 trolController- projectName =3D [Linux-IncrementalBuild=
]<br>
[cc]Aug-19 14:10:36 LConfigManager- using settings from config file [/usr/l=
ocal/cruisecontrol-bin-2.8.2/config.xml]<br>
[cc]Aug-19 14:10:36 trolController- projectName =3D [Linux-NightlyBuild]<br=
>
[cc]Aug-19 14:10:36 LConfigManager- using settings from config file [/usr/l=
ocal/cruisecontrol-bin-2.8.2/config.xml]<br>
[cc]Aug-19 14:10:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-IncrementalBuild starting<br>
[cc]Aug-19 14:10:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-IncrementalBuild:&nbsp; idle<br>
[cc]Aug-19 14:10:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-IncrementalBuild started<br>
[cc]Aug-19 14:10:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-IncrementalBuild:&nbsp; next build in 5 minutes<br>
[cc]Aug-19 14:10:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-IncrementalBuild:&nbsp; waiting for next time to build<br>
[cc]Aug-19 14:10:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-NightlyBuild starting<br>
[cc]Aug-19 14:10:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-NightlyBuild:&nbsp; idle<br>
[cc]Aug-19 14:10:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-NightlyBuild started<br>
[cc]Aug-19 14:10:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-NightlyBuild:&nbsp; next build in 3 minutes<br>
[cc]Aug-19 14:10:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-NightlyBuild:&nbsp; waiting for next time to build<br>
<br>
...<br>
<br>
[cc]Aug-19 14:13:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-NightlyBuild:&nbsp; in build queue<br>
[cc]Aug-19 14:13:36 jectController- Linux-NightlyBuild Controller: build pr=
ogress event: in build queue<br>
[cc]Aug-19 14:13:36 BuildQueue&nbsp;&nbsp;&nbsp; - now adding to the thread=
 queue: Linux-NightlyBuild<br>
[cc]Aug-19 14:13:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-NightlyBuild:&nbsp; bootstrapping<br>
[cc]Aug-19 14:13:36 jectController- Linux-NightlyBuild Controller: build pr=
ogress event: bootstrapping<br>
[cc]Aug-19 14:13:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-NightlyBuild:&nbsp; checking for modifications<br>
[cc]Aug-19 14:13:36 jectController- Linux-NightlyBuild Controller: build pr=
ogress event: checking for modifications<br>
[cc]Aug-19 14:13:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-NightlyBuild:&nbsp; idle<br>
[cc]Aug-19 14:13:36 jectController- Linux-NightlyBuild Controller: build pr=
ogress event: idle<br>
[cc]Aug-19 14:13:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-NightlyBuild:&nbsp; next build in 24 hours<br>
[cc]Aug-19 14:13:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-NightlyBuild:&nbsp; waiting for next time to build<br>
[cc]Aug-19 14:13:36 jectController- Linux-NightlyBuild Controller: build pr=
ogress event: waiting for next time to build<br>
[cc]Aug-19 14:15:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-IncrementalBuild:&nbsp; in build queue<br>
[cc]Aug-19 14:15:36 jectController- Linux-IncrementalBuild Controller: buil=
d progress event: in build queue<br>
[cc]Aug-19 14:15:36 BuildQueue&nbsp;&nbsp;&nbsp; - now adding to the thread=
 queue: Linux-IncrementalBuild<br>
[cc]Aug-19 14:15:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-IncrementalBuild:&nbsp; not building because project is forceOnly and =
build not forced.<br>
[cc]Aug-19 14:15:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-IncrementalBuild:&nbsp; next build in 5 minutes<br>
[cc]Aug-19 14:15:36 Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Project L=
inux-IncrementalBuild:&nbsp; waiting for next time to build<br>
[cc]Aug-19 14:15:36 jectController- Linux-IncrementalBuild Controller: buil=
d progress event: waiting for next time to build<br>
<br>
<br>
This is what my config looks like:<br>
&lt;cruisecontrol&gt;<br>
<br>
&nbsp;&nbsp;&nbsp; &lt;!-- Continuous Build Product<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Note: Missing cross platfo=
rm tf plugin!<br>
&nbsp;&nbsp;&nbsp; --&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;project name=3D&quot;Linux-IncrementalBuild&quot; fo=
rceonly=3D&quot;true&quot;&gt;<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;listeners&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;curr=
entbuildstatuslistener file=3D&quot;logs/${project.name}/status.txt&quot;/&=
gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/listeners&gt;<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;log logdir=3D&quot;logs/${pr=
oject.name}&quot;/&gt;<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!--<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;modificationset&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tfs/=
&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/modificationset&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;schedule&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ant =
anthome=3D&quot;/usr/local/apache-ant-1.7.1&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; buildfile=3D&quot;/mnt/antares/Future/Source/build.xml&quot=
;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; target=3D&quot;IncrementalBuild&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/schedule&gt;<br>
<br>
&nbsp;&nbsp;&nbsp; &lt;/project&gt;<br>
<br>
<br>
&nbsp;&nbsp;&nbsp; &lt;!-- Nightly Build Product --&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;project name=3D&quot;Linux-NightlyBuild&quot;&gt;<br=
>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;listeners&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;curr=
entbuildstatuslistener file=3D&quot;logs/${project.name}/status.txt&quot;/&=
gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/listeners&gt;<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;log logdir=3D&quot;logs/${pr=
oject.name}&quot;/&gt;<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;schedule&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ant =
anthome=3D&quot;/usr/local/apache-ant-1.7.1&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; buildfile=3D&quot;/mnt/antares/Future/Source/build.xml&quot=
;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; target=3D&quot;NightlyBuild&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; time=3D&quot;0015&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/schedule&gt;<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;publishers&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;exec=
ute command=3D&quot;bash /mnt/antares/Scripts/AntNightlyBuild.sh Release&qu=
ot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/publishers&gt;<br>
<br>
&nbsp;&nbsp;&nbsp; &lt;/project&gt;<br>
<br>
&lt;/cruisecontrol&gt;<o:p></o:p></span></p>
<div class=3D"MsoNormal" align=3D"center" style=3D"text-align:center"><span=
 style=3D"font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif=
&quot;">
<hr size=3D"2" width=3D"100%" align=3D"center">
</span></div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ve=
rdana&quot;,&quot;sans-serif&quot;">With Windows Live, you can organize, ed=
it, and share your photos.
<a href=3D"http://www.windowslive.com/Desktop/PhotoGallery" target=3D"_new"=
>Click here.</a><o:p></o:p></span></p>
</div>
<br>
<hr>
<font face=3D"Arial" color=3D"Gray" size=3D"1">This email and any files tra=
nsmitted with it are confidential and intended solely for the use of the in=
dividual or entity to whom they are addressed. If you have received this em=
ail in error please notify the system
 manager. This message contains confidential information and is intended on=
ly for the individual named. If you are not the named addressee you should =
not disseminate, distribute or copy this e-mail.<br>
</font>
</body>
</html>

--_000_89E9D2638F8EB74D908A370D9F8642D11CA325CHQEXCHUMrailincc_--


--===============8106921202910865547==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--===============8106921202910865547==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Cruisecontrol-announce mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-announce

--===============8106921202910865547==--