using the sql task's src attribute i source a mysqldump file and it errors. mysql can source the file with no problems. but in ant I source it and theres a syntax error. There is no delimiter being set in the source. also if take individually two insert statement and source those it works. but i combine them and i get a syntax error.
in the mysqldump the text fields are xml documents so they have almost every imagineable character. im using standard utf8 encoding. any ideas?