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"" 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:"Arial","s= ans-serif";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:"Arial","s= ans-serif";color:black"><o:p> </o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Arial","s= ans-serif";color:black">Try changing:<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Arial","s= ans-serif";color:black"><project name=3D"Linux-NightlyBuild&qu= ot;><br> <br> <o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Arial","s= ans-serif";color:black"><o:p> </o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Arial","s= ans-serif";color:black">To this:<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Arial","s= ans-serif";color:black"><project name=3D"Linux-NightlyBuild&qu= ot; requireModification=3D”false”><br> <br> <o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Arial","s= ans-serif";color:black"><o:p> </o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Arial","s= ans-serif";color:black">From Documentation:<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-family:"Arial","s= ans-serif";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"><project></a> has </span><code><span style=3D"font-size:10.0pt;color:black">requireModificati= ons</span></code><span style=3D"font-family:"Arial","sans-se= rif";color:black"> set to false</span><span style=3D"font-size:11.0pt;= font-family:"Calibri","sans-serif";color:#1F497D"><o:p>= </o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif"; color:#1F497D"><o:p> </o:p></span></p> <div> <p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:"Ari= al","sans-serif"; color:gray">______________________</span><span style=3D"font-size:11.0pt; font-family:"Calibri","sans-serif";color:#1F497D"><o:p>= </o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:"Ari= al","sans-serif"; color:gray">Robert Redd</span><span style=3D"font-size:11.0pt;font-family:&= quot;Calibri","sans-serif"; color:#1F497D"><o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:"Ari= al Black","sans-serif"; color:#943634">RAILINC</span><span style=3D"font-size:11.0pt;font-family:&q= uot;Calibri","sans-serif"; color:#943634"><o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:"Ari= al","sans-serif"; color:gray">Information Technology</span><span style=3D"font-size:11.0pt; font-family:"Calibri","sans-serif";color:#1F497D"><o:p>= </o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:"Ari= al","sans-serif"; color:gray">919-651-5242 </span><span style=3D"font-size:11.0pt;font-family:"Calibri",&quo= t;sans-serif"; color:#1F497D"><o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:"Cal= ibri","sans-serif"; 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:"Calibri","sans-serif";color:#1F497D">= <o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:8.0pt;font-family:"Ari= al","sans-serif"; color:gray">______________________</span><span style=3D"font-size:11.0pt; font-family:"Calibri","sans-serif";color:#1F497D"><o:p>= </o:p></span></p> </div> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif"; color:#1F497D"><o:p> </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:"= ;Tahoma","sans-serif"">From:</span></b><span style=3D"font-s= ize:10.0pt;font-family:"Tahoma","sans-serif""> 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> </o:p></p> <p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><span style=3D"font-s= ize:10.0pt; font-family:"Verdana","sans-serif"">Hey guys,<br> <br> I am having a problem getting my projects scheduled.<br> 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 = 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 "idle" state and never actual= ly runs.<br> What could be causing that? 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. 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 &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 - 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 - Project L= inux-IncrementalBuild starting<br> [cc]Aug-19 14:10:36 Project - Project L= inux-IncrementalBuild: idle<br> [cc]Aug-19 14:10:36 Project - Project L= inux-IncrementalBuild started<br> [cc]Aug-19 14:10:36 Project - Project L= inux-IncrementalBuild: next build in 5 minutes<br> [cc]Aug-19 14:10:36 Project - Project L= inux-IncrementalBuild: waiting for next time to build<br> [cc]Aug-19 14:10:36 Project - Project L= inux-NightlyBuild starting<br> [cc]Aug-19 14:10:36 Project - Project L= inux-NightlyBuild: idle<br> [cc]Aug-19 14:10:36 Project - Project L= inux-NightlyBuild started<br> [cc]Aug-19 14:10:36 Project - Project L= inux-NightlyBuild: next build in 3 minutes<br> [cc]Aug-19 14:10:36 Project - Project L= inux-NightlyBuild: waiting for next time to build<br> <br> ...<br> <br> [cc]Aug-19 14:13:36 Project - Project L= inux-NightlyBuild: 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 - now adding to the thread= queue: Linux-NightlyBuild<br> [cc]Aug-19 14:13:36 Project - Project L= inux-NightlyBuild: 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 - Project L= inux-NightlyBuild: 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 - Project L= inux-NightlyBuild: 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 - Project L= inux-NightlyBuild: next build in 24 hours<br> [cc]Aug-19 14:13:36 Project - Project L= inux-NightlyBuild: 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 - Project L= inux-IncrementalBuild: 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 - now adding to the thread= queue: Linux-IncrementalBuild<br> [cc]Aug-19 14:15:36 Project - Project L= inux-IncrementalBuild: not building because project is forceOnly and = build not forced.<br> [cc]Aug-19 14:15:36 Project - Project L= inux-IncrementalBuild: next build in 5 minutes<br> [cc]Aug-19 14:15:36 Project - Project L= inux-IncrementalBuild: 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> <cruisecontrol><br> <br> <!-- Continuous Build Product<br> Note: Missing cross platfo= rm tf plugin!<br> --><br> <project name=3D"Linux-IncrementalBuild" fo= rceonly=3D"true"><br> <br> <listeners><br> <curr= entbuildstatuslistener file=3D"logs/${project.name}/status.txt"/&= gt;<br> </listeners><br> <br> <log logdir=3D"logs/${pr= oject.name}"/><br> <br> <!--<br> <modificationset><br> <tfs/= ><br> </modificationset><br> --><br> <schedule><br> <ant = anthome=3D"/usr/local/apache-ant-1.7.1"<br> &nb= sp; buildfile=3D"/mnt/antares/Future/Source/build.xml"= ;<br> &nb= sp; target=3D"IncrementalBuild"/><br> </schedule><br> <br> </project><br> <br> <br> <!-- Nightly Build Product --><br> <project name=3D"Linux-NightlyBuild"><br= > <br> <listeners><br> <curr= entbuildstatuslistener file=3D"logs/${project.name}/status.txt"/&= gt;<br> </listeners><br> <br> <log logdir=3D"logs/${pr= oject.name}"/><br> <br> <schedule><br> <ant = anthome=3D"/usr/local/apache-ant-1.7.1"<br> &nb= sp; buildfile=3D"/mnt/antares/Future/Source/build.xml"= ;<br> &nb= sp; target=3D"NightlyBuild"<br> &nb= sp; time=3D"0015"/><br> </schedule><br> <br> <publishers><br> <exec= ute command=3D"bash /mnt/antares/Scripts/AntNightlyBuild.sh Release&qu= ot;/><br> </publishers><br> <br> </project><br> <br> </cruisecontrol><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:"Verdana","sans-serif= ""> <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:"Ve= rdana","sans-serif"">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==--