I found that the $ symbol is being stripped from SQL used in my <sql>
tasks. Investigating further....

 import org.apache.tools.ant.ProjectHelper;

 public class AntBug {
     public static void main(String[] args) {
        System.out.println(
            ProjectHelper.replaceProperties(null,
                                            "This $ is $ a $test",
                                            null));
     }
 }

gives "This  is  a test"

Surely this isn't the desired behaviour?

- Phil


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to