Problem with goal datasql
"Ludwig Magnusson" <[email protected]> Thu, 19 Nov 2009 18:26:36 +0100
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <000001ca693d$72f01a60$58d04f20$@com> |
Hi! I have a problem with the maven 2 plugin and the goal datasql. When I run mvn torque:datasql, maven prints: [INFO] XmlToAppData - Parsing file: 'schema.xml' [INFO] XmlToData - Resolver: used file:///c:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webap ps/myproject/torque/schema/torque-data.dtd <file:///c:\Program%20Files\Apache%20Software%20Foundation\Tomcat%206.0\weba pps\myproject\torque\schema\torque-data.dtd> After that, nothing prints and a while later I get a OutOfMemoryError. I have specified my data.xml file in <dataXmlFile> Is there something I am missing or doing wrong? /Ludwig