destdir ="${targetdir}"
classpathref ="project.class.path" />
classname ="org.hibernate.tool.ant.HibernateToolTask"
classpathref ="project.class.path" />
filepattern="{package-name}/{class-name}Dao.java">
config="src/hibernate.cfg.xml"
quiet="no"
text="no"
drop="no"
delimiter=";"
output="schema-export.sql">
-->
要完成用ant编写这些工作。需要一些hibernate-tool中的jar同时工作。该jar为/plugins/org.hibernate.eclipse.x.x.x/lib/tools/hibernate-tools.jar,为了可以工作。最好把相应tool目录后外面的lib目录全部下载。
关于帮助可以在org.hibernate.eclipse.help****的doc。zip文件中。
阅读(1986) | 评论(0) | 转发(0) |