> I guess it is. There's no "DROP TABLE IF EXIST" stuff for many > databases. You didn't mention the DB; PostgreSQL, right?
yes, I'm running on PostgreSQL. So there is no conditional maybe-drop-table command. > > 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? > > Yes, I see this one. "ant clean" between "ant test"s works here too. I should look into this more closely, since "ant test" in succession should generally work without an intervening clean. -- Bill -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
