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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27058

tagdiff.xsl missing param elements

           Summary: tagdiff.xsl missing param elements
           Product: Ant
           Version: 1.6.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


the etc/tagdiff.xsl file causes the style task to fail when used as the style 
attribute and passing the following params (title,module,cvsweb) because the 
param def elements are missing.  Here are the missing lines from the 
tagdiff.xsl in ant-1.6.1beta1, not present in ant-1.6.1:

Compare: (<)C:\code\download\ant\apache-ant-1.6.1beta1\etc\tagdiff.xsl (5900 
bytes)
   with: (>)C:\code\download\ant\apache-ant-1.6.1\etc\tagdiff.xsl (5624 bytes)

20,31d20
< 
<    <xsl:param name="title"/>
<    <xsl:param name="module"/>
<    <xsl:param name="cvsweb"/>
<  
<    <xsl:output method="html" indent="yes"/>
<  
<    <!-- Copy standard document elements.  Elements that
<         should be ignored must be filtered by apply-templates
<         tags. -->
< 
<

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

Reply via email to