the build.properties in src/conf needed some tweaking to work with the
testbed.  I used this as a baseline for the properties used to run the
tests, and presume others are doing similar things.  Please let me know if
I'm doing this the hard way. :-)

This diff shows the things that I changed to make the testbed work:

@@ -76,16 +76,19 @@
 # JavaBean implementations.
 # -------------------------------------------------------------------

-targetPackage=org.apache.torque
+## have to change so that TorqueRunner will compile
+targetPackage=org.apache.torque.test
 basePrefix=Base
 addSaveMethod=true
 addGetByNameMethod=true
 complexObjectModel=true
 addTimeStamp=true
 addIntakeRetrievable=false
-useManagers=false
+## had to change because Torque.properties in rttest was using managers
+useManagers=true
 overloadKeySetters=true
-useClasspath=false
+## changed because there were no templates under target/test
+useClasspath=true

 # -------------------------------------------------------------------
 #
@@ -168,3 +171,7 @@
 # -------------------------------------------------------------------

 schemaDirectory=schema
+# added properties that needed to be defined; lib.dir necessary to make
compile
+lib.dir = ../lib
+torque.idMethod = native
+torque.defaultDatabase = bookstore



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to