Getting a blank sql file from schemaexport task
- From: hman_120@xxxxxxxxx
- Date: 10 Jun 2006 16:49:25 -0700
I have the following in my ant script:
<schemaexport
properties="${basedir}/hbm2ddl.properties"
quiet="no"
text="yes"
drop="yes"
create="yes"
delimiter=";"
output="${targetdir}/schema-export.sql">
<fileset dir="${sourcedir}">
<include name="**/*.hbm.xml"/>
</fileset>
</schemaexport>
everything runs ok but i get a blank schema-export.sql file.
Also i tried placing log4j.properties in various locations, and it
keeps saying
[schemaexport] log4j:WARN No appenders could be found for logger
(org.hibernate.
cfg.Environment).
[schemaexport] log4j:WARN Please initialize the log4j system properly.
Anyone can help?
David
.
- Prev by Date: Re: java.sql.SQLException [Microsoft][ODBC Driver Manag
- Next by Date: list of ALL keywords by database
- Previous by thread: java.sql.SQLException [Microsoft][ODBC Driver Manag
- Next by thread: list of ALL keywords by database
- Index(es):