From: "Stefan Bodewig" <[EMAIL PROTECTED]> > On Tue, 26 Mar 2002, Steve Loughran <[EMAIL PROTECTED]> wrote: > > > 1. the old behaviour is a bug, pure and simple, right? > > No. A missing feature, maybe. <script> doesn't expand properties, > <sql> doesn't (but there is a request to change that) ... > ANT 1.5alpha does expand properties in <sql>. This broke my system since I had SQL string constants containing '$'.
Please do not add this behaviour to <style> in XSLT $ is a very meaningful character, if you need to pass values you can use <param> entries for that. Actually something like that may had been a better solution for <sql> also. Then one could use in the file one of the already exixting notations to refer to parameters in sqlscripts, like &n which is used in Oracle. Jose Alberto -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
