I'm attempting to build the TDK demo app. The ant init command is crashing
here on the build-torque.xml
file:
<<<<< build-torque.xml >>>>>>>>>>>>>
<torque-create-db
controlTemplate="sql/db-init/Control.vm"
outputDirectory="${torque.home}/${outputDirectory}/sql"
targetDatabase="${database}"
# 587 useClasspath="true"
outputFile="create-db.sql">
<fileset dir="${torque.home}/${schemaDirectory}">
<include name="*-schema.xml"/>
</fileset>
</torque-create-db>
<<<<<< ERROR MESSAGE >>>
C:\tdk\webapps\turbine\WEB-INF\build\build-torque.xml:587: Could not create
task of type: torque-create-db due to java.lang.VerifyError: (class:
org/apache/velocity/texen/ant/TexenTask, method: setContextProperties
signature: (Ljava/lang/String;)V) Incompatible type for getting or setting
field
--- Nested Exception ---
java.lang.VerifyError: (class: org/apache/velocity/texen/ant/TexenTask,
method: setContextProperties signature: (Ljava/lang/String;)V) Incompatible
type for getting or setting field
<<<<<<<<<<< END ERROR >>>>>>>>>>>>
Any ideas why this is happening? All of the target path variables
(torque.home, outputDirectory, etc.)
are defined. Which classpath does useClasspath refer to, or does it refer to
a classpath at all? I have been using the drivers for MySQL contained in
mm.mysql-2.0.4-bin.jar as opposed to the driver in mm.mysql-2.0.7
and my database is already designed, all I need is Connection Pooling. Could
the error be caused by the
older version of the drivers?
Thanks,
Bill
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>