Hi,

The config is below. I'm guessing you mean time to retrieve
modifications from Clearcase, and that depends on the number of
changes, how busy Clearcase VOB's are, and backend NAS etc.


<cruisecontrol>
<!--
======================================================================================
DEVINT DB Build
======================================================================================
-->

        <project>
                <name>DevInt_DB</name>
                
<webURL>http://nldn2670dap/ccnetdev/server/Dev/project/DevInt_DB/
ViewProjectReport.aspx</webURL>
                <sourcecontrol type="clearCase">
                        <viewPath>\\view\CI_DB_Check\LDN_GENETIX</viewPath>
                        <branch>GPA_R3_3</branch>
                        <autoGetSource>false</autoGetSource>
                        <useLabel>false</useLabel>
                </sourcecontrol>
                <workingDirectory>D:\ccnet\GenetixDEV</workingDirectory>
                <artifactDirectory>D:\ccnet\GenetixDEV\Artifacts</
artifactDirectory>
                <modificationDelaySeconds>10</modificationDelaySeconds>

                <tasks>
                        <nant>
                                
<executable>..\..\nant-0.85-rc1\bin\nant.exe</executable>
                                <baseDirectory>BootstrapDevIntDB</baseDirectory>
                                
<buildArgs>-D:viewPath=\\view\CI_DB_Check\LDN_GENETIX -
D:build.file=ccnet.build</buildArgs>
                                <nologo>false</nologo>
                                <buildFile>bootstrap.build</buildFile>
                                <targetList>
                                         <!--<target>noop</target>  -->
                                         <target>genetix</target>
                                </targetList>
                                <buildTimeoutSeconds>30000</buildTimeoutSeconds>
                        </nant>
                </tasks>

                <labeller type="defaultlabeller">
                        <prefix>BUILD-1-</prefix>
                </labeller>

                <publishers>
                        <merge>
                                <files>
                                        
<file>\\nzur0119dsq\c$\GenetixDeploy\deploy-database.xml</
file>
                                </files>
                        </merge>

                        <xmllogger>
                                
<logDir>D:\ccnet\GenetixDEV\webDevIntDB\log</logDir>
                        </xmllogger>

                        <email from="GPA_DEV_Build" mailhost="mailhost"
includeDetails="TRUE">
                                <users>

                                </users>
                                <groups>
                                        <group name="developers" 
notification="change"/>
                                        <group name="buildmaster" 
notification="always"/>
                                </groups>
                        </email>

                        <rss/>

                </publishers>

                <!-- buildCondition="NoBuild" still forces a build! -->

                <triggers>
                                <scheduleTrigger time="07:00" 
buildCondition="ForceBuild" />
                </triggers>


        </project>

<!--
======================================================================================
DEVINT Delta Build
======================================================================================
-->

        <project>
                <name>DevInt_Delta</name>
                
<webURL>http://nldn2670dap/ccnetDEV/server/Dev/project/DevInt_Delta/
ViewProjectReport.aspx</webURL>
                <sourcecontrol type="clearCase">
                        <viewPath>\\view\gpa_dbdelta_nt\LDN_GENETIX</viewPath>
                        <branch>GPA_R3_3</branch>
                        <autoGetSource>false</autoGetSource>
                        <useLabel>false</useLabel>
                </sourcecontrol>
                <workingDirectory>D:\ccnet\GenetixDEV</workingDirectory>
                <artifactDirectory>D:\ccnet\GenetixDEV\Artifacts</
artifactDirectory>
                <modificationDelaySeconds>10</modificationDelaySeconds>

                <tasks>
                        <nant>
                                
<executable>..\..\nant-0.85-rc1\bin\nant.exe</executable>
                                <baseDirectory>BootstrapDelta</baseDirectory>
                                
<buildArgs>-D:viewPath=\\view\gpa_dbdelta_nt\LDN_GENETIX -
D:build.file=ccnet.build</buildArgs>
                                <nologo>false</nologo>
                                <buildFile>bootstraplabel.build</buildFile>
                                <targetList>
                                         <!--<target>noop</target>  -->
                                         <target>labeltest</target>
                                </targetList>
                                <buildTimeoutSeconds>70000</buildTimeoutSeconds>
                        </nant>
                </tasks>

                <labeller type="defaultlabeller">
                        <prefix>BUILD-1-</prefix>
                </labeller>

                <publishers>
                        <xmllogger>
                                
<logDir>D:\ccnet\GenetixDEV\webDelta\log</logDir>
                        </xmllogger>

                        <email from="GPA_DEV_Build" mailhost="mailhost"
