Re: Running Regression Tests

2016-05-05 Thread Bryan Pendleton
I did it using ant as mentioned in the documentation you sent. I ran, ant -Dderby.junit.testclass=org.apache.derbyTesting.functionTests.suites.All junit-all-codeline-jars It is working now. Am I doing right? Great! It should print a series of lines to the screen, as it runs each test. And,

Re: Running Regression Tests

2016-05-05 Thread Danoja Dias
Hi bryan, I did it using ant as mentioned in the documentation you sent. I ran, ant -Dderby.junit.testclass=org.apache.derbyTesting.functionTests.suites.All junit-all-codeline-jars It is working now. Am I doing right? Thanks On Fri, May 6, 2016 at 8:37 AM, Bryan Pendleton

Re: Running Regression Tests

2016-05-05 Thread Bryan Pendleton
Thanks for your reply. But again I get similier kind of error. Caused by: java.lang.ClassNotFoundException: org.json.simple.JSONArray Similar, but this is a different class than before. This class is in json_simple-1.1.jar in your tools/java directory in your Derby source tree. So now

Re: Running Regression Tests

2016-05-05 Thread Danoja Dias
Hi Rick, Thanks for your reply. But again I get similier kind of error. Failed to invoke class org.apache.derbyTesting.functionTests.tests.lang._Suite java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

Re: Running Regression Tests

2016-05-05 Thread Bryan Pendleton
I ran following code to run all tests, java junit.textui.TestRunner org.apache.derbyTesting.functionTests.suites.All Caused by: java.lang.ClassNotFoundException: org.apache.lucene.analysis.Analyzer I generally use "ant" to run the tests, precisely because the Ant build.xml file takes care

Re: Running Regression Tests

2016-05-05 Thread Rick Hillegas
On 5/5/16 12:15 PM, Danoja Dias wrote: Hi All, / I ran following code to run all tests, java junit.textui.TestRunner org.apache.derbyTesting.functionTests.suites.All / /But I get this message . Failed to invoke class

Running Regression Tests

2016-05-05 Thread Danoja Dias
Hi All, *I ran following code to run all tests, java junit.textui.TestRunner org.apache.derbyTesting.functionTests.suites.All* *But I get this message .Failed to invoke class