Thank you very much it solve my problem.

On Apr 28, 12:46 am, Ruben Willems <[email protected]> wrote:
> Hi
>
> you forgot to specify the merge publisher 
> :http://confluence.public.thoughtworks.org/display/CCNET/File+Merge+Task
>
> so your publisher section looks like this
>
> <publishers>
>      <merge>
>         <file> --path to your xml file-- </file>
>      </merge>
>      <xmllogger logDir="C:\F\COBOL_COMP\" />
>    </publishers>
>
> with kind regards
> Ruben Willems
>
> On Tue, Apr 28, 2009 at 12:11 AM, Carlos Sandi <[email protected]>wrote:
>
>
>
> > Thanks again but still i have some trouble with the configuration, i
> > have the following configuration:
>
> > <exec>
> >            <executable>C:\F\COBOL_COMP\SUCCESSTEST.bat</executable>
> >            <baseDirectory>C:\F\COBOL_COMP\</baseDirectory>
> >            <buildTimeoutSeconds>60</buildTimeoutSeconds>
> >            <successExitCodes>0</successExitCodes>
> >        </exec>
>
> >   </tasks>
>
> >   <publishers>
> >      <xmllogger logDir="C:\F\COBOL_COMP\" />
> >    </publishers>
>
> > SuccessTest.bat will generate an XML file in directory c:\f
> > \Cobol_comp, but how do i make it to be displayed in web.
>
> > Thanks for your help.
>
> > On Apr 24, 12:49 pm, Ruben Willems <[email protected]> wrote:
> > > Hi
>
> > > you can create one if you run the tests of CCNet ;-)
> > > Attached is the file I talk about, that should get you on your way.
>
> > > with kind regards
> > > Ruben Willems
>
> > > On Fri, Apr 24, 2009 at 6:40 PM, Carlos Sandi <[email protected]
> > >wrote:
>
> > > > Thanks for your help, Just one last thing. Can you tell me about the
> > > > Nunit layout, where can i found it?
>
> > > > Thanks again.
>
> > > > On Apr 23, 2:58 pm, Ruben Willems <[email protected]> wrote:
> > > > > Hi
>
> > > > > I think you want the test results to appear under the Nunit section
> > or
> > > > so,
> > > > > correct?
>
> > > > > if so, your batch file should create an xml file that has the same
> > layout
> > > > as
> > > > > a result file from Nunit,
> > > > > and merge that xml file with the merge publiser. So you fool the
> > system
> > > > ;-)
>
> > > > > with kind regards
> > > > > Ruben Willems
>
> > > > > On Thu, Apr 23, 2009 at 8:53 PM, Carlos Sandi <
> > [email protected]
> > > > >wrote:
>
> > > > > > Hi,
>
> > > > > > I am setting up Cruise Control to be monitoring a Cobol project.
> > Once
> > > > > > a change is detected, i am compiling the project through a batch
> > file,
> > > > > > until that step everything is working fine.
>
> > > > > > Now I need to setup some tests to be run when the compilation is
> > > > > > successful, those tests will be executed by calling another batch
> > > > > > file. I know i can set up another <exec> task and run the batch
> > file
> > > > > > from there, but is there a way to setup that test file results to
> > be
> > > > > > publish as TEST results for example, not as part of the Build
> > report?
>
> > > > > > Thanks for your help.
>
> > >  ThoughtWorks.CruiseControl.UnitTests.dll-results.zip
> > > 56KViewDownload

Reply via email to