Hi Jonas, Thanks for noticing this. The problem was that we modified the name of the XWikiSyntax page in our SVN source tree (it's now XWikiSyntax.xml) and we hadn't changed that page's content. To be more precise, the page you're looking at is generated automatically from the XWikiSyntax page located in our SVN repo. The reason is that we want to ensure we bundle the exact same syntax page both on xwiki.org and in XE. It's working fine now. Thanks -Vincent On Jul 11, 2008, at 4:24 PM, Jonas von Malottki wrote:
Hi XWikians,
I have trouble looking at the Syntax Page at http://platform.xwiki.org/xwiki/bin/viewrev/Main/XWikiSyntax :
Exception:
Error number 4001 in 4: Error while parsing velocity page Main.XWikiSyntax Wrapped Exception: Failed to evaluate content with id XWiki Syntax com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing velocity page Main.XWikiSyntax Wrapped Exception: Failed to evaluate content with id XWiki Syntax at com .xpn .xwiki .render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java: 231) at com .xpn .xwiki .render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:93) at com .xpn .xwiki .render .DefaultXWikiRenderingEngine .renderText(DefaultXWikiRenderingEngine.java:258) at com .xpn .xwiki .render .DefaultXWikiRenderingEngine .renderText(DefaultXWikiRenderingEngine.java:182) at com .xpn .xwiki .render .DefaultXWikiRenderingEngine .renderText(DefaultXWikiRenderingEngine.java:151) at com .xpn .xwiki .render .DefaultXWikiRenderingEngine .renderDocument(DefaultXWikiRenderingEngine.java:140) at com .xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java: 423) at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:371) at sun.reflect.GeneratedMethodAccessor2346.invoke(Unknown Source) at sun .reflect .DelegatingMethodAccessorImpl .invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.velocity.util.introspection.UberspectImpl $VelMethodImpl.invoke(UberspectImpl.java:295) at org .apache .velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245) at org .apache .velocity .runtime.parser.node.ASTReference.execute(ASTReference.java:203) at org .apache .velocity.runtime.parser.node.ASTReference.render(ASTReference.java: 294) at org .apache .velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318) at org .xwiki .velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java: 145) at org .xwiki .velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java: 117) at com .xpn .xwiki .render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java: 226) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1504) at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:608) at sun.reflect.GeneratedMethodAccessor2285.invoke(Unknown Source) at sun .reflect .DelegatingMethodAccessorImpl .invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) ......
nice Greetings Jonas