I've got the following line in my turbine-schema.xml:

        <column name="BODY" type="TEXT"/>

When I build with the "init" target, I get:

BUILD FAILED
/tdk/webapps/[appname]/WEB-INF/build/build.xml:207: Exception thrown by
'generator.parse'. For more information consult the velocity log.

And in velocity.log, I see:

Wed Dec 19 19:00:15 CST 2001  [error] Method get threw exception for
reference $dbprops in template sql/base/mysql/col
umns.vm at  [2,20]
Wed Dec 19 19:00:15 CST 2001  [error] Method parse threw exception for
reference $generator in template sql/base/mysql
/table.vm at  [8,16]
Wed Dec 19 19:00:15 CST 2001  [error] Method parse threw exception for
reference $generator in template sql/base/Contr
ol.vm at  [28,17]

I'm using MySQL. Everything builds fine if I use type "BLOB" or
"VARCHAR"; however, when I use "TEXT" I get this error. Can somebody
please help?

Also, I've put a couple of my own tables in turbine-schema.xml because
one of the fields is a foreign key which references TURBINE_USER. When I
put my tables in [appname]-schema.xml, the build failed because it
couldn't find the TURBINE_USER table. Am I handling this correctly, or
am I missing something?

Thanks,

-Kevin



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to