Thomas Dudziak wrote:
> You should reference this DTD from your XML:
http://db.apache.org/torque/dtd/database/database.dtd
(this is the DTD that DdlUtils can resolve internally and does not
fetch from the internet per default).
Thanks Tom. I'm not sure if I referenced this correctly. The beginning
of my build.xml now looks like:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ddlutil_database SYSTEM "build/ant/database.dtd">
<project ...
The link you posted was dead, but I was able to get the file from
http://db.apache.org/torque/dtd/. Which version should I be using? I
tried with the database.dtd file and now get this error:
BUILD FAILED
C:\Development\trunk\build.xml:444: Class
org.apache.commons.dbcp.BasicDataSource doesn't support the
"defaultidmethod" attribute.
Any thoughts?
Thanks,
Guy