liquibase 3.1.1 with ant and sql anywhere

Hi there,


having issues with ant and liquibase with sql anywhere. All I want to do is to apply a createIndex statement to a table.


using liquibase maven plugin everything is okay. unfortunately the ant version generates some invalid sql for sql anywhere


  1. <span.KP_KONTROLLPROTOKOLL(KUNDEN_NUMMER);


How can I solve this?


best regards

martin

Can you give the Ant and Maven configurations you used to generate the SQL? I can try to compare the settings and see which one is missing in the Ant task.