From: <leg...@at...> - 2003-12-10 07:46:17
|
The following issue has been updated: Updater: Tim McCune (mailto:tm...@hm...) Date: Wed, 10 Dec 2003 1:45 AM Comment: Here's the patch to fix it. Changes: Attachment changed to diff --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-536&page=history --------------------------------------------------------------------- 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 |