includeDetails="TRUE">
                                <users>

                                </users>
                                <groups>
                                        <group name="developers" 
notification="change"/>
                                        <group name="buildmaster" 
notification="always"/>
                                </groups>
                        </email>

                        <rss/>

                </publishers>

                <!-- buildCondition="NoBuild" still forces a build! -->

                <triggers>
                        <projectTrigger 
serverUri="tcp://localhost:21238/CruiseManager.rem"
project="DevInt_DB">
                                <triggerStatus>Success</triggerStatus>
                                <innerTrigger type="intervalTrigger" 
seconds="30"
buildCondition="ForceBuild"/>
                        </projectTrigger>
                </triggers>
        </project>


<!--
======================================================================================
DEVINT NRE
======================================================================================
-->

        <project>
                <name>DevInt_NRE</name>
                
<webURL>http://nldn2670dap/ccnetDEV/server/Dev/project/DevInt_NRE/
ViewProjectReport.aspx</webURL>
                <sourcecontrol type="clearCase">
                        <viewPath>\\view\CI_NRE_Check\LDN_GENETIX</viewPath>
                        <branch>GPA_R3_3</branch>
                        <autoGetSource>false</autoGetSource>
                        <useLabel>false</useLabel>
                </sourcecontrol>
                <workingDirectory>D:\ccnet\GenetixDEV</workingDirectory>
                <artifactDirectory>D:\ccnet\GenetixDEV\Artifacts</
artifactDirectory>
                <modificationDelaySeconds>10</modificationDelaySeconds>

                <tasks>
                        <nant>
                                
<executable>..\..\nant-0.85-rc1\bin\nant.exe</executable>
                                
<baseDirectory>BootstrapDevIntNRE</baseDirectory>
                                
<buildArgs>-D:viewPath=\\view\CI_NRE_Check\LDN_GENETIX -
D:build.file=ccnet.build</buildArgs>
                                <nologo>false</nologo>
                                <buildFile>bootstrap.build</buildFile>
                                <targetList>
                                         <!--<target>noop</target>  -->
                                         <target>genetix</target>
                                </targetList>
                                <buildTimeoutSeconds>70000</buildTimeoutSeconds>
                        </nant>
                </tasks>

                <labeller type="defaultlabeller">
                        <prefix>BUILD-1-</prefix>
                </labeller>

                <publishers>
                        <merge>
                                <files>
                                        
<file>\\nldn2671dap\c$\GenetixDeploy\deploy-nre.xml</file>
                                </files>
                        </merge>

                        <xmllogger>
                                
<logDir>D:\ccnet\GenetixDEV\webDevIntNRE\log</logDir>
                        </xmllogger>

                        <email from="GPA_DEV_Build" mailhost="mailhost"
includeDetails="TRUE">
                                <users>

                                </users>
                                <groups>
                                        <group name="developers" 
notification="change"/>
                                        <group name="buildmaster" 
notification="always"/>
                                </groups>
                        </email>

                        <rss/>

                </publishers>

                <!-- buildCondition="NoBuild" still forces a build! -->

                <triggers>
                        <scheduleTrigger time="07:00" 
buildCondition="ForceBuild" />
                </triggers>


        </project>

<!--
======================================================================================
DEVINT TE
======================================================================================
-->

        <project>
                <name>DevInt_TE</name>
                
<webURL>http://nldn2670dap/ccnetDEV/server/Dev/project/DevInt_TE/
ViewProjectReport.aspx</webURL>
                <sourcecontrol type="clearCase">
                        <viewPath>\\view\CI_TE_Check\LDN_GENETIX</viewPath>
                        <branch>GPA_R3_3</branch>
                        <autoGetSource>false</autoGetSource>
                        <useLabel>false</useLabel>
                </sourcecontrol>
                <workingDirectory>D:\ccnet\GenetixDEV</workingDirectory>
                <artifactDirectory>D:\ccnet\GenetixDEV\Artifacts</
artifactDirectory>
                <modificationDelaySeconds>10</modificationDelaySeconds>

                <tasks>
                        <nant>
                                
<executable>..\..\nant-0.85-rc1\bin\nant.exe</executable>
                                <baseDirectory>BootstrapDevIntTE</baseDirectory>
                                
