Re: [jiffie-developers] Version 0.6 Now Available
Status: Abandoned
Brought to you by:
joniles
|
From: Graham C. <gra...@gm...> - 2007-02-08 10:08:45
|
Jon,
Thanks very much for all your hard work.
Just one quick question.
I tried to run just some basic Jiffie test and couldn't get the simple
navigate function to work. This is the stack trace
java.lang.NoSuchMethodError: com.jacob.com.Variant
.<init>(Ljava/lang/String;)V
at com.tapsterrock.jiffie.InternetExplorer.navigate(
InternetExplorer.java:278)
at com.regression.Support.loginGeneric(MPSupport.java:218)
at com.regression.Support.loginGeneric(MPSupport.java:205)
at com.regression.KillAlerts.testKillAlets(KillAlerts.java:9)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:228)
at junit.framework.TestSuite.run(TestSuite.java:223)
at org.junit.internal.runners.OldTestClassRunner.run(
OldTestClassRunner.java:35)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(
JUnit4TestReference.java:38)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(
TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(
RemoteTestRunner.java:460)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(
RemoteTestRunner.java:673)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(
RemoteTestRunner.java:386)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(
RemoteTestRunner.java:196)
It seems there has been a change to the "variant" class in Jacob that is
incompatible. Have you run across this/do you have any ideas?
Cheers
Graham
On 07/02/07, Jon Iles <jon...@bc...> wrote:
>
> After a long pause, here is a new release of Jiffie. The major change
> here is that the latest version of Jacob has been integrated. Here are some
> notes from the change log:
>
> Updated to use Jacob 1.11.1Added support for the form attribute on form
> elements.
>
> Updated to implement the full set of events generated by Internet
> Explorer. Note that events marked as "obsolete" or "not yet implemented" in
> Microsoft's documentation are not implemented by Jiffie.
>
> Added sample code to demonstrate a method for handling modal and modeless
> dialogs.
>
> Added an accessor method for the frames property of an IHTMLDocument2.
>
> Checkstyle 4.0 updates
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> jiffie-developers mailing list
> jif...@li...
> https://lists.sourceforge.net/lists/listinfo/jiffie-developers
>
>
|