I'm going nuts here. I enabled P6SPY in the build.properties file and reran bin/build.sh junit/jar. Everything compiled fine. Before running build.sh jar, I modified target/test/ojb/spy.properties to include my Oracle JDBC driver. After the builds, I saw some lines in spy.log from the build process for the hsqldb tests.
My problem is when I run my own ODMG standalone test classes, nothing is getting logged to spy.log. I copied the spy.properties file in my classpath, but the spy.log file (in the same directory) is blank -- so is the one in target/test/ojb. What am I missing? Thanks, Andrew from the spy.properties file... #realdriver=org.hsqldb.jdbcDriver realdriver=oracle.jdbc.driver.OracleDriver -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
