> > If given a choice between documentation and resolving this particular >> issue i would always opt for the resolution of the issue. I would even be >> willing to make a montary donation to get it out of the way! >> > > Howard, the framework creator and main committer, has plans to stop using > Javassist to do the class manipulation used in Tapestry. If you want to > donate to the project to have this issue solved more quickly, I guess > I have read about this hence my reply .. ;-)
Again, I have never had this issue. I had just checked that all my projects > have a Java 1.5 compiler target, while running them in Java 6. Maybe this > can be a solution while the Javassist replacement isn't done. Using Eclipse, my Compiler compliance level is set at 1.5 already and still. What OS are you using? Re. the EventConstants.PROVIDE_COMPLETIONS annotation thing you mentioned. The @OnEvent i understand but i can't find a 'ready made' entry for the EventConstants. Do i make my own enum for that? And if so, how does that hook into the autocompleter mixin without additional coding? Tia,