On Mon, 29 Oct 2001, Ralph Bohnet <[EMAIL PROTECTED]> wrote: > UPDATE system_code_description SET > description = '$' where [omitted]
you need to double the $ sign, sorry, but this is a side effect of Ant's property resolution code. I know that this may be inconvenient, but that's the way it is. > These files are also to be executed from a tool like 'sqlplus' so I > cannot simply add another $ or I will get undesirable effects. Make a copy of the file and run <replace> over it, replacing all occurences of $ with $$. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