<buildArgs>-D:viewPath=\\view\CI_TE_Check\LDN_GENETIX -
D:build.file=ccnet.build</buildArgs>
                                <nologo>false</nologo>
                                <buildFile>bootstrap.build</buildFile>
                                <targetList>
                                         <!--<target>noop</target>  -->
                                         <target>genetix</target>
                                </targetList>
                                <buildTimeoutSeconds>70000</buildTimeoutSeconds>
                        </nant>
                </tasks>

                <labeller type="defaultlabeller">
                        <prefix>BUILD-1-</prefix>
                </labeller>

                <publishers>
                        <merge>
                                <files>
                                        
<file>\\nldn2669dww\c$\GenetixDeploy\deploy-taskengine.xml</
file>
                                        
<file>\\nldn1889dww\c$\GenetixDeploy\deploy-taskengine.xml</
file>
                                </files>
                        </merge>

                        <xmllogger>
                                
<logDir>D:\ccnet\GenetixDEV\webDevIntTE\log</logDir>
                        </xmllogger>

                        <email from="GPA_DEV_Build" mailhost="mailhost"
includeDetails="TRUE">
                                <users>

                                </users>
                                <groups>
                                        <group name="developers" 
notification="change"/>
                                        <group name="buildmaster" 
notification="always"/>
                                </groups>
                        </email>

                        <statistics />

                        <rss/>

                </publishers>

                <!-- buildCondition="NoBuild" still forces a build! -->

                <triggers>
                        <scheduleTrigger time="07:00" 
buildCondition="ForceBuild" />
                </triggers>

        </project>


<!--
======================================================================================
DEVINT Web
======================================================================================
-->

        <project>
                <name>DevInt_Web</name>
                
<webURL>http://nldn2670dap/ccnetDEV/server/Dev/project/DevInt_Web/
ViewProjectReport.aspx</webURL>
                <sourcecontrol type="clearCase">
                        <viewPath>\\view\CI_Web_Check\LDN_GENETIX</viewPath>
                        <branch>GPA_R3_3</branch>
                        <autoGetSource>false</autoGetSource>
                        <useLabel>false</useLabel>
                </sourcecontrol>
                <workingDirectory>D:\ccnet\GenetixDEV</workingDirectory>
                <artifactDirectory>D:\ccnet\GenetixDEV\Artifacts</
artifactDirectory>
                <modificationDelaySeconds>10</modificationDelaySeconds>

                <tasks>
                        <nant>
                                
<executable>..\..\nant-0.85-rc1\bin\nant.exe</executable>
                                
<baseDirectory>BootstrapDevIntWeb</baseDirectory>
                                
<buildArgs>-D:viewPath=\\view\CI_Web_Check\LDN_GENETIX -
D:build.file=ccnet.build</buildArgs>
                                <nologo>false</nologo>
                                <buildFile>bootstrap.build</buildFile>
                                <targetList>
                                         <!--<target>noop</target>  -->
                                         <target>genetix</target>
                                </targetList>
                                <buildTimeoutSeconds>70000</buildTimeoutSeconds>
                        </nant>
                </tasks>

                <labeller type="defaultlabeller">
                        <prefix>BUILD-1-</prefix>
                </labeller>

                <publishers>
                        <merge>
                                <files>
                                        
<file>\\nldn2669dww\c$\GenetixDeploy\deploy-web.xml</file>
                                </files>
                        </merge>

                        <xmllogger>
                                
<logDir>D:\ccnet\GenetixDEV\webDevIntWeb\log</logDir>
                        </xmllogger>

                        <email from="GPA_DEV_Build" mailhost="mailhost"
includeDetails="TRUE">
                                <users>

                                </users>
                                <groups>
                                        <group name="developers" 
notification="change"/>
                                        <group name="buildmaster" 
notification="always"/>
                                </groups>
                        </email>

                        <rss/>

                </publishers>

                <!-- buildCondition="NoBuild" still forces a build! -->

                <triggers>
                        <scheduleTrigger time="07:00" 
buildCondition="ForceBuild" />
                </triggers>

        </project>




<!--
======================================================================================
DEVINT DP
======================================================================================
-->

        <project>
                <name>DevInt_DP</name>
                
<webURL>http://nldn2670dap/ccnetDEV/server/Dev/project/DevInt_DP/
ViewProjectReport.aspx</webURL>
                <sourcecontrol type="clearCase">
                        <viewPath>\\view\CI_DP_Check\LDN_GENETIX</viewPath>
                        <branch>GPA_R3_3</branch>
                        <autoGetSource>false</autoGetSource>
                        <useLabel>false</useLabel>
                </sourcecontrol>
                <workingDirectory>D:\ccnet\GenetixDEV</workingDirectory>
                <artifactDirectory>D:\ccnet\GenetixDEV\Artifacts</
