Tiago Rinck Caveden wrote:
Hello Jerome,
On Mon, Sep 1, 2008 at 8:10 PM, Jerome Velociter <jerome(a)xwiki.com> wrote:
Are you sure the watch application you installed
on your wiki matches
your wiki version ?
What versions did you use ?
Well, I was testing in a build of my own, because I need this patch:
http://jira.xwiki.org/jira/browse/XWIKI-2571
(By the way, any chances of having it reviewed and applied? It's simple
stuff :) )
The version that it shows on the bottom of the page is "XWiki Enterprise
1.6-SNAPSHOT.${buildNumber}"
So I assume it's new, right?
It's not the most recent copy of the HEAD though. Last week I tried updating
it but I had some errors on the build, apparently some dependency problem in
the POM, some jar didn't have the "artifact-id" filled. I didn't
investigate
much on that.
XWiki Watch version was 1.0.
I guess the versions should be compatible, shouldn't they?
Not really. XWiki 1.6 uses GWT 1.5. XWiki Watch 1.0 is based on XWiki
1.4, which uses GWT 1.4. The upgrade to 1.5 is not fully backward
compatible with GWT 1.4, so that's probably what causes your issue. The
alternative you have is to backport your patch in XWiki 1.5 (that is
still on GWT 1.4), and which branch is still supported (we are about to
delete the 1.4 one, if it's not done already).
You can find the branch here :
http://svn.xwiki.org/svnroot/xwiki/platform/core/branches/xwiki-core-1.5/
Using XWatch 1.0 on XWiki 1.5 branch should a priori not causes any
problem. If it does, you can build or download a snapshot of Watch 1.1,
this one being now based on XWiki 1.5
Hope this helps,
Regards,
Jerome.
Thanks,