On Wed, 24 Apr 2002, stephan beal <[EMAIL PROTECTED]> wrote: > The property expansion works fine, but it also strips the $ from > '$foo'
Expected (and documented, but documentation is fairly hidden) behavior, yes. You need to double $ signs if you want them literally. Ant 1.5 is different (but still replaces $$ with $ for backwards compatibility). Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
