On Nov 28, 2011, at 8:29 PM, Ludovic Dubost wrote:
Hi,
The component writing tutorial seems outdated at
http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingComponents
The dependencies seems to not exist anymore
<dependencies>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-core-component-default</artifactId>
<version>${platform.core.version}</version>
</dependency>
<!-- Testing dependencies -->
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-core-shared-tests</artifactId>
<version>${platform.core.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Should the first one be:
xwiki-platform-component-multi
and
xwiki-platform-test
?
I had updated this tutorial not long ago but I had missed those. It's fixed now,
thanks for reporting.
-Vincent