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 -- View this message in context: http://n2.nabble.com/Building-from-source-tp2970636p2970636.html Sent from the XWiki- Dev mailing list archive at Nabble.com.
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
I know this page, but i cannot see anything about tags. I want not built the trunk, but release 1.8.4 for example. 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
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- View this message in context: http://n2.nabble.com/Building-from-source-tp2970636p2970684.html Sent from the XWiki- Dev mailing list archive at Nabble.com.
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
Yes ok, but before the enterprice , i have to build the platform. and before the platform, i have to build the xwiki-tools. 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. 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
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- View this message in context: http://n2.nabble.com/Building-from-source-tp2970636p2971086.html Sent from the XWiki- Dev mailing list archive at Nabble.com.
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
But when i want rebuild the complete system with all modules? in platform/pom/pom.xml is a dependence to xwiki-license-resources:1.0 xwiki-license-resources is in xwiki-tools which xwiki-tools can i checkout to build xwiki-license-resources:1.0. vmassol wrote:
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
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- View this message in context: http://n2.nabble.com/Building-from-source-tp2970636p2971284.html Sent from the XWiki- Dev mailing list archive at Nabble.com.
On May 25, 2009, at 9:27 PM, ms123 wrote:
But when i want rebuild the complete system with all modules?
in platform/pom/pom.xml is a dependence to xwiki-license-resources: 1.0
xwiki-license-resources is in xwiki-tools which xwiki-tools can i checkout to build xwiki-license-resources:1.0.
XWiki is organised in top level projects as described on http://dev.xwiki.org/xwiki/bin/view/Community/SourceRepository For each top level project you should be able to check it out and run the build from the top level. For platform/ you can checkout trunks/ and run the build (see the information box on the page). BTW what I was trying to tell you is that you should not rebuild the complete system. This is pointless in most cases (but you still haven't told us what you want to do)... Thanks -Vincent
vmassol wrote:
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
participants (2)
-
ms123 -
Vincent Massol