On Fri, 2002-02-22 at 21:23, Erik Hatcher wrote: > > ----- 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*
You sure those backslashes down there don't have to be escaped? I've never had any problem getting the tdk to work with hsqldb. I actually made a self contained demo of tambora working with but windows isn't my platform of choice so I'm probably not a lot of use. Here's the hsql profile that I use with the TDK, not sure if it will help but here it is: http://cvs.apache.org/viewcvs/jakarta-turbine-tdk/profile/t2-tc3-hsqldb.profile?rev=1.1&content-type=text/vnd.viewcvs-markup > 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]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
