<target name="createsql">
<sql driver="com.mysql.jdbc.Driver" password="stock" url="jdbc:mysql://localhost/stock?useUnicode=true&amp;characterEncoding=UTF-8" userid="root">
</sql>
</target>错误信息:
BUILD FAILED
C:\ant\build.xml:71: Source file or fileset, transactions or sql statement must be set!