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=27069>. 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=27069 Escaping of @ char not possible in macrodef Summary: Escaping of @ char not possible in macrodef Product: Ant Version: 1.6.0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In a macrodef I have 2 attributes a and b. I want to combine their values with an @ inbetween. Therefore I tried "@{a}@@@{b}", but that prints "(value of a)@@@{b}". Then I tried "@{a}@@{b}", but that prints "(value of a)@{b}" as expected. So it is not possible to use an @ before an attribute value. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]