I added this as default behaviour in Setup since build 338.
thanx for the post
Mittie
BTW: with the new custom step support there is no more need to change
existing code of steps.
You could have subclassed Setup, add your line, and make the taskdef point
to your implementation.
-----Original Message-----
From: webt...@lists.canoo.com
[mailto:webt...@lists.canoo.com]On Behalf Of Bill Milbratz
Sent: Donnerstag, 17. Juli 2003 16:44
To: 'webt...@lists.canoo.com'
Subject: RE: [Webtest] http options
>in one of the threads it was mentioned that HttpUnitOptions could be set
without custom building canoo.
>I haven't found where HttpUnitOptions can be specified in the Ant tasks.
You can set the HttpUnitOptions by modifying the doExecute method of
Setup (com/canoo/webtest/steps/Setup.java).
e.g., I added this:
HttpUnitOptions.setExceptionsThrownOnScriptError(false);
It would be nice if there were a properties file which ant uses to fill in
these options, but for now you need to alter the source code.
bill m