Peter V. - 2008-02-18

Watij API has recently changed to allow style change for html elements. They also updated the signature for their getStyle() method, which now takes a name of the style and returns a value.
As a result, some files in the watij-lugin do not compile any more, giving the following error:

    [javac] D:\sandboxes\Jameleon\trunk\watij-plugin\src\java\net\sf\jameleon\plugin\watij\tags\WatijAssertHtm
lElementTag.java:178: cannot find symbol
    [javac] symbol  : method style()
    [javac] location: interface watij.elements.HtmlElement
    [javac]             assertEquals(getPrefixMsg()+" style", style, e.style());
    [javac]                                                           ^
    [javac] 1 error

Is that possible to bring everything up-to-date ?

-PV.