Hey Ruben,

Thanks for the reply. Attached is the xml file that is used from a 
customccnetconfig file that is called from the ccnet config. Attaching them 
as well to give more insight. This CustomCCNET config calls the 
PFWAllBuildWithDeploy. 

This is something that has been reported by my Client. The build server and 
the source control both i believe are in the US and in the same time zone.

Please let me know if you need more information.

Regards,
Suvra Jyoti

On Thursday, February 27, 2014 12:40:41 PM UTC+5:30, Ruben Willems wrote:
>
> Hi
>
> Can you post your config?
> First time I hear of this kind of behavior.
> ° Are the build server and the source control server in the same timezone?
> ° when did this start occurring ? (any updates done?)
>
>
>
> with kind regards
> Ruben Willems
>
>
> On 27 February 2014 05:34, Suvro Jyoti <[email protected] <javascript:>>wrote:
>
>> Hi All,
>>
>> I am facing the issue that if i have multiple SVN updates in a single 
>> CruiseControl project, the notification e-mail shows modifications since 
>> last build of 2 years worth of modifications and it never clears out. It 
>> ultimately leads to the Outlook to crash out while sending the mail.I want 
>> the notification email to only include the modifications since the last 
>> build.
>>
>> Is there a a way that i can get around the same. Please suggest on the 
>> same as it is urgent
>>
>> Regards,
>> Suvra Jyoti
>>
>> -- 
>>  
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "ccnet-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ccnet-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
<project name="PFWAll_BuildWithDeploy">
    <artifactDirectory>$(ArtifactDir)\pfwall_builddeploy</artifactDirectory>
    <triggers>
        <scheduleTrigger time="04:00" buildCondition="ForceBuild">
            <weekDays>
                <weekDay>Sunday</weekDay>
                <weekDay>Monday</weekDay>
                <weekDay>Tuesday</weekDay>
                <weekDay>Wednesday</weekDay>   
                <weekDay>Thursday</weekDay>
                <weekDay>Friday</weekDay>                  
            </weekDays>
        </scheduleTrigger>
      <!--<intervalTrigger name="continuousfull" seconds="120" 
buildCondition="ForceBuild"/>-->
    </triggers>
    <modificationDelaySeconds>60</modificationDelaySeconds>
    <sourcecontrol type="multi">
        <sourceControls>
            <svn>
                <executable>$(SvnClientExe)</executable>
                <trunkUrl>$(PFWSvnRoot)</trunkUrl>        
                <tagOnSuccess>false</tagOnSuccess>
                <username>$(SvnUsername)</username>
                <password>$(SvnPassword)</password>
                <workingDirectory>$(PFWProjectDir)</workingDirectory>
                <cleanUp>true</cleanUp>
                <autoGetSource>true</autoGetSource>
                <revisionNumbers>true</revisionNumbers>
                <timeout units="minutes">$(SvnTimeout)</timeout>
            </svn>
            <svn>
                <executable>$(SvnClientExe)</executable>
                <trunkUrl>$(PloSvnRoot)</trunkUrl>
                <tagOnSuccess>false</tagOnSuccess>
                <username>$(SvnUsername)</username>
                <password>$(SvnPassword)</password>
                <workingDirectory>$(PloProjectDir)</workingDirectory>
                <cleanUp>true</cleanUp>
                <autoGetSource>true</autoGetSource>
                <timeout units="minutes">$(SvnTimeout)</timeout>
            </svn>
            <svn>
                <executable>$(SvnClientExe)</executable>
                <trunkUrl>$(PltlploSvnRoot)</trunkUrl>
                <tagOnSuccess>false</tagOnSuccess>
                <username>$(SvnUsername)</username>
                <password>$(SvnPassword)</password>
                <workingDirectory>$(PltlploProjectDir)</workingDirectory>
                <cleanUp>true</cleanUp>
                <autoGetSource>true</autoGetSource>
                <timeout units="minutes">$(SvnTimeout)</timeout>
            </svn>
        </sourceControls>
    </sourcecontrol>
    <labeller type="assemblyVersionLabeller">
        <major>5</major>
        <minor>3</minor>
        <build>1</build>
        <incrementOnFailure>false</incrementOnFailure>
    </labeller>
    <tasks>
        <exec>
            <executable>PFWService.bat</executable>
            <baseDirectory>$(PFWScriptDir)</baseDirectory>
            <buildArgs>$(PFWLocalInstallFolder)\PFWService</buildArgs>
            <buildTimeoutSeconds>$(StatementTimeout)</buildTimeoutSeconds>
            <successExitCodes>0</successExitCodes>
        </exec>
        <exec>
            <executable>PFWLocalClient.bat</executable>
            <baseDirectory>$(PFWScriptDir)</baseDirectory>
            <buildArgs>$(PFWLocalInstallFolder)\PFWLocalClient</buildArgs>
            <buildTimeoutSeconds>$(StatementTimeout)</buildTimeoutSeconds>
            <successExitCodes>0</successExitCodes>
        </exec>
        <exec>
            <executable>ConfigInstaller.bat</executable>
            <baseDirectory>$(PFWScriptDir)</baseDirectory>
            <buildArgs>$(PFWLocalInstallFolder)\ConfigInstallers</buildArgs>
            <buildTimeoutSeconds>$(StatementTimeout)</buildTimeoutSeconds>
            <successExitCodes>0</successExitCodes>
        </exec>
        <exec>
          <executable>PipelineSchedulerGamera.bat</executable>
          <baseDirectory>$(PFWScriptDir)</baseDirectory>
          <buildArgs>$(PFWLocalInstallFolder)\Gamera</buildArgs>
          <buildTimeoutSeconds>$(StatementTimeout)</buildTimeoutSeconds>
          <successExitCodes>0</successExitCodes>
        </exec>
        <exec>
          <executable>PipelineSchedulerTortoise.bat</executable>
          <baseDirectory>$(PltlploScriptDir)</baseDirectory>
          <buildArgs>$(PFWLocalInstallFolder)\SchedulerTort</buildArgs>
          <buildTimeoutSeconds>$(StatementTimeout)</buildTimeoutSeconds>
          <successExitCodes>0</successExitCodes>
        </exec>
        <exec>
            <executable>FullBuild.bat</executable>
            <baseDirectory>$(PloScriptDir)</baseDirectory>
            <buildTimeoutSeconds>$(StatementTimeout)</buildTimeoutSeconds>
            <successExitCodes>0</successExitCodes>
        </exec>
        <exec>
            <executable>OptimizerTortInstaller.bat</executable>
            <baseDirectory>$(PloCCNetScriptDir)</baseDirectory>
            <buildArgs>$(PloProjectDir) 
