DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40021>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40021

           Summary: junitreport does not generate html file for format
                    noframes
           Product: Ant
           Version: 1.7Alpha (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: XSLTBug
          Severity: normal
          Priority: P2
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


When testing the junitreport task from fresh ant build from svn, I do not get 
an html report when selecting the format noframes.
When the frames format is used, the task works. Then it creates the html files.

This still worked for a svn checkout of approx. 10 days ago.
It first failed in the checkout I did yesterday june 10.

My taskdef looks like this:
    <junitreport >
      <fileset dir="${test.result.dir}">
        <include name="TEST-*.xml"/>
      </fileset>
      <report format="noframes" todir="."/>
    </junitreport>


The ant log displays no errors:
[junitreport] Loading stylesheet jar:file:/C:/sandbox_ant/ant/ant-
trunk/dist/lib
/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-
noframes.
xsl
[junitreport] Transform time: 687ms
[junitreport] Deleting: C:\DOCUME~1\JANCUM~1\LOCALS~1\Temp\null1771508224

But it doesn't seem to generate the report.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to