[Webtest] Re: Scriptaculous Effect causes Exception

Matt Raible webtest@lists.canoo.com
Fri, 13 Jan 2006 15:04:09 -0700


On 1/13/06, Marc Guillemot <mguillemot@yahoo.fr> wrote:
> Matt Raible <mraible@...> writes:
>
> >
> > Hello all,
> >
> > I've found that the following script.aculo.us effect causes the
> > exception below to occur.  The strange this is it only happens on OS X
> > - everything works fine on Windows XP.
> >
> > window.setTimeout("Effect.DropOut('successMessages')", 3000);
> >
> > Any ideas on how to keep this in my code, but keep this error from
> > happening on OS X?
>
> do you have the possibility to run the test directly with htmlunit to wal=
k the
> chain of XNIException / InvocationTargetException up to the original prob=
lem?
>
> Marc.

I did notice that on my Windows box, I had a bunch of JARs in my
$ANT_HOME/lib, whereas on my Mac - I didn't have them.  Basically, I
had the javanettask project's dependencies in my $ANT_HOME/lib.=20
Here's that list:

https://javanettasks.dev.java.net/nonav/maven/dependencies.html

Matt