Hi Thomas!
Thanks for quick answer!
1) As regards problems during compilation:
- on Windows I get following error:
http://pastebin.com/t9REjH3f (it
cannot find one snapshot on nexus)
- on linux - run of phantom.js causes memory problems
2) You say that "you usually don't to build XWiki entirely to work on it,"
but when you upgrade one of the modules, you need to recompile all the
modules that depend on it - running "mvn install" on main pom, right? (And
then typically run some integration test, to assure nothing got broken by
commit).
Or do you only compile locally the module your're working on, delegating
the compilation of whole project to external service (like jenkins)?
3) Yes, my (at least - potentially my ) task regards Extension Manager,
which is an extension itself, but it's a part of the "Core extensions"
(according to
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Architecture)
and located in XWiki-platform module, right? (More specifically:
xwiki-platform > xwiki-platform-core > xwiki-platfrom-extension ?)
So that's why I stated with preparation of environment for this
xwiki-platform modlue, starting with a try to build it locally :)
And just to be sure: 4) Have I understood well, that all conversation
regarding open development of XWiki like, clarifying doubts, asking of
advice and ect. should go through mailing list? I mean it may produce huge
mail stream to many people, and I guess not everyone is interested in
everything in system, but rather in some part he or she is working on.
Btw. I'm going through Dev guides and I'm impressed how well
it's maintained and documented. +1 for the community :)
Best,
Krzysztof
2017-03-21 16:59 GMT+01:00 Thomas Mortagne <thomas.mortagne(a)xwiki.com>om>:
usually don't to build XWiki entirely to work on
it,