[jboss-jira] [JBoss JIRA] (AS7-3327) remove ant dependency from AS7 (JPA)
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Tue Jan 17 04:13:18 EST 2012
[ https://issues.jboss.org/browse/AS7-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659735#comment-12659735 ]
Scott Marlow edited comment on AS7-3327 at 1/17/12 4:11 AM:
------------------------------------------------------------
pushed changes for this to https://github.com/scottmarlow/jboss-as/tree/AS7-3327_remove_ant
was (Author: smarlow):
pushed changes for this to https://github.com/scottmarlow/jboss-as/tree/jbcts-1141
> remove ant dependency from AS7 (JPA)
> ------------------------------------
>
> Key: AS7-3327
> URL: https://issues.jboss.org/browse/AS7-3327
> Project: Application Server 7
> Issue Type: Task
> Components: JPA / Hibernate
> Reporter: Scott Marlow
> Assignee: Scott Marlow
> Fix For: 7.1.0.Final
>
>
> Currently, org.hibernate.tool.hbm2ddl.SchemaExportTask is deprecated but still included with Hibernate core (4.0.0.Final). SchemaExportTask depends on ant. We should be able to remove the ant dependency from AS7.1. If someone wants to run ANT tasks, they can get the ANT jars elsewhere. If someone wants to include ANT with AS7, it shouldn't be because of SchemaExportTask (since AS7 doesn't depend on the SchemaExportTask class).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list