Re: Run single TCK test?

2005-09-22 Thread karan malhi
L PROTECTED] Sent: Thursday, September 22, 2005 9:26 AM To: jdo-dev@db.apache.org Subject: Re: Run single TCK test? Hi Matthew, On Sep 22, 2005, at 9:09 AM, Michelle Caisse wrote: Matthew T. Adams wrote: Yes, I only want to run installSchema once, unless I'm going to lunch or somethi

RE: Run single TCK test?

2005-09-22 Thread Matthew T. Adams
AIL PROTECTED] Sent: Thursday, September 22, 2005 9:26 AM To: jdo-dev@db.apache.org Subject: Re: Run single TCK test? Hi Matthew, On Sep 22, 2005, at 9:09 AM, Michelle Caisse wrote: Matthew T. Adams wrote: Yes, I only want to run installSchema once, unless I'm going to lunch or somethin

Re: Run single TCK test?

2005-09-22 Thread karan malhi
Hi Craig, Here are some things which i do with the console. 1. To run the console: maven -bo -Djdo.tck.cfglist="inheritance1.conf" -Djdo.tck.identitytypes="applicationidentity" console 2. This will show you the console prompt, something like jdo2-tck 2.0-SNAPSHOT > [default] 3. If you want

Re: Run single TCK test?

2005-09-22 Thread karan malhi
Hi Mathew, This is what the build goal looks like in tck20/maven.xml So you can see that the build goal calls privateInstallSchema. I think the tck20.build goal calls the build goals on all the projects falling under the tck20 scope. (look at pro

Re: Run single TCK test?

2005-09-22 Thread Craig Russell
Hi Karan,I'm missing some concepts with the maven console. Could you please give us a sample maven console run?Thanks,CraigOn Sep 22, 2005, at 9:01 AM, karan malhi wrote:Hi Matthew,You can also try maven console, if you are running single tests. This will save you some jvm startup time.Matthew T. A

Re: Run single TCK test?

2005-09-22 Thread Craig Russell
Hi Matthew,On Sep 22, 2005, at 9:09 AM, Michelle Caisse wrote:Matthew T. Adams wrote: Yes, I only want to run installSchema once, unless I'm going to lunch orsomething while it runs.  I'd like to be able to build tck20, though,without running the installSchema target.  I think something got lost in

Re: Run single TCK test?

2005-09-22 Thread Michelle Caisse
Matthew T. Adams wrote: Yes, I only want to run installSchema once, unless I'm going to lunch or something while it runs. I'd like to be able to build tck20, though, without running the installSchema target. I'll look at adding that goal -- is it one of the standard maven goals like multiproje

Re: Run single TCK test?

2005-09-22 Thread karan malhi
Hi Matthew, You can also try maven console, if you are running single tests. This will save you some jvm startup time. Matthew T. Adams wrote: How do I run a single test method or test class? I'd like to be able to do it via the command line as well as in NetBeans so that I ca

RE: Run single TCK test?

2005-09-22 Thread Matthew T. Adams
>> How do I run a single test method or test class? I'd like >to be able >> to do it via the command line as well as in NetBeans so that I can >> debug it. Do I have to create my own configuration file in >test/conf >> (.list & .conf) for each test I want to run alone? > >You need your own .

Re: Run single TCK test?

2005-09-21 Thread Michelle Caisse
Hi Matthew, Good questions. Matthew T. Adams wrote: Hi all, Please forgive if dumb questions. How do I run a single test method or test class? I'd like to be able to do it via the command line as well as in NetBeans so that I can debug it. Do I have to create my own configuration file

Run single TCK test?

2005-09-21 Thread Matthew T. Adams
Title: Message Hi all,   Please forgive if dumb questions.   How do I run a single test method or test class?  I'd like to be able to do it via the command line as well as in NetBeans so that I can debug it.  Do I have to create my own configuration file in test/conf (.list & .conf) for eac