Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-536
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-536
Summary: SchemaExport is broken for jar files
Type: Patch
Status: Unassigned
Priority: Major
Project: Hibernate2
Components:
toolset
Versions:
2.1 rc1
Assignee:
Reporter: Tim McCune
Created: Wed, 10 Dec 2003 1:45 AM
Updated: Wed, 10 Dec 2003 1:45 AM
Environment: Linux, JDK 1.4
Description:
<ant:schemaExport properties="${basedir}/project.properties" quiet="no" text="no" drop="no" delimiter=";">
<ant:fileset dir=".">
<ant:include name="foo.jar"/>
</ant:fileset>
</ant:schemaExport>
yields:
java.lang.NullPointerException
at net.sf.hibernate.cfg.Configuration.addJar(Configuration.java:322)
at net.sf.hibernate.tool.hbm2ddl.SchemaExportTask.getConfiguration(SchemaExportTask.java:182)
at net.sf.hibernate.tool.hbm2ddl.SchemaExportTask.execute(SchemaExportTask.java:131)
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|