$(PloLocalInstallFolder)\TortInstaller</buildArgs>
            <buildTimeoutSeconds>$(StatementTimeout)</buildTimeoutSeconds>
            <successExitCodes>0</successExitCodes>
        </exec>
        <exec>
            <executable>CopyReleaseToNetwork_Scheduler.bat</executable>
            <baseDirectory>$(PloCCNetScriptDir)</baseDirectory>
            <buildArgs>$(PFWProjectDir) $(PFWLocalInstallFolder) 
$(PFWRemoteInstallFolder)\trunk $(PFWLocalInstallFolder)</buildArgs>
            <buildTimeoutSeconds>$(StatementTimeout)</buildTimeoutSeconds>
            <successExitCodes>0</successExitCodes>
        </exec>
        <exec>
            <executable>CopyReleaseToNetwork_Optimizer.bat</executable>
            <baseDirectory>$(PloCCNetScriptDir)</baseDirectory>
            <buildArgs>$(PloProjectDir) $(PloLocalInstallFolder)\TortInstaller 
$(PloRemoteInstallFolder)\trunk $(PFWLocalInstallFolder)</buildArgs>
            <buildTimeoutSeconds>$(StatementTimeout)</buildTimeoutSeconds>
            <successExitCodes>0</successExitCodes>
        </exec>
    </tasks>
    <publishers>
        <xmllogger logDir="$(PloLogDir)"/>
        <email from="$(EmailFrom)" mailhost="$(EmailHost)">
            <users>
                <user name="suvrajyotip" group="notify_always" 
address="[email protected]"/>
             
            </users>
            <groups>
                <group name="developers">
                    <notifications>
                        <notificationType>Always</notificationType>
                    </notifications>
                </group>
                <group name="notify_always">
                    <notifications>
                        <notificationType>Always</notificationType>
                    </notifications>
                </group>
                <group name="qa">
                    <notifications>
                        <notificationType>Failed</notificationType>
                        <notificationType>Fixed</notificationType>
                    </notifications>
                </group>
            </groups>
        </email>
    </publishers>
</project>



Attachment: CustomCCNetConfig.xml
Description: XML document

Reply via email to