Hi Patricia,
My apologies for the delay answering, been very busy.
create a file in the trunk directory called "build.properties"
Then define the following properties in that file:
river.home="file path to trunk"
jtreg.home="path to jtreg install directory"
jdk1.5.home="path to jdk1.5 directory" eg:
jdk1.5.home="/usr/jdk/jdk1.5.0_15"
Hope that helps, I'll answer your other questions shortly.
Currently one test is failing, ZRegisterStorm I think.
Regards,
Peter.
Patricia Shanahan wrote:
I checked out
https://svn.apache.org/repos/asf/incubator/river/jtsk/trunk, and did:
ant all.build
ant qa.run
in the base directory. The test hung.
Is there any documentation on how to debug test failures. I suspect
there is some set up I need to do.
Patricia