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 -- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
Hello I've posted a news on ObjectWeb's website to invite people to test this preview release: http://www.objectweb.org/phorum/read.php?f=29&i=10275&t=10275 Regards Xavier Le mardi 3 Mai 2005 08:15, Ludovic Dubost a écrit :
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
Thanks Xavier, But I think it is too early yet to invite non XWiki experienced users.. There are still some issues in the war building (some files that should not be there).. We'll post a release on OW soon once these issues are solved. BTW, this version allows to delete only a translations, or to delete all translations at once (if you delete the default document it will delete all translations). Ludovic Xavier MOGHRABI a écrit :
Hello
I've posted a news on ObjectWeb's website to invite people to test this preview release: http://www.objectweb.org/phorum/read.php?f=29&i=10275&t=10275
Regards
Xavier
Le mardi 3 Mai 2005 08:15, Ludovic Dubost a écrit :
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
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
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
There must be a groovy conflict.. check out groovy jars. you should have only the groovy-jsr-all jar Ludovic Jiri Luzny a écrit :
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
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
Hello there, Yep, that's a typical error message due to conflicting versions of ASM with the groovy.jar. If you use groovy-all-1.0-jsr-01.jar (or something like that) everything should be fine. It seems you're using the non-embeddable version with groovy.jar and asm-*.jar, and you must have an old version of asm on your classpath. So check the version of ASM you're using (Groovy needs 1.5.2), or else, the best alternative is to use the groovy-all.jar which uses its own customized version of ASM inside its jar. On 03/05/05, Ludovic Dubost <[email protected]> wrote:
There must be a groovy conflict.. check out groovy jars. you should have only the groovy-jsr-all jar
Ludovic
Jiri Luzny a écrit :
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.
-- Guillaume Laforge Groovy Project Manager http://glaforge.free.fr/weblog/?catid=2
there is also groovy-1.0-beta-7.jar in both SVN and the war... On Tue, 03 May 2005 16:07:50 +0200, you wrote:
There must be a groovy conflict.. check out groovy jars. you should have only the groovy-jsr-all jar
Ludovic
Jiri Luzny a écrit :
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
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
participants (4)
-
Guillaume Laforge -
Jiri Luzny -
Ludovic Dubost -
Xavier MOGHRABI