On May 25, 2009, at 8:44 PM, ms123 wrote:
Yes ok, but before the enterprice , i have to build the platform. and before the platform, i have to build the xwiki-tools.
Maybe you missed that page: http://dev.xwiki.org/xwiki/bin/view/Community/Building It says: "Each project is made of modules. Thanks to XWiki's Continuous Integration setup you can check out and build any single module (and its children) you wish without having to rebuild the other modules from source. Maven will pick the latest version of your module's dependencies from XWiki's Maven remote repositories. Of course if you have uncommitted changes in a dependent module, you'll want to build that module before." So you don't need to rebuild every single module.
What i do: http://svn.xwiki.org/svnroot/xwiki//platform/pom/tags/xwiki-22/ pom http://svn.xwiki.org/svnroot/xwiki/platform/core/tags/xwiki-core-1.8.4/ core http://svn.xwiki.org/svnroot/xwiki//platform/web/tags/xwiki- web-1.8.4/ web http://svn.xwiki.org/svnroot/xwiki//enterprise/tags/xwiki-enterprise-1.8.4/ enterprise
But what is with xwiki-tools,xwiki-plugin and skins. I need the right tags. I cannot guess this.
Why do you want to rebuild those? FWIW if you really want to read a module's dependencies you need to read the module's pom.xml file. All deps are in there. For XE, it's in enterprise/pom.xml Tell us what you really want to do and perhaps we can help you better. Thanks -Vincent
vmassol wrote:
On May 25, 2009, at 7:02 PM, ms123 wrote:
I know this page, but i cannot see anything about tags. I want not built the trunk, but release 1.8.4 for example.
Well it's explained on that page...
First you need to understand that "release 1.8.4" doesn't mean anything. As is mentioned on that page: "XWiki is not a single product but an ecosystem of products and projects. The main project is called the platform and contains code upon which other projects (like XWiki Enterprise, XWiki Watch, XWiki Workspaces, etc) build upon."
If I assume you want to build XWiki Enterprise then it says on that page that the location for it is: http://svn.xwiki.org/svnroot/xwiki//enterprise
If you try to go to that URL I'm sure you'll find where the tags are...
If you know a way that the page could be more easy to understand please let us know (or fix it yourself since it's a wiki) since we really want to make using/developing for xwiki as easy as possible.
Thanks -Vincent
vmassol wrote:
Hi,
See http://dev.xwiki.org/xwiki/bin/view/Community/SourceRepository
Thanks -Vincent
On May 25, 2009, at 6:51 PM, ms123 wrote:
Hello
When i building for example 1.8.4 then i checkout svn co http://svn.xwiki.org/svnroot/xwiki/platform/core/tags/xwiki-core-1.8.4/ core But what is the right tag for xwiki-tools,xwiki-plugins ...
Thanks Manfred