On 4/21/06, Deepa Remesh <[EMAIL PROTECTED]> wrote:
Ant is not required to run the test. As usual, ant is required
only during build. During build, the value specified in the
ant.properties file will be used to update the test's app_properties
file so that the test knows where to look for the jars from the
previous release. This property need not be specified if we plan to
run the test from the same machine where we have the svn source files.
In that case, the jars checked into svn under tools/testing will be
used. But if we want to run tests on another machine, we need to
specify "derbyTesting.jar.path" property in ant.properties file during
build itself so that this location will be used when the test is run.
Hope this is clearer now.

Thanks,
Deepa
I apologize for not paying attention to this thread before now...please bear with me...
 
So, if I want to build my jars on linux, and then execute the tests on a dos machine, I have to change ant.properties to include e.g. this:
   derbyTesting.jar.path=c:\10jars
(or c:/10jars if I intend to use cygwin?)
 
Then build, and then I need to copy the 10.1 jars to c:\10jars\10.1? And the 10.2 jars can still be anywhere?
 
I guess I could try it out...
 
Thx,
Myrna

Reply via email to