You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/06 11:53:11 UTC

[jira] Closed: (MAVEN-671) Create the test-suite report in the reports directory.

Message:

   The following issue has been closed.

   Resolver: Vincent Massol
       Date: Sat, 6 Sep 2003 4:52 AM

Fixed in CVS HEAD. Thanks
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-671


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-671
    Summary: Create the test-suite report in the reports directory.
       Type: Improvement

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-cactus
   Fix Fors:
             1.0-rc1
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Jason Chaffee

    Created: Mon, 11 Aug 2003 7:09 PM
    Updated: Sat, 6 Sep 2003 4:52 AM

Description:
It would be nice if the the all reports are in the report directory, so they can be easily accessed.

Instead of,

    <ant:junitreport todir="${maven.build.dir}"
        tofile="TESTS-TestSuites-Cactus.xml">


we could have

    <ant:junitreport todir="${cactus.reports.dir}
        tofile="TESTS-TestSuites-Cactus.xml">


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org