Hello, this is your issue.
The NAnt task create a nant-result-<GUID>.xml for each task. It also merge the file itsself, so you don't need to merge it via the merge task. Please specify only your own xml logfiles via the merge task. Daniel Am 05.02.2010 12:01, schrieb Edwin: > I use the same configuration in 1.4.4 sp1 and 1.5 RC1 and all my > projects > <merge> > <files> > <file>../artifact/*.xml</file> > </files> > </merge> > > On 2月5日, 下午6時59分, Edwin <[email protected]> wrote: > >> <merge> >> <files> >> <file>../artifact/*.xml</file> >> </files> >> </merge> >> >> On 2月5日, 下午5時14分, Daniel Nauck <[email protected]> wrote: >> >> >> >> >>> Hello, >>> >> >>> can you please poste your merge config section? >>> It looks like you merge the file via the merge task. >>> >> >>> Thanks >>> >> >>> Daniel >>> >> >>> Am 05.02.2010 09:40, schrieb Edwin: >>> >> >>>> Dear >>>> I install ccnet 1.5 RC1 and found strange issue about log.The nant >>>> outpout log append over and over in the same xml file.It makes me >>>> can't tell which is latest result. >>>> In 1.4.4 SP1 ,the nant output log is a file per build and is easy to >>>> read. >>>> >> >>>> I install ccnet 1.5 RC1 in the same machine and different port and >>>> instance. >>>> Then 1.4.4 SP1 happened the same.Logs become appened at the same file- >>>> 隱藏被引用文字 - >>>> >> >>> - 顯示被引用文字 -- 隱藏被引用文字 - >>> >> - 顯示被引用文字 - >>
