[xwiki-devs] Component Writing Tutorial
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 ? -- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
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
participants (2)
-
Ludovic Dubost -
Vincent Massol