artifactDirectory>
                <modificationDelaySeconds>10</modificationDelaySeconds>

                <tasks>
                        <nant>
                                
<executable>..\..\nant-0.85-rc1\bin\nant.exe</executable>
                                <baseDirectory>BootstrapDevIntDP</baseDirectory>
                                
<buildArgs>-D:viewPath=\\view\CI_DP_Check\LDN_GENETIX -
D:build.file=ccnet.build</buildArgs>
                                <nologo>false</nologo>
                                <buildFile>bootstrap.build</buildFile>
                                <targetList>
                                         <!--<target>noop</target>  -->
                                         <target>genetix</target>
                                </targetList>
                                <buildTimeoutSeconds>70000</buildTimeoutSeconds>
                        </nant>
                </tasks>

                <labeller type="defaultlabeller">
                        <prefix>BUILD-1-</prefix>
                </labeller>

                <publishers>
                        <merge>
                                <files>
                                        
<file>\\nldn1889dww\c$\GenetixDeploy\deploy-dataportal.xml</
file>
                                </files>
                        </merge>

                        <xmllogger>
                                
<logDir>D:\ccnet\GenetixDEV\webDevIntDP\log</logDir>
                        </xmllogger>

                        <email from="GPA_DEV_Build" mailhost="mailhost"
includeDetails="TRUE">
                                <users>

                                </users>
                                <groups>
                                        <group name="developers" 
notification="change"/>
                                        <group name="buildmaster" 
notification="always"/>
                                </groups>
                        </email>

                        <rss/>


                </publishers>

                <!-- buildCondition="NoBuild" still forces a build! -->

                <triggers>
                        <scheduleTrigger time="07:00" 
buildCondition="ForceBuild" />
                </triggers>

        </project>


<!--
======================================================================================
DEVINT SSIS
======================================================================================
-->

        <project>
                <name>DevInt_SSIS</name>
                
<webURL>http://nldn2670dap/ccnetDEV/server/Dev/project/DevInt_SSIS/
ViewProjectReport.aspx</webURL>
                <sourcecontrol type="clearCase">
                        <viewPath>\\view\CI_SSIS_Check\LDN_GENETIX</viewPath>
                        <branch>GPA_R3_3</branch>
                        <autoGetSource>false</autoGetSource>
                        <useLabel>false</useLabel>
                </sourcecontrol>
                <workingDirectory>D:\ccnet\GenetixDEV</workingDirectory>
                <artifactDirectory>D:\ccnet\GenetixDEV\Artifacts</
artifactDirectory>
                <modificationDelaySeconds>10</modificationDelaySeconds>

                <tasks>
                        <nant>
                                
<executable>..\..\nant-0.85-rc1\bin\nant.exe</executable>
                                
<baseDirectory>BootstrapDevIntSSIS</baseDirectory>
                                
<buildArgs>-D:viewPath=\\view\CI_SSIS_Check\LDN_GENETIX -
D:build.file=ccnet.build</buildArgs>
                                <nologo>false</nologo>
                                <buildFile>bootstrap.build</buildFile>
                                <targetList>
                                         <!--<target>noop</target>  -->
                                         <target>genetix</target>
                                </targetList>
                                <buildTimeoutSeconds>70000</buildTimeoutSeconds>
                        </nant>
                </tasks>

                <labeller type="defaultlabeller">
                        <prefix>BUILD-1-</prefix>
                </labeller>

                <publishers>
                        <merge>
                                <files>
                                        
<file>\\nzur0119dsq\c$\GenetixDeploy\deploy-ssis.xml</file>
                                </files>
                        </merge>

                        <xmllogger>
                                
<logDir>D:\ccnet\GenetixDEV\webDevIntSSIS\log</logDir>
                        </xmllogger>

                        <email from="GPA_DEV_Build" mailhost="mailhost"
includeDetails="TRUE">
                                <users>

                                </users>
                                <groups>
                                        <group name="developers" 
notification="change"/>
                                        <group name="buildmaster" 
notification="always"/>
                                </groups>
                        </email>

                        <rss/>

                </publishers>

                <!-- buildCondition="NoBuild" still forces a build! -->

                <triggers>
                        <scheduleTrigger time="07:00" 
buildCondition="ForceBuild" />
                </triggers>

        </project>

<!--
======================================================================================
DEVINT StartEnv
======================================================================================
-->

        <project>
                <name>DevInt_START</name>
                
