I just upgraded from 1.0.0 to current CVS to see if the i18m bug I reported is
fixed already.
Unfortunately I now cannot even start my app anymore.
Deployment fails with this exception:
11:35:23,843 ERROR [FacesConfigurator] failed to configure class
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.SingleStepButtonBarRenderer
java.lang.VerifyError: class
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.SingleStepButtonBarRenderer$Button
overrides final method .
at java.lang.ClassLoader.defineClass1(Native Method)
From the svn log I see that "awiner" "made singleStepButtonBar Faces-major"
whatever that means.
Any clues how to solve this? I guess that I have some old jars in my classpath,
because the trinidad sources compiled just fine.