Re: [xwiki-users] Error when building new xwiki component

2010-07-07 Thread Marine Julian
Hi Marius, Marius Dumitru Florea wrote: The required dependency should have been found at http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-core-component/2.3.1/ but as you can see there's no jar there. The reason is that the xwiki-core-component module was split in multiple

Re: [xwiki-users] Error when building new xwiki component

2010-07-07 Thread Vincent Massol
Hi Marine, On Jul 7, 2010, at 11:50 AM, Marine Julian wrote: Hi Marius, Marius Dumitru Florea wrote: The required dependency should have been found at http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-core-component/2.3.1/ but as you can see there's no jar there. The reason

Re: [xwiki-users] Error when building new xwiki component

2010-07-07 Thread Marine Julian
Hi Vincent, vmassol wrote: Yes it needs to be declared in a META-INF/components.txt file. See the doc at http://code.xwiki.org/xwiki/bin/view/Modules/ComponentModule After some tries, I finally succeed to use the HelloWorld component with groovy and velocity in my wiki !! Like you said,

Re: [xwiki-users] Error when building new xwiki component

2010-07-06 Thread Anca Luca
Hi Marine, On 07/06/2010 02:55 PM, Marine JULIAN wrote: Hello, To understand how the creation of xwiki component works, I followed the tutorial at http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingComponents and I previously read the Building XWiki from sources page (

Re: [xwiki-users] Error when building new xwiki component

2010-07-06 Thread Anca Luca
Hi Marine, On 07/06/2010 02:55 PM, Marine JULIAN wrote: Hello, To understand how the creation of xwiki component works, I followed the tutorial at http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingComponents and I previously read the Building XWiki from sources page (

Re: [xwiki-users] Error when building new xwiki component

2010-07-06 Thread Marine Julian
Hi Anca, Anca Luca wrote: Right now this would be 2.4-SNAPSHOT or a 2.3 release (2.3, 2.3.1, 2.3.2). The -SNAPSHOT versions means the .jar produced by the continuous integration server, from a snapshot of the sources, which exists and makes sense for the trunk or active branches. It's

Re: [xwiki-users] Error when building new xwiki component

2010-07-06 Thread Marius Dumitru Florea
Hi Marine, On 07/06/2010 04:38 PM, Marine Julian wrote: Hi Anca, Anca Luca wrote: Right now this would be 2.4-SNAPSHOT or a 2.3 release (2.3, 2.3.1, 2.3.2). The -SNAPSHOT versions means the .jar produced by the continuous integration server, from a snapshot of the sources, which exists