[xwiki-users] Auto Reply: Re: How to unsub from the mailing lists?

2010-12-22 Thread jim . grisanzio
I'm out of the office from Dec 23 to Jan 3 for the winter break. Jim ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] How to unsub from the mailing lists?

2010-12-22 Thread Vincent Massol
Hi, see http://dev.xwiki.org/xwiki/bin/view/Community/MailingLists Thanks -Vincent On Dec 22, 2010, at 7:08 PM, mearv...@aol.com wrote: > Thanks > ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Auto Reply: Re: [request] Comparing XWiki to other solutions

2010-12-22 Thread jim . grisanzio
I'm out of the office from Dec 23 to Jan 3 for the winter break. Jim ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] [request] Comparing XWiki to other solutions

2010-12-22 Thread Emilie Ogez
Hi all, hi Greg, 2010/12/20 Gregory GUENEAU > Hi everyone, > > I'd like to compare XWiki to other solutions out there in order to better > understand where XWiki would need to be polished. I'd then propose to work > on listing these areas, proposing them on the list for future roadmaps and > I'm

[xwiki-users] Auto Reply: XWiki Enterprise and XWiki Enterprise Manager 2.7 builds ready for testing

2010-12-22 Thread jim . grisanzio
I'm out of the office from Dec 23 to Jan 3 for the winter break. Jim ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] XWiki Enterprise and XWiki Enterprise Manager 2.7 builds ready for testing

2010-12-22 Thread Sergiu Dumitriu
Hi community, The 2.7 maven builds are ready for testing at: http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-jetty-hsqldb/2.7/ http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-installer-windows/2.7/ http://maven.xwiki.org/releases/org/xwiki/enterprise/

[xwiki-users] Auto Reply: 4Developers: Questions about disappointing small bugs and missed conveniences

2010-12-22 Thread jim . grisanzio
I'm out of the office from Dec 23 to Jan 3 for the winter break. Jim ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] 4Developers: Questions about disappointing small bugs and missed conveniences

2010-12-22 Thread Eugen Colesnicov
Hi Developers! I am sorry for some inconvenience, but at the ending of XE 2.x cycle, I saw some discussions about plans for finilazing 2.x and for the 3.x future development. All features are very interesting, very progressive and will move XWiki forward. But unfortunatly for a long time existin

[xwiki-users] Auto Reply: Re: Failed to execute the [html] macro

2010-12-22 Thread jim . grisanzio
I'm out of the office from Dec 23 to Jan 3 for the winter break. Jim ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Failed to execute the [html] macro

2010-12-22 Thread Thomas Mortagne
On Wed, Dec 22, 2010 at 18:21, Gerritjan Koekkoek wrote: > Hi Thomas, > > This solved the problem! > But I do not really understand. > {{Include...}} and {{velocity}} should be seperated by a empty line. > But how did that create the error on the first call to macro only, all the > following call

[xwiki-users] Auto Reply: How to unsub from the mailing lists?

2010-12-22 Thread jim . grisanzio
I'm out of the office from Dec 23 to Jan 3 for the winter break. Jim ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] How to unsub from the mailing lists?

2010-12-22 Thread mearvk01
Thanks ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Auto Reply: Auto Reply: Re: Failed to execute the [html] macro

2010-12-22 Thread jim . grisanzio
I'm out of the office from Dec 23 to Jan 3 for the winter break. Jim ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Auto Reply: Re: Failed to execute the [html] macro

2010-12-22 Thread jim . grisanzio
I'm out of the office from Dec 23 to Jan 3 for the winter break. Jim ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Failed to execute the [html] macro

2010-12-22 Thread Gerritjan Koekkoek
Hi Thomas, This solved the problem! But I do not really understand. {{Include...}} and {{velocity}} should be seperated by a empty line. But how did that create the error on the first call to macro only, all the following calls executed very well? Gerritjan Op 22 dec 2010, om 12:38 heeft Thomas

[xwiki-users] object template and groovy

2010-12-22 Thread Vito Impagliazzo
I have created a XWiki class as described in the FAQTutorial ( http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial), I have then modified the Document Sheet code, and I have tried to use groovy scripting instead of velocity. However when creating a new object, I get the error Failed to

Re: [xwiki-users] Failed to execute the [html] macro

2010-12-22 Thread Thomas Mortagne
On Wed, Dec 22, 2010 at 10:57, Gerritjan Koekkoek wrote: > Hi Thomas, > > This is good help, thank you. > But still the fenomenon is the same; the first call to the macro fails with > the same error message about inline > > THe code looks like this; > {{include document="CdLSAssociations.Macros"/

Re: [xwiki-users] Failed to execute the [html] macro

2010-12-22 Thread Gerritjan Koekkoek
Hi Thomas, This is good help, thank you. But still the fenomenon is the same; the first call to the macro fails with the same error message about inline THe code looks like this; {{include document="CdLSAssociations.Macros"/}} {{velocity wiki=true}} #set($attachments = $doc.attachmentList) #Sho