https://issues.apache.org/bugzilla/show_bug.cgi?id=50468
--- Comment #1 from [email protected] <[email protected]> 2010-12-14 03:09:56 EST --- Hello All, I have created a script if i will use $$$ then it will take it as a $$ but my problem is that i am calling sql script that has identifier with name SNAPTIME$$ and i tried with n number of $ it will take it as a $. How ant is treating any SQL script? <project name="test" basedir="."> <property name="value" value="SNAPTIME$$$"/> <target name="print"> <echo message="${value}"/> </target> </project> Regards Ashish Soni -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
