Hi I can use this config perfectly the only thing I changed is the following : <executable>C:\Program Files\Nant-0.90\bin\NAnt.exe</executable>
make it on 1 line but that could be caused by the mailer. Tested in ccnet 1.5 and 1.6 with kind regards Ruben Willems On Tue, Aug 10, 2010 at 2:45 PM, shiva <[email protected]> wrote: > Thanks for your response, attached is the config file > > <cruisecontrol xmlns="http://thoughtworks.org/ccnet/1/5"> > <project name="MyProject"> > <webURL>http://localhost/ccnet/</webURL> > </project> > <project> > <name>OLBWTDirectSmallBusiness</name> > <category>OLB</category> > <webURL>http://localhost/ccnet</webURL> > <modificationDelaySeconds>2</modificationDelaySeconds> > <labeller type="defaultlabeller"> > <prefix>1.0.0.</prefix> > <incrementOnFailure>true</incrementOnFailure> > </labeller> > <tasks> > <nant> > <executable>C:\Program Files\Nant-0.90\bin\NAnt.exe</ > executable> > <baseDirectory>C:\Projects\Apps\OnlineBanking > \Release3.0\BuildScripts</baseDirectory> > <nologo>false</nologo> > <buildFile>OLBBuild.build</buildFile> > <targetList> > <target>buildStart</target> > </targetList> > <buildTimeoutSeconds>12000</buildTimeoutSeconds> > </nant> > </tasks> > <triggers> > <scheduleTrigger time="21:00" buildCondition="ForceBuild"> > <weekDays> > <weekDay>Monday</weekDay> > <weekDay>Tuesday</weekDay> > <weekDay>Wednesday</weekDay> > <weekDay>Thursday</weekDay> > <weekDay>Friday</weekDay> > </weekDays> > </scheduleTrigger> > </triggers> > </project> > </cruisecontrol> > > On Aug 10, 3:05 am, Ruben Willems <[email protected]> wrote: > > Hi > > > > can you post the contents of the file > > > > also, which file are you talking about ? > > > > with kind regards > > Ruben > > > > > > > > On Tue, Aug 10, 2010 at 3:36 AM, shiva <[email protected]> wrote: > > > No matter what version of cruisecontrol.net I install I'm getting > > > this exception. please help. I am not unable to attach my config file. > > > I was using the default config file which was in examples and still > > > having the same issue > > > > > --Exception Message-- > > > > > [CCNet Server:ERROR] INTERNAL ERROR: > > > System.Xml.Xsl.Runtime.StringConcat.ConcatNoDelimiter(System.String) > > > ---------- > > > System.MethodAccessException: > > > System.Xml.Xsl.Runtime.StringConcat.ConcatNoDelimiter(System.String) > > > at System.Xml.XmlEventCache.WriteString(String text) > > > at > > > System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStringUnchecked(String > > > text) > > > at System.Xml.Xsl.CompiledQuery.Query.<xsl:template > > > name="EvalTextConstants"> >
