Re: [xwiki-devs] [xwiki-notifications] r9842 - xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/doc/rcs

2008-05-17 Thread Vincent Massol
On May 17, 2008, at 3:44 AM, sdumitriu (SVN) wrote: Author: sdumitriu Date: 2008-05-17 03:44:04 +0200 (Sat, 17 May 2008) New Revision: 9842 Modified: xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/ doc/rcs/XWikiRCSArchive.java Log: XWIKI-2379: Import fails on

Re: [xwiki-devs] [RFC] XWiki Query Language

2008-05-17 Thread Vincent Massol
Hi Artem, On May 15, 2008, at 9:10 PM, Artem Melentyev wrote: Hi, devs. I'm working on JCRStore and QueryPlugin and I want to get some feedback about http://dev.xwiki.org/xwiki/bin/view/Design/XWiki+Query+Language+Specification 1. Why our QueryPlugin's xpath isn't sufficient? (except

Re: [xwiki-devs] [RFC] XWiki Query Language

2008-05-17 Thread Thomas Mortagne
On Thu, May 15, 2008 at 9:10 PM, Artem Melentyev [EMAIL PROTECTED] wrote: Hi, devs. I'm working on JCRStore and QueryPlugin and I want to get some feedback about http://dev.xwiki.org/xwiki/bin/view/Design/XWiki+Query+Language+Specification 1. Why our QueryPlugin's xpath isn't sufficient?

Re: [xwiki-devs] [RFC] XWiki Query Language

2008-05-17 Thread Vincent Massol
On May 17, 2008, at 12:36 PM, Thomas Mortagne wrote: Would be great also to have something like JLINQ (If I remember well Vincent already written something about JLINQ in a previous mail) to make query from plugins/components. yes, the one I had seen was quaere: http://quaere.codehaus.org/

Re: [xwiki-devs] [RFC] XWiki Query Language

2008-05-17 Thread Thomas Mortagne
Would be great also to have something like JLINQ (If I remember well Vincent already written something about JLINQ in a previous mail) to make query from plugins/components. On Sat, May 17, 2008 at 12:18 PM, Thomas Mortagne [EMAIL PROTECTED] wrote: On Thu, May 15, 2008 at 9:10 PM, Artem

Re: [xwiki-devs] [RFC] XWiki Query Language

2008-05-17 Thread ancapaula . luca
Hi, devs. I'm working on JCRStore and QueryPlugin and I want to get some feedback about http://dev.xwiki.org/xwiki/bin/view/Design/XWiki+Query+Language+Specification 1. Why our QueryPlugin's xpath isn't sufficient? (except it doesn't work now and some features are unimplemented :)) 2. Are

[xwiki-devs] Adding a dblist property

2008-05-17 Thread antoine
Hi We'd like to create a class with a domain property in wich we would like to store a list of domains. It looks like tags principle. So we want to have a list of domains to let users choose wich domains to attach to each instance. But we want this list to evolve and we had like to select these

Re: [xwiki-devs] Easy way to work on the stable 1.4 branch

2008-05-17 Thread Vincent Massol
On May 17, 2008, at 3:46 PM, Ludovic Dubost wrote: Hello, Is there an easy way to work on the stable 1.4 branch. I would like to work on some improvements to the form validation system but I don't want the hassle of the changes that will come up in 1.5 until I have a nice patch

Re: [xwiki-devs] Adding a dblist property

2008-05-17 Thread Ludovic Dubost
You should probably use a StaticList field and add your domains to the Values setting Ludovic antoine wrote: Hi We'd like to create a class with a domain property in wich we would like to store a list of domains. It looks like tags principle. So we want to have a list of domains to let

Re: [xwiki-devs] Compilation errors in a fresh trunk :(

2008-05-17 Thread Ludovic Dubost
Looks like your Lucene plugin code is out of date. Are you sure they are trunk ? Maybe mvn clean install will help Ludovic Asiri Rathnayake wrote: Just checked out and ran a `mvn install` got the following ... code [INFO] Compiling 22 source files to

Re: [xwiki-devs] Compilation errors in a fresh trunk :(

2008-05-17 Thread Sergiu Dumitriu
Asiri Rathnayake wrote: Just checked out and ran a `mvn install` got the following ... Somhow it doesn't find the right version of the core. Make sure you have an updated pom, and make sure you don't have an old version of xwiki-core-1.4-SNAPSHOT.jar in you repository (to be safe, delete