On 1/3/07, David Sean Taylor <[EMAIL PROTECTED]> wrote:
<snip>
[java] reading model...
[java] Failed to initialize Utility!!!!!
[java] java.lang.NullPointerException
[java] at
org.apache.ddlutils.platform.JdbcModelReader.readTable(JdbcMo
delReader.java:574)
[java] at
org.apache.ddlutils.platform.oracle.Oracle8ModelReader.readTa
ble(Oracle8ModelReader.java:94)
[java] at
org.apache.ddlutils.platform.oracle.Oracle10ModelReader.readT
able(Oracle10ModelReader.java:80)
<snip>
This is not the standard DdlUtils Ant task, right, but the
JetspeedDDLUtil class from Jetspeed ?
First thing, you should update DdlUtils (on line 574 in
JdbcModelReader, a NullPointerException cannot happen as in trunk it
only contains a closing brace).
If that doesn't help, please post the new stacktrace again.
Tom