Hi Ludovic,
On Jun 17, 2013, at 8:42 AM, Ludovic Dubost <ludovic(a)xwiki.com> wrote:
Hi devs,
I've tried to install the Xambox extension on 4.5.3 and I'm getting en
error:
http://extensions.xwiki.org/xwiki/bin/view/Extension/File+Manager+Xambox+Co…
Here is the error:
Dependency [org.xwiki.commons:xwiki-commons-component-api-4.5.4] is not
compatible with core extension
[org.xwiki.commons:xwiki-commons-legacy-component-api-4.5.3]
Indeed in the build I have a reference to 4.5.4, but in reality it should
not make a difference.
What is the solution in this case ?
It means you're trying to install your extension (which requires 4.5.4) on a system
that has 4.5.3 installed.
Your POM for the xambox extension says it requires 4.5.4 or later.
If you want your xambox extension to work on 4.5.3 you need to define this in your POM.
Now it would be great if there was a "force" button in the EM UI for superadmin
who know what they are doing…
Thanks
-Vincent