Hi Ludovic,
it seems the Groovy support is broken. I'm getting the following
exception when invoking a groovy script:
Exception: Invocation of method 'getRenderedContent' in class
com.xpn.xwiki.api.Document threw exception class
java.lang.NoSuchMethodError :
org.objectweb.asm.ClassVisitor.visit(ILjava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V
The same exception occurs when running GroovyRenderTest.testBasics()
test and similar with GroovyRenderTest.testWithFunction().
Maybe it is my local problem as I'm testing local build instead of the
war...
Thanks,
Jiri.
On Tue, 03 May 2005 08:15:04 +0200, you wrote:
Hi,
We are getting closer to the next release with quite a lot of enhancements.
If some people can test this pre-release, don't hesitate to send
feedback to the list:
http://www.xwiki.org/releases/xwiki/xwiki-0.9.745.war
This release should have:
- locking
- ldap authentication
- rollback
- table of content (thanks Jiri)
And many fixes:
- show revisions with objects
- better history and all changes page
- allows to reuse velocity macros included from another page
- support for [#anchor]
- allow accents in document names
Ludovic