You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/02/28 14:36:35 UTC

DO NOT REPLY [Bug 17526] New: - nested tag param for style task doesn't support property substitution

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=17526>.
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=17526

nested tag param for style task doesn't support property substitution

           Summary: nested tag param for style task doesn't support property
                    substitution
           Product: Ant
           Version: 1.5.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: xxxxxxyyyyyy171@hotmail.com


<style ....>
   <param name="version" expression="${build.number}"/>
</style>

always passes the string ${build.number} to the stylesheet, even when the 
property is set.