Re: How to test?

2015-12-15 Thread Peter
from the tunk directory: ant all.clean ant qa.run ant test To run the jtreg tests you need the jtreg library available from the openjdk project web site. Set JAVA_HOME, JDK_HOME AND JTREG_HOME environment variables  From the trunk/qa directory execute  ant jtreg Regards, Peter. Sent from

How to test?

2015-12-14 Thread Patricia Shanahan
I got myself a Ubuntu system set up, and was able to build River on it relatively easily, compared to Windows. Now I need to run the tests. What is the latest/best documentation on how to do so?