Found a thread for a similar problem in Netbeans forum. http://forums.netbeans.org/topic18825.html
On Tue, Oct 19, 2010 at 5:23 PM, Jian Fang <[email protected]> wrote: > > > ---------- Forwarded message ---------- > From: Jian Fang <[email protected]> > Date: Tue, Oct 19, 2010 at 5:23 PM > Subject: Re: Need help with Tellurium > To: Catalin Marin <[email protected]> > Cc: Haroon Rasheed <[email protected]> > > > You are welcome to post the questions to Tellurium user group at > > http://groups.google.com/group/tellurium-users > > Haroon, did you see this problem before? > > Catalin, could you package the whole project source (exclude the jar files) > to me so that I can try it out with Netbeans 6.9 tonight? > > Thanks, > > Jian > > > On Tue, Oct 19, 2010 at 5:16 PM, Catalin Marin > <[email protected]>wrote: > >> Hi again, >> >> I've added all jars in the project, but now I'm receiving the following >> error "GoogleSearchJUnitTestCase caused an ERROR: >> java.lang.ExceptionInInitializerError at >> GoogleSearchJUnitTestCase.initUi(GoogleSearchJUnitTestCase.java:28)". I >> really don't know what I'm doing wrong. >> >> Regards, >> -- >> Catalin >> >> >> On Wed, Oct 20, 2010 at 12:11 AM, Jian Fang <[email protected]>wrote: >> >>> Yes, you need to include all the dependent jars in the 0.7.0 release >>> package. More details here: >>> >>> http://code.google.com/p/aost/wiki/Tellurium070Released >>> >>> Thanks, >>> >>> Jian >>> >>> >>> On Tue, Oct 19, 2010 at 5:04 PM, Catalin Marin < >>> [email protected]> wrote: >>> >>>> Hi Jian, >>>> >>>> Yes, I have groovy plugin installed. I followed the steps from here >>>> http://code.google.com/p/aost/wiki/CustomTelluriumNetBeansProject . >>>> I've added the following libraries: selenium-server-1.0.1-te3.jar, >>>> selenium-java-client-driver-1.0.1.jar, junit-4.7.jar, >>>> tellurium-udl-0.7.0.jar and tellurium-core-0.7.0.jar. Did I miss some >>>> libraries? >>>> >>>> Thanks, >>>> -- >>>> Catalin >>>> >>>> >>>> On Tue, Oct 19, 2010 at 11:43 PM, Jian Fang >>>> <[email protected]>wrote: >>>> >>>>> Hi Catalin, >>>>> >>>>> Do you have Groovy plugin installed for your Netbeans? Tellurium uses >>>>> Groovy for its UI module class. >>>>> >>>>> Thanks, >>>>> >>>>> Jian >>>>> >>>>> >>>>> On Tue, Oct 19, 2010 at 4:35 PM, Catalin Marin < >>>>> [email protected]> wrote: >>>>> >>>>>> Hello, >>>>>> >>>>>> I'm trying to make the GoogleSearch project using Netbeans, but I'm >>>>>> not able to run the test. Everything is OK, there are no errors in the >>>>>> code, >>>>>> all libraries/dependencies are added, but when I run the test, I receive >>>>>> the >>>>>> following error: "Unknown caused an ERROR" at line 23 "public class >>>>>> TelluriumDownloadsPageJUnitTestCase extends TelluriumJUnitTestCase". I'm >>>>>> using Netbeans 6.9. >>>>>> >>>>>> Regards, >>>>>> -- >>>>>> Catalin >>>>>> >>>>> >>>>> >>>> >>> >> > > -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
