Hi,
I have three questions about running the testbed, since I'd like to verify
some of the patches that I submitted previously to expedite their acceptance
:-)
1. I set the databaseUrl properties, etc., in ${user.home}/build.properties
(local overrides). When I run "ant test", the torque-datadump task doesn't
honor my local property settings. (I end up getting "connection refused"
errors from my db driver.) If I edit build-torque.xml and add one line
<property file="${user.home}/${build.properties}"/>
before the existing <property file="${build.properties"/>, then I pick up
local properties and everything works. But for this to work consistently
across a "make clean" then I have to put this line in the
src/conf/build-torque.xml file, which also would affect the build.
2. I ran the testbed and see these errors:
Failed to execute: drop table a
ERROR: table "a" does not exist
... etc. Is this ok?
3. If I run the testbed again without running "ant clean", I get an error
like
BUILD FAILED
.../build-torque.xml:184: java.io.FileNotFoundException:
.../target/test/rttest/src/sql/bookstore-data.sql (No such file or
directory)
anyone else seem this?
-- Bill
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>