----- Original Message -----
From: "Jason van Zyl" <[EMAIL PROTECTED]>
> Log4j looks for a log4j.properties on the classpath and there's one in
> the stratum jar. We should probably remove that. You can ignore it, it's
> not harming anything.
Cool. Yeah, I wasn't too concerned about it - thats why I didn't report it
in my original e-mail. :)
Now if I can just get talking to hsqldb.... *arg*
Also, Ant <sql> commands are able to talk to it fine:
<sql
driver="org.hsqldb.jdbcDriver"
url="jdbc:hsqldb:C:\temp\torque\db\testdb"
userid="sa"
password=""
print="true"
autocommit="true"
src="src/sql/testdb-schema.sql"
>
<classpath refid="torque-classpath"/>
</sql>
Erik
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>