[ 
https://jira.codehaus.org/browse/CONTINUUM-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=365981#comment-365981
 ] 

Brent N Atkinson commented on CONTINUUM-1722:
---------------------------------------------

I have not confirmed, but this may have been addressed by CONTINUUM-1837.

> Test summary didn't show up on the email summary with ant
> ---------------------------------------------------------
>
>                 Key: CONTINUUM-1722
>                 URL: https://jira.codehaus.org/browse/CONTINUUM-1722
>             Project: Continuum
>          Issue Type: Bug
>          Components: Notification Subsystem
>    Affects Versions: 1.1
>         Environment: window
>            Reporter: James
>              Labels: backlog-to-cleanup
>
> 1. Created the ant project in continuum.
> 2. Set the includeTestSummary and includeOutput to true in application.xml
>         <includeBuildResult>true</includeBuildResult>
>         <includeBuildSummary>true</includeBuildSummary>
>         <includeTestSummary>true</includeTestSummary>
>         <includeOutput>true</includeOutput>
>         <alwaysSend>true</alwaysSend>
> 3. Run the ant test build with JUnit:
> build.xml
>               <target name="testsuite" depends="build" description="Run JUnit 
> Test Suite">
>                       <junit printsummary="on" fork="yes" haltonfailure="off" 
> haltonerror="off">
>                           <classpath refid="master-classpath"/>
>                               <formatter type="brief" usefile="false" />
>                               <test name="com.leapfile.ftstest.FTSTestSuite" 
> />
>                       </junit>
>               </target>
> Online report:
> Buildfile: build.xml
> build:
> testsuite:
>     [junit] Running com.leapfile.ftstest.FTSTestSuite
>     [junit] Testsuite: com.leapfile.ftstest.FTSTestSuite
>     [junit] Tests run: 306, Failures: 0, Errors: 0, Time elapsed: 168.125 sec
>     [junit] Tests run: 306, Failures: 0, Errors: 0, Time elapsed: 168.125 sec
>     [junit] 
>     [junit] ------------- Standard Output ---------------
>     [junit] JavaMailService 1.1
>     [junit] - JavaMailService:smtpHost=secure.leapfile.com
> ...
> But the email summary:
> ****************************************************************************
> Build Defintion:
> ****************************************************************************
> Ant build filename: build.xml   Goals: testsuite Arguments: Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: DEFAULT_SCHEDULE
> Description: default ant buildDefinition
> ****************************************************************************
> Test Summary:
> ****************************************************************************
> Tests: 0
> Failures: 0
> Total time: 0.0
> Thanks.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to