My project prints so many lines during the process so ccnet need to log all the lines that the command prompt has displayed. I am finding something about how log4net works on logging process..
On Oct 16, 3:18 pm, "Ruben Willems" <[EMAIL PROTECTED]> wrote: > Hi > > It's always possible to reduce the output ;-) > these are some pointers : > ° reduce the verbosity of MSBuild / Nant > ° only merge xml files that you will be using in the dashboard > ° pre-process some xml files, and merge these, iso the large original ones > > if you post your ccnet.config file for this project, > maybe I can have a look and see what's making the result so big. > You may remove userids and paswords from it. > > with kind regards > Ruben Willems > > On Thu, Oct 16, 2008 at 9:03 AM, CMF <[EMAIL PROTECTED]> wrote: > > > Dear Ruben WIllems, > > Thank you for your reply, I realized that ccnet would generate some > > XML which the size maybe over a hundreds of MB. > > So I got that problem... > > um, is there any method to log down some important information? > > thanks. > > > On Oct 16, 2:36 pm, "Ruben Willems" <[EMAIL PROTECTED]> wrote: > > > Hi > > > > It appears that you have a very big result file. > > > Do you do code coverage, or merge large XML files, or something like > > that? > > > > with kind regards > > > Ruben Willems > > > > On Thu, Oct 16, 2008 at 8:31 AM, CMF <[EMAIL PROTECTED]> wrote: > > > > > I have received this error message from CCnet, but I don't know what > > > > it is and how it can be solved.... > > > > Could any one help me? > > > > > 2008-10-10 18:38:28,551 Publisher threw exception: > > > > System.OutOfMemoryException: Exception of type > > > > 'System.OutOfMemoryException' was thrown. > > > > at System.String.GetStringForStringBuilder(String value, Int32 > > > > startIndex, Int32 length, Int32 capacity) > > > > at System.Text.StringBuilder.GetNewString(String currentString, > > > > Int32 requiredLength) > > > > at System.Text.StringBuilder.Append(String value) > > > > at ThoughtWorks.CruiseControl.Core.Util.StringUtil.Join(String > > > > separator, String[] strings) > > > > at > > > > ThoughtWorks.CruiseControl.Core.Tasks.ProcessTaskResult.get_Data() > > > > at > > > ThoughtWorks.CruiseControl.Core.Publishers.XmlIntegrationResultWriter.WriteTaskResults(IIntegrationResult > > > > result) > > > > at > > > ThoughtWorks.CruiseControl.Core.Publishers.XmlIntegrationResultWriter.WriteBuildElement(IIntegrationResult > > > > result) > > > > at > > > ThoughtWorks.CruiseControl.Core.Publishers.XmlIntegrationResultWriter.Write(IIntegrationResult > > > > result) > > > > at > > > ThoughtWorks.CruiseControl.Core.Publishers.XmlLogPublisher.Run(IIntegrationResult > > > > result) > > > > at > > > ThoughtWorks.CruiseControl.Core.Project.PublishResults(IIntegrationResult > > > > result)
