posted 19 years ago
I used the SchemaExportTask in my build file to export my mapping files to an SQL script. It works, however, the statements in the .sql file aren't terminated with a ; therefore you can't just pull that file into phpMyAdmin or some other tool to create the database from that file. It complains because of the missing ;. Is there a switch or something I might be missing?