Liquibase doesn't commit changeSet with Ant

I’ve already tried liquibase 3.0 beta with Spring( btw It didn’t work with 2.0 ). It went well. 


Now I’m testing it with Ant with the same database and changelog, after rollbacked all the changes and dropped table DATABASECHANGELOG and DATABASECHANGELOGLOCK.


Here is my changelog.xml file:


  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <databaseChangeLog
  4.   xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
  5.   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  6.   xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
  7.          http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd">
  8. garbled character problem )


    Can you help me?