You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Carlton Brown (JIRA)" <ji...@apache.org> on 2009/01/29 20:09:59 UTC

[jira] Created: (IVY-1023) Report does not deliver ivy-report.css when xsl transformation is specified

Report does not deliver ivy-report.css when xsl transformation is specified
---------------------------------------------------------------------------

                 Key: IVY-1023
                 URL: https://issues.apache.org/jira/browse/IVY-1023
             Project: Ivy
          Issue Type: Bug
          Components: Ant
    Affects Versions: 2.0
            Reporter: Carlton Brown
            Priority: Minor


Tried to use custom xsl and noticed that <ivy:report> does not deliver the ivy-report.css as it usually does.
This code results in ivy-report.css not being delivered:
<ivy:report todir="${module.output.subdir}" xml="true" xslext="xml" xslfile="${ivy-common.basedir}/ivy-report-customized.xsl" graph="false" conf="default" outputpattern="ivy-report.html" />
Results are ivy.xml and ivy-report.html.

This code results in ivy-report.css being delivered (as expected):
<ivy:report todir="${module.output.subdir}" graph="false" conf="default" outputpattern="ivy-report.html" />  

Originally noticed 2.0 rc1, verified on 2.0 final

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.