<webURL>http://nldn2670dap/ccnetDEV/server/Dev/project/DevInt_START/
ViewProjectReport.aspx</webURL>
                <sourcecontrol type="clearCase">
                        <viewPath>\\view\CI_DB_Check\LDN_GENETIX</viewPath>
                        <branch>GPA_R3_3</branch>
                        <autoGetSource>false</autoGetSource>
                        <useLabel>false</useLabel>
                </sourcecontrol>
                <workingDirectory>D:\ccnet\GenetixDEV</workingDirectory>
                <artifactDirectory>D:\ccnet\GenetixDEV\Artifacts</
artifactDirectory>
                <modificationDelaySeconds>10</modificationDelaySeconds>

                <tasks>
                        <nant>
                                
<executable>..\..\nant-0.85-rc1\bin\nant.exe</executable>
                                
<baseDirectory>BootstrapDevIntStartEnv</baseDirectory>
                                
<buildArgs>-D:viewPath=\\view\CI_DB_Check\LDN_GENETIX -
D:build.file=ccnet.build</buildArgs>
                                <nologo>false</nologo>
                                <buildFile>bootstrap.build</buildFile>
                                <targetList>
                                         <!--<target>noop</target>  -->
                                         <target>genetix</target>
                                </targetList>
                                
<buildTimeoutSeconds>700000</buildTimeoutSeconds>
                        </nant>
                </tasks>

                <labeller type="defaultlabeller">
                        <prefix>BUILD-1-</prefix>
                </labeller>

                <publishers>
                        <xmllogger>
                                
<logDir>D:\ccnet\GenetixDEV\webDevIntStartEnv\log</logDir>
                        </xmllogger>

                        <email from="GPA_DEV_Build" mailhost="mailhost"
includeDetails="TRUE">
                                <users>

                                </users>
                                <groups>
                                        <group name="developers" 
notification="change"/>
                                        <group name="buildmaster" 
notification="always"/>
                                </groups>
                        </email>

                        <statistics />

                        <rss/>

                </publishers>

                <!-- buildCondition="NoBuild" still forces a build! -->

                <triggers>
                        <scheduleTrigger time="08:50" 
buildCondition="ForceBuild" />
                </triggers>

        </project>


<!--
======================================================================================
DEVINT StopEnv
======================================================================================
-->

        <project>
                <name>DevInt_STOP</name>
                
<webURL>http://nldn2670dap/ccnetDEV/server/Dev/project/DevInt_STOP/
ViewProjectReport.aspx</webURL>
                <sourcecontrol type="clearCase">
                        <viewPath>\\view\CI_DB_Check\LDN_GENETIX</viewPath>
                        <branch>GPA_R3_3</branch>
                        <autoGetSource>false</autoGetSource>
                        <useLabel>false</useLabel>
                </sourcecontrol>
                <workingDirectory>D:\ccnet\GenetixDEV</workingDirectory>
                <artifactDirectory>D:\ccnet\GenetixDEV\Artifacts</
artifactDirectory>
                <modificationDelaySeconds>10</modificationDelaySeconds>

                <tasks>
                        <nant>
                                
<executable>..\..\nant-0.85-rc1\bin\nant.exe</executable>
                                
<baseDirectory>BootstrapDevIntStopEnv</baseDirectory>
                                
<buildArgs>-D:viewPath=\\view\CI_DB_Check\LDN_GENETIX -
D:build.file=ccnet.build</buildArgs>
                                <nologo>false</nologo>
                                <buildFile>bootstrap.build</buildFile>
                                <targetList>
                                         <!--<target>noop</target>  -->
                                         <target>genetix</target>
                                </targetList>
                                <buildTimeoutSeconds>70000</buildTimeoutSeconds>
                        </nant>
                </tasks>

                <labeller type="defaultlabeller">
                        <prefix>BUILD-1-</prefix>
                </labeller>

                <publishers>
                        <xmllogger>
                                
<logDir>D:\ccnet\GenetixDEV\webDevIntStopEnv\log</logDir>
                        </xmllogger>

                        <email from="GPA_DEV_Build" mailhost="mailhost"
includeDetails="TRUE">
                                <users>




                                </users>
                                <groups>
                                        <group name="developers" 
notification="change"/>
                                        <group name="buildmaster" 
notification="always"/>
                                </groups>
                        </email>

                        <statistics />

                        <rss/>

                </publishers>

                <!-- buildCondition="NoBuild" still forces a build! -->

                <triggers>
                                <scheduleTrigger time="06:50" 
buildCondition="ForceBuild" />
                </triggers>

        </project>


</cruisecontrol>

On Aug 29, 8:55 am, "Ruben Willems" <[EMAIL PROTECTED]> wrote:
> Hi
>
> the ccnet.config
>
> just the project that uses this Clearcase source control will do.
> Does it take long to get the modifications in your case?
>
> with kind regards
> Ruben Willems
>
> On Fri, Aug 29, 2008 at 9:48 AM, lt7 <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I'm using Clearcase as our source control system. Which config are you
> > after?
>
> > regards
>
> > On Aug 29, 8:28 am, "Desai, Anand" <[EMAIL PROTECTED]>
> > wrote:
> > > That is correct. Good point. I didn't realize until you mentioned. Help
> > > much appreciated!!
>
> > > ________________________________
>
> > > From: [email protected] [mailto:[EMAIL PROTECTED]
> > > On Behalf Of Ruben Willems
> > > Sent: Friday, August 29, 2008 12:57 PM
> > > To: [email protected]
> > > Subject: [ccnet-user] Re: Exception calling NVelocity for template
> > > v1.4.0.3524
>
> > > Hi
>
> > > I thought so, this is not part of the native CCNet distribution, isn't
> > > it?
> > > I'll look into it to get it resolved.
>
> > > Thanks for the info !
>
> > > with kind regards
> > > Ruben Willems
>
> > > On Fri, Aug 29, 2008 at 9:18 AM, Desai, Anand
>
> > > <[EMAIL PROTECTED]> wrote:
>
> > >         I am using TFS 2005.
>
> > > ________________________________
>
> > >         From: [email protected]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Ruben Willems
>
> > >         Sent: Friday, August 29, 2008 12:47 PM
>
> > >         To: [email protected]
> > >         Subject: [ccnet-user] Re: Exception calling NVelocity for
> > > template v1.4.0.3524
>
> > >         Hi
>
> > >         this is weird, because you should see 'Geting source from ..'
> > > during the getting of the source.
>
> > >         Which source control are you using?
> > >         can you post your config file?
>
> > >         Maybe it has to do with a multisourcecontrol or so.
>
> > >         with kind regards
> > >         Ruben Willems
>
> > >         On Fri, Aug 29, 2008 at 7:57 AM, Desai, Anand
>
> > > <[EMAIL PROTECTED]> wrote:
>
> > >                 It is same for me and I keep on getting this error time
> > > to time. As per my observation, this error occurs when CCNet is getting
> > > latest from Source Control. Once the code base is on build server, it
> > > shows up again.
>
> > > ________________________________
>
> > >                 From: [email protected]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Ruben Willems
> > >                 Sent: Friday, August 29, 2008 11:26 AM
> > >                 To: [email protected]
> > >                 Subject: [ccnet-user] Re: Exception calling NVelocity
> > > for template v1.4.0.3524
>
> > >                 Hi
>
> > >                 Are you sure the ccnet server and client have the same
> > > version?
> > >                 both are 1.4?
>
> > >                 with kind regards
> > >                 Ruben Willems
>
> > >                 On Thu, Aug 28, 2008 at 4:21 PM, lt7
>
> > > <[EMAIL PROTECTED]> wrote:
>
> > >                         I've just installed version 1.4 (1.4.0.3524) and
> > > had to perform the
> > >                         below thread in order to get rid of the below
> > > erro
>
> > >                         Exception calling NVelocity for template:
> > > ProjectGrid.vm Template path
> > >                         is
>
> > >http://groups.google.com.ag/group/ccnet-user/browse_thread/thread/7f2188
> > > 20b456512f
>
> > >                         had to change line 101 from
>
> > >                         #if ($projectGridRow.BuildStage.Length > 0)
>
> > >                         to
>
> > >                         #if ($projectGridRow.Length > 0)
>
> > >                         which seemed to fix it.
>
> > > ========================================================================
> > > ======
> > >                 Please access the attached hyperlink for an important
> > > electronic communications disclaimer:
>
> > >http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
>
> > > ========================================================================
> > > ======
>
> > > ========================================================================
> > > ======
> > >         Please access the attached hyperlink for an important electronic
> > > communications disclaimer:
>
> > >        http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
>
> > > ========================================================================
> > > ======
>
> > ==============================================================================
> > > Please access the attached hyperlink for an important electronic
> > communications disclaimer:
>
> > >http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
>
> > ==============================================================================

Reply via email to