[Webtest] Re: Scriptaculous Effect causes Exception

Marc Guillemot webtest@lists.canoo.com
Mon, 16 Jan 2006 17:22:25 +0100


Matt,

can you test again with the latest build: XNIException are now examined
to report the deeply nested cause of the problem and if you use the
webtest.(sh|bat) scripts they now say to ant not to look at jars that
may be located in the user's ant directory.

Marc.

Matt Raible wrote:
> 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 walk the
>>chain of XNIException / InvocationTargetException up to the original problem?
>>
>>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. 
> Here's that list:
> 
> https://javanettasks.dev.java.net/nonav/maven/dependencies.html
> 
> Matt