Hey All
Running current CVS: I get a problem creating tutorials. It appears
that this creates the base table.
Any thoughts?
Output from bin/build.bat prepare-tutorials:
...
project-sql-classpath:
[echo] +------------------------------------------+
[echo] | |
[echo] | Generating SQL for OJB Testsuite! |
[echo] | enJoy! |
[echo] | |
[echo] +------------------------------------------+
[torque-sql] Using contextProperties file:
E:\Work\db-ojb\build.properties
[torque-sql] Using classpath
[torque-sql] Generating to file
E:\Work\db-ojb\target\src\sql\report.ojbtest.sql.generation
[torque-sql] Resolver: used database.dtd from
org.apache.torque.engine.database.transform package
[torque-sql] Resolver: used database.dtd from
org.apache.torque.engine.database.transform package
project-create-db-classpath:
[echo]
[echo] driver="org.hsqldb.jdbcDriver"
[echo] url="jdbc:hsqldb:target/test/OJB"
[echo] userid="sa"
[echo] password=""
[echo]
[torque-create-db] Using classpath
[torque-create-db] Generating to file
E:\Work\db-ojb\target\src\sql\create-db.sql
[torque-create-db] Resolver: used database.dtd from
org.apache.torque.engine.database.transform package
[torque-create-db] Resolver: used database.dtd from
org.apache.torque.engine.database.transform package
[sql] Executing file: E:\Work\db-ojb\target\src\sql\create-db.sql
[sql] Failed to execute: ECHO Not implemented
[sql] java.sql.SQLException: Unexpected token: ECHO in statement [ECHO
Not implemented]
[sql] 0 of 1 SQL statements executed successfully
...
Jim